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

/external/skia/include/private/
H A DSkPathRef.h156 if (fBoundsIsDirty) {
215 return !fBoundsIsDirty;
224 if (fBoundsIsDirty) {
330 fBoundsIsDirty = true; // this also invalidates fIsFinite
360 // TODO(mtklein): remove fBoundsIsDirty and fIsFinite,
361 // using an inverted rect instead of fBoundsIsDirty and always recalculating fIsFinite.
362 SkASSERT(fBoundsIsDirty);
365 fBoundsIsDirty = false;
371 fBoundsIsDirty = false;
388 fBoundsIsDirty
543 mutable uint8_t fBoundsIsDirty; member in class:final
[all...]
/external/skqp/include/private/
H A DSkPathRef.h156 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
540 mutable uint8_t fBoundsIsDirty; member in class:final
[all...]

Completed in 1072 milliseconds