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

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h122 if (fBoundsIsDirty) {
154 return !fBoundsIsDirty;
163 if (fBoundsIsDirty) {
268 fBoundsIsDirty = true; // this also invalidates fIsFinite
297 SkASSERT(fBoundsIsDirty);
300 fBoundsIsDirty = false;
306 fBoundsIsDirty = false;
323 fBoundsIsDirty = true; // this also invalidates fIsFinite
441 mutable uint8_t fBoundsIsDirty; member in class:SkPathRef
/external/skia/include/core/
H A DSkPathRef.h122 if (fBoundsIsDirty) {
154 return !fBoundsIsDirty;
163 if (fBoundsIsDirty) {
268 fBoundsIsDirty = true; // this also invalidates fIsFinite
297 SkASSERT(fBoundsIsDirty);
300 fBoundsIsDirty = false;
306 fBoundsIsDirty = false;
323 fBoundsIsDirty = true; // this also invalidates fIsFinite
441 mutable uint8_t fBoundsIsDirty; member in class:SkPathRef

Completed in 38 milliseconds