Lines Matching refs:fBoundsIsDirty
143 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()
752 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in validate()