Home
last modified time | relevance | path

Searched refs:fBoundsIsDirty (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/private/
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()
398 SkASSERT(fBoundsIsDirty); in computeBounds()
401 fBoundsIsDirty = false; in computeBounds()
407 fBoundsIsDirty = false; in setBounds()
425 fBoundsIsDirty = true; // this also invalidates fIsFinite
518 mutable uint8_t fBoundsIsDirty; variable
/external/skqp/include/private/
DSkPathRef.h158 if (fBoundsIsDirty) { in isFinite()
217 return !fBoundsIsDirty; in hasComputedBounds()
226 if (fBoundsIsDirty) { in getBounds()
347 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
379 SkASSERT(fBoundsIsDirty); in computeBounds()
382 fBoundsIsDirty = false; in computeBounds()
388 fBoundsIsDirty = false; in setBounds()
405 fBoundsIsDirty = true; // this also invalidates fIsFinite
565 mutable uint8_t fBoundsIsDirty; variable
/external/skia/src/core/
DSkPathRef.cpp36 fPathRef->fBoundsIsDirty = true; in Editor()
175 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
188 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
199 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
228 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
315 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
316 if (!fBoundsIsDirty) { in copy()
335 out->fBoundsIsDirty = true; in interpolate()
344 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerbsInPath()
405 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
[all …]
DSkPath.cpp1947 builder.appendf("// fBoundsIsDirty = %s\n", bool_str(fPathRef->fBoundsIsDirty)); in dumpArrays()
2018 if (!fBoundsIsDirty) { in isValidImpl()
/external/skqp/src/core/
DSkPathRef.cpp46 fPathRef->fBoundsIsDirty = true; in Editor()
203 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
218 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
229 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
392 ref->fBoundsIsDirty = false; in CreateFromBuffer()
401 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
511 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
512 if (!fBoundsIsDirty) { in copy()
546 out->fBoundsIsDirty = true; in interpolate()
616 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
[all …]
DSkPath.cpp2262 if (!fBoundsIsDirty) { in isValidImpl()