Searched refs:fBoundsIsDirty (Results 1 – 6 of 6) sorted by relevance
122 if (fBoundsIsDirty) { in isFinite()154 return !fBoundsIsDirty; in hasComputedBounds()163 if (fBoundsIsDirty) { in getBounds()264 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()293 SkASSERT(fBoundsIsDirty); in computeBounds()296 fBoundsIsDirty = false; in computeBounds()302 fBoundsIsDirty = false; in setBounds()319 fBoundsIsDirty = true; // this also invalidates fIsFinite437 mutable uint8_t fBoundsIsDirty; variable
123 if (fBoundsIsDirty) { in isFinite()155 return !fBoundsIsDirty; in hasComputedBounds()164 if (fBoundsIsDirty) { in getBounds()265 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()299 fBoundsIsDirty = false; in computeBounds()305 fBoundsIsDirty = false; in setBounds()322 fBoundsIsDirty = true; // this also invalidates fIsFinite439 mutable SkTRacy<uint8_t> fBoundsIsDirty; variable
71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()86 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()97 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()144 ref->fBoundsIsDirty = false; in CreateFromBuffer()155 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()267 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()268 if (!fBoundsIsDirty) { in copy()342 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()400 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()444 if (!fBoundsIsDirty && !fBounds->isEmpty()) { in validate()
2113 if (!fBoundsIsDirty) { in validate()
71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()86 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()97 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()144 ref->fBoundsIsDirty = false; in CreateFromBuffer()155 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()267 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()268 if (!fBoundsIsDirty) { in copy()342 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()400 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()444 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in validate()
2194 if (!fBoundsIsDirty) { in validate()