Home
last modified time | relevance | path

Searched refs:YUVPlanesRec (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/core/
DSkYUVPlanesCache.cpp37 struct YUVPlanesRec : public SkResourceCache::Rec { struct
38 YUVPlanesRec(YUVPlanesKey key, SkCachedData* data, const SkYUVAPixmaps& pixmaps) in YUVPlanesRec() argument
45 ~YUVPlanesRec() override { in ~YUVPlanesRec() argument
60 const YUVPlanesRec& rec = static_cast<const YUVPlanesRec&>(baseRec); in Visitor()
81 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) { in FindAndRef()
92 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, pixmaps)); in Add()