Home
last modified time | relevance | path

Searched refs:fBoundsIsDirty (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h73 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
207 if (fBoundsIsDirty) { in isFinite()
266 return !fBoundsIsDirty; in hasComputedBounds()
275 if (fBoundsIsDirty) { in getBounds()
374 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
396 // TODO(mtklein): remove fBoundsIsDirty and fIsFinite, in computeBounds()
397 // using an inverted rect instead of fBoundsIsDirty and always recalculating fIsFinite. in computeBounds()
398 SkASSERT(fBoundsIsDirty); in computeBounds()
401 fBoundsIsDirty = false; in computeBounds()
407 fBoundsIsDirty in setBounds()
518 mutable uint8_t fBoundsIsDirty; global() member in final
[all...]
/third_party/skia/src/core/
H A DSkPathRef.cpp36 fPathRef->fBoundsIsDirty = true; in Editor()
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
[all...]
H A DSkPath.cpp2001 builder.appendf("// fBoundsIsDirty = %s\n", bool_str(fPathRef->fBoundsIsDirty)); in dumpArrays()
2072 if (!fBoundsIsDirty) { in isValidImpl()

Completed in 8 milliseconds