Searched defs:fBoundsIsDirty (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPathRef.h122 if (fBoundsIsDirty) {
154 return !fBoundsIsDirty;
163 if (fBoundsIsDirty) {
266 fBoundsIsDirty = true; // this also invalidates fIsFinite
295 // TODO(mtklein): remove fBoundsIsDirty and fIsFinite,
296 // using an inverted rect instead of fBoundsIsDirty and always recalculating fIsFinite.
297 SkASSERT(fBoundsIsDirty);
300 fBoundsIsDirty = false;
306 fBoundsIsDirty = false;
323 fBoundsIsDirty
438 mutable uint8_t fBoundsIsDirty; member in class:SkPathRef
[all...]

Completed in 49 milliseconds