Searched defs:RectsBlurRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkMaskCache.cpp133 struct RectsBlurRec : public SkResourceCache::Rec { struct in namespace:__anon16969
134 RectsBlurRec(RectsBlurKey key, const SkMask& mask, SkCachedData* data) function in struct:__anon16969::RectsBlurRec
141 ~RectsBlurRec() override {
156 const RectsBlurRec& rec = static_cast<const RectsBlurRec&>(baseRec);
176 if (!CHECK_LOCAL(localCache, find, Find, key, RectsBlurRec::Visitor, &result)) {
189 return CHECK_LOCAL(localCache, add, Add, new RectsBlurRec(key, mask, data));

Completed in 165 milliseconds