Lines Matching refs:fBoundsIsDirty
46 fPathRef->fBoundsIsDirty = true; in Editor()
203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
218 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
229 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
392 ref->fBoundsIsDirty = false; in CreateFromBuffer()
401 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
511 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
512 if (!fBoundsIsDirty) { in copy()
546 out->fBoundsIsDirty = true; in interpolate()
616 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
677 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
903 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in isValid()