Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkShadowUtils.cpp226 class CachedTessellations : public SkRefCnt { class
320 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec()
334 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; } in refTessellations()
344 sk_sp<CachedTessellations> fTessellations;
365 sk_sp<CachedTessellations> fTessellationsOnFailure;
480 sk_sp<CachedTessellations> tessellations; in draw_shadow()
484 tessellations.reset(new CachedTessellations()); in draw_shadow()