Lines Matching refs:fBoundsIsDirty
156 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
171 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
182 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
345 ref->fBoundsIsDirty = false; in CreateFromBuffer()
354 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
464 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
465 if (!fBoundsIsDirty) { in copy()
499 out->fBoundsIsDirty = true; in interpolate()
569 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
636 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
852 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in isValid()