Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkShadowUtils.cpp226 class CachedTessellations : public SkRefCnt { class
316 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
322 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec()
336 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; } in refTessellations()
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; in draw_shadow()
487 tessellations.reset(new CachedTessellations()); in draw_shadow()
[all...]

Completed in 2 milliseconds