Home
last modified time | relevance | path

Searched refs:fBoundsIsDirty (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPathRef.h149 if (fBoundsIsDirty) { in isFinite()
189 return !fBoundsIsDirty; in hasComputedBounds()
198 if (fBoundsIsDirty) { in getBounds()
301 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
327 SkASSERT(fBoundsIsDirty); in computeBounds()
330 fBoundsIsDirty = false; in computeBounds()
336 fBoundsIsDirty = false; in setBounds()
353 fBoundsIsDirty = true; // this also invalidates fIsFinite
496 mutable uint8_t fBoundsIsDirty; variable
/external/skia/src/core/
DSkPathRef.cpp86 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
101 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
112 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
168 ref->fBoundsIsDirty = false; in CreateFromBuffer()
181 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
291 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
292 if (!fBoundsIsDirty) { in copy()
310 out->fBoundsIsDirty = true; in interpolate()
380 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
439 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
[all …]
DSkPath.cpp2182 if (!fBoundsIsDirty) { in validate()