Lines Matching refs:CachedTessellations
226 class CachedTessellations : public SkRefCnt {
316 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
322 sk_sp<CachedTessellations> tessellations)
336 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
346 sk_sp<CachedTessellations> fTessellations;
351 * vertices and a translation vector. If the CachedTessellations does not contain a suitable
352 * mesh then we inform SkResourceCache to destroy the Rec and we return the CachedTessellations
367 sk_sp<CachedTessellations> fTessellationsOnFailure;
483 sk_sp<CachedTessellations> tessellations;
487 tessellations.reset(new CachedTessellations());