Searched refs:CachedTessellations (Results 1 – 1 of 1) sorted by relevance
226 class CachedTessellations : public SkRefCnt { class320 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()