Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMaskCache.cpp134 struct RectsBlurRec : public SkResourceCache::Rec { struct
135 RectsBlurRec(RectsBlurKey key, const SkMask& mask, SkCachedData* data) in RectsBlurRec() function
142 ~RectsBlurRec() { in ~RectsBlurRec()
146 RectsBlurKey fKey;
147 MaskValue fValue;
149 const Key& getKey() const override { return fKey; } in getKey()
150 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed()
151 const char* getCategory() const override { return "rects-blur"; } in getCategory()
152 SkDiscardableMemory* diagnostic_only_getDiscardable() const override { in diagnostic_only_getDiscardable()
156 static bool Visitor(const SkResourceCache::Rec& baseRec, void* contextData) { in Visitor()