Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkPathRef.h156 if (fBoundsIsDirty) { in isFinite()
215 return !fBoundsIsDirty; in hasComputedBounds()
224 if (fBoundsIsDirty) { in getBounds()
330 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
359 SkASSERT(fBoundsIsDirty); in computeBounds()
362 fBoundsIsDirty = false; in computeBounds()
368 fBoundsIsDirty = false; in setBounds()
385 fBoundsIsDirty = true; // this also invalidates fIsFinite
540 mutable uint8_t fBoundsIsDirty; variable
/external/skia/include/private/
DSkPathRef.h157 if (fBoundsIsDirty) { in isFinite()
216 return !fBoundsIsDirty; in hasComputedBounds()
225 if (fBoundsIsDirty) { in getBounds()
331 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
363 SkASSERT(fBoundsIsDirty); in computeBounds()
366 fBoundsIsDirty = false; in computeBounds()
372 fBoundsIsDirty = false; in setBounds()
389 fBoundsIsDirty = true; // this also invalidates fIsFinite
545 mutable uint8_t fBoundsIsDirty; variable
/external/skia/src/core/
DSkPathRef.cpp156 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
171 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
182 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
345 ref->fBoundsIsDirty = false; in CreateFromBuffer()
354 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
464 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
465 if (!fBoundsIsDirty) { in copy()
499 out->fBoundsIsDirty = true; in interpolate()
569 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
636 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
[all …]
DSkPath.cpp2200 if (!fBoundsIsDirty) { in isValidImpl()
/external/skqp/src/core/
DSkPathRef.cpp156 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
171 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
182 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
343 ref->fBoundsIsDirty = false; in CreateFromBuffer()
354 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
462 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
463 if (!fBoundsIsDirty) { in copy()
483 out->fBoundsIsDirty = true; in interpolate()
553 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
618 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
[all …]
DSkPath.cpp2316 if (!fBoundsIsDirty) { in isValidImpl()