Searched refs:ClipCache (Results 1 – 5 of 5) sorted by relevance
30 class ClipCache : public SkRefCnt {32 ClipCache() {} in ClipCache() function50 ClipCache* clip() const { return fClip.get(); } in clip()52 void setCache(const SkMatrix&, sk_sp<ClipCache>);71 sk_sp<ClipCache> fClip;
14 class RasterClipCache : public ClipCache {21 static const SkRasterClip& peek_rasterclip(ClipCache* clip) { in peek_rasterclip()60 sk_sp<ClipCache> snapCache() { in snapCache()62 fCache = sk_sp<ClipCache>(new RasterClipCache(fRC)); in snapCache()71 sk_sp<ClipCache> fCache;
73 void Xform::setCache(const SkMatrix& ctm, sk_sp<ClipCache> clip) { in setCache()
39 ( 748MB 1) 49.4ms unit test ClipCache