Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPathRef.h122 if (fBoundsIsDirty) { in isFinite()
154 return !fBoundsIsDirty; in hasComputedBounds()
163 if (fBoundsIsDirty) { in getBounds()
264 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
293 SkASSERT(fBoundsIsDirty); in computeBounds()
296 fBoundsIsDirty = false; in computeBounds()
302 fBoundsIsDirty = false; in setBounds()
319 fBoundsIsDirty = true; // this also invalidates fIsFinite
437 mutable uint8_t fBoundsIsDirty; variable
/external/chromium_org/third_party/skia/include/core/
DSkPathRef.h123 if (fBoundsIsDirty) { in isFinite()
155 return !fBoundsIsDirty; in hasComputedBounds()
164 if (fBoundsIsDirty) { in getBounds()
265 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef()
299 fBoundsIsDirty = false; in computeBounds()
305 fBoundsIsDirty = false; in setBounds()
322 fBoundsIsDirty = true; // this also invalidates fIsFinite
439 mutable SkTRacy<uint8_t> fBoundsIsDirty; variable
/external/chromium_org/third_party/skia/src/core/
DSkPathRef.cpp71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
86 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
97 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
144 ref->fBoundsIsDirty = false; in CreateFromBuffer()
155 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
267 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
268 if (!fBoundsIsDirty) { in copy()
342 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
400 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
444 if (!fBoundsIsDirty && !fBounds->isEmpty()) { in validate()
DSkPath.cpp2113 if (!fBoundsIsDirty) { in validate()
/external/skia/src/core/
DSkPathRef.cpp71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1; in CreateTransformedCopy()
86 (*dst)->fBoundsIsDirty = false; in CreateTransformedCopy()
97 (*dst)->fBoundsIsDirty = true; in CreateTransformedCopy()
144 ref->fBoundsIsDirty = false; in CreateFromBuffer()
155 (*pathRef)->fBoundsIsDirty = true; // this also invalidates fIsFinite in Rewind()
267 fBoundsIsDirty = ref.fBoundsIsDirty; in copy()
268 if (!fBoundsIsDirty) { in copy()
342 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForRepeatedVerb()
400 fBoundsIsDirty = true; // this also invalidates fIsFinite in growForVerb()
444 if (!fBoundsIsDirty && !fBounds.isEmpty()) { in validate()
DSkPath.cpp2194 if (!fBoundsIsDirty) { in validate()