Searched refs:YUVPlanesRec (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkYUVPlanesCache.cpp | 37 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()
|
/third_party/flutter/skia/src/core/ |
D | SkYUVPlanesCache.cpp | 34 struct YUVPlanesRec : public SkResourceCache::Rec { struct 35 YUVPlanesRec(YUVPlanesKey key, SkCachedData* data, SkYUVPlanesCache::Info* info) in YUVPlanesRec() function 42 ~YUVPlanesRec() override { in ~YUVPlanesRec() argument 57 const YUVPlanesRec& rec = static_cast<const YUVPlanesRec&>(baseRec); in Visitor() 77 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) { in FindAndRef() 88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info)); in Add()
|