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

  /external/skia/include/private/
SkPathRef.h 156 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 = true; // this also invalidates fIsFinit
    [all...]
  /external/skqp/include/private/
SkPathRef.h 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 fIsFinit
    [all...]

Completed in 8563 milliseconds