Home
last modified time | relevance | path

Searched refs:CachedTessellations (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkShadowUtils.cpp183 class CachedTessellations : public SkRefCnt { class
277 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec()
291 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; } in refTessellations()
301 sk_sp<CachedTessellations> fTessellations;
322 sk_sp<CachedTessellations> fTessellationsOnFailure;
437 sk_sp<CachedTessellations> tessellations; in draw_shadow()
441 tessellations.reset(new CachedTessellations()); in draw_shadow()
/external/skqp/src/utils/
DSkShadowUtils.cpp182 class CachedTessellations : public SkRefCnt { class
276 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec()
290 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; } in refTessellations()
300 sk_sp<CachedTessellations> fTessellations;
321 sk_sp<CachedTessellations> fTessellationsOnFailure;
411 sk_sp<CachedTessellations> tessellations; in draw_shadow()
415 tessellations.reset(new CachedTessellations()); in draw_shadow()