Searched defs:CachedTessellations (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkShadowUtils.cpp188 class CachedTessellations : public SkRefCnt { class in namespace:__anon20909
276 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
282 sk_sp<CachedTessellations> tessellations)
296 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
306 sk_sp<CachedTessellations> fTessellations;
311 * vertices and a translation vector. If the CachedTessellations does not contain a suitable
312 * mesh then we inform SkResourceCache to destroy the Rec and we return the CachedTessellations
327 sk_sp<CachedTessellations> fTessellationsOnFailure;
417 sk_sp<CachedTessellations> tessellations;
421 tessellations.reset(new CachedTessellations());
[all...]
/external/skqp/src/utils/
H A DSkShadowUtils.cpp187 class CachedTessellations : public SkRefCnt { class in namespace:__anon21577
275 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
281 sk_sp<CachedTessellations> tessellations)
295 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
305 sk_sp<CachedTessellations> fTessellations;
310 * vertices and a translation vector. If the CachedTessellations does not contain a suitable
311 * mesh then we inform SkResourceCache to destroy the Rec and we return the CachedTessellations
326 sk_sp<CachedTessellations> fTessellationsOnFailure;
416 sk_sp<CachedTessellations> tessellations;
420 tessellations.reset(new CachedTessellations());
[all...]

Completed in 91 milliseconds