Lines Matching refs:fBoundsIsDirty
36 fPathRef->fBoundsIsDirty = true; in Editor()
175 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
188 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
199 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
228 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
315 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
316 if (!fBoundsIsDirty) { in copy()
335 out->fBoundsIsDirty = true; in interpolate()
344 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerbsInPath()
405 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
458 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
648 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in isValid()