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

/external/skia/src/core/
H A DSkYUVPlanesCache.cpp34 struct YUVPlanesRec : public SkResourceCache::Rec { struct in namespace:__anon13936
35 YUVPlanesRec(YUVPlanesKey key, SkCachedData* data, SkYUVPlanesCache::Info* info) function in struct:__anon13936::YUVPlanesRec
42 ~YUVPlanesRec() {
53 const YUVPlanesRec& rec = static_cast<const YUVPlanesRec&>(baseRec);
73 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) {
84 return CHECK_LOCAL(localCache, add, Add, SkNEW_ARGS(YUVPlanesRec, (key, data, info)));

Completed in 40 milliseconds