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