Lines Matching refs:fBoundsIsDirty
86 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
101 (*dst)->fBoundsIsDirty = false;
112 (*dst)->fBoundsIsDirty = true;
168 ref->fBoundsIsDirty = false;
181 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite
291 fBoundsIsDirty = ref.fBoundsIsDirty;
292 if (!fBoundsIsDirty) {
310 out->fBoundsIsDirty = true;
380 fBoundsIsDirty = true; // this also invalidates fIsFinite
439 fBoundsIsDirty = true; // this also invalidates fIsFinite
617 if (!fBoundsIsDirty && !fBounds.isEmpty()) {