| 202 | } |
| 203 | |
| 204 | bool PathElement::HasLegacyPathEntry() const |
| 205 | { |
| 206 | return (Flags2 & FOOTPATH_ELEMENT_FLAGS2_LEGACY_PATH_ENTRY) != 0; |
| 207 | } |
| 208 | |
| 209 | const PathSurfaceDescriptor* PathElement::GetSurfaceDescriptor() const |
| 210 | { |
no outgoing calls
no test coverage detected