| 262 | } |
| 263 | |
| 264 | OPENPGL_INLINE bool PathSegmentStorage::Validate() const |
| 265 | { |
| 266 | return ValidateSegments() && ValidateSamples(); |
| 267 | } |
| 268 | |
| 269 | OPENPGL_INLINE bool PathSegmentStorage::ValidateSegments() const |
| 270 | { |
nothing calls this directly
no outgoing calls
no test coverage detected