Home | History | Annotate | Download | only in private

Lines Matching defs:fBoundsIsDirty

156         if (fBoundsIsDirty) {
215 return !fBoundsIsDirty;
224 if (fBoundsIsDirty) {
330 fBoundsIsDirty = true; // this also invalidates fIsFinite
357 // TODO(mtklein): remove fBoundsIsDirty and fIsFinite,
358 // using an inverted rect instead of fBoundsIsDirty and always recalculating fIsFinite.
359 SkASSERT(fBoundsIsDirty);
362 fBoundsIsDirty = false;
368 fBoundsIsDirty = false;
385 fBoundsIsDirty = true; // this also invalidates fIsFinite
540 mutable uint8_t fBoundsIsDirty;