HomeSort by relevance Sort by last modified time
    Searched refs:CachedTessellations (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkShadowUtils.cpp 183 class CachedTessellations : public SkRefCnt {
271 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
277 sk_sp<CachedTessellations> tessellations)
291 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
301 sk_sp<CachedTessellations> fTessellations;
306 * vertices and a translation vector. If the CachedTessellations does not contain a suitable
307 * mesh then we inform SkResourceCache to destroy the Rec and we return the CachedTessellations
322 sk_sp<CachedTessellations> fTessellationsOnFailure;
437 sk_sp<CachedTessellations> tessellations;
441 tessellations.reset(new CachedTessellations());
    [all...]
  /external/skqp/src/utils/
SkShadowUtils.cpp 182 class CachedTessellations : public SkRefCnt {
270 * A record of shadow vertices stored in SkResourceCache of CachedTessellations for a particular
276 sk_sp<CachedTessellations> tessellations)
290 sk_sp<CachedTessellations> refTessellations() const { return fTessellations; }
300 sk_sp<CachedTessellations> fTessellations;
305 * vertices and a translation vector. If the CachedTessellations does not contain a suitable
306 * mesh then we inform SkResourceCache to destroy the Rec and we return the CachedTessellations
321 sk_sp<CachedTessellations> fTessellationsOnFailure;
411 sk_sp<CachedTessellations> tessellations;
415 tessellations.reset(new CachedTessellations());
    [all...]

Completed in 980 milliseconds