Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h154 if (fBoundsIsDirty) { in isFinite()
213 return !fBoundsIsDirty; in hasComputedBounds()
222 if (fBoundsIsDirty) { in getBounds()
327 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
356 SkASSERT(fBoundsIsDirty); in computeBounds()
359 fBoundsIsDirty = false; in computeBounds()
365 fBoundsIsDirty = false; in setBounds()
382 fBoundsIsDirty = true; // this also invalidates fIsFinite
533 mutable uint8_t fBoundsIsDirty; variable
/external/skia/src/core/
DSkPathRef.cpp143 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
158 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
169 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
282 ref->fBoundsIsDirty = false; in CreateFromBuffer()
297 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
409 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
410 if (!fBoundsIsDirty) { in copy()
430 out->fBoundsIsDirty = true; in interpolate()
500 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
559 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
[all …]
DSkPath.cpp2216 if (!fBoundsIsDirty) { in validate()