HomeSort by relevance Sort by last modified time
    Searched defs:fBoundsIsDirty (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 122 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;
  /external/skia/include/core/
SkPathRef.h 122 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;

Completed in 42 milliseconds