Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMaskCache.cpp39 struct RRectBlurRec : public SkResourceCache::Rec { struct
40 RRectBlurRec(RRectBlurKey key, const SkMask& mask, SkCachedData* data) in RRectBlurRec() function
47 ~RRectBlurRec() { in ~RRectBlurRec()
51 RRectBlurKey fKey;
52 MaskValue fValue;
54 const Key& getKey() const override { return fKey; } in getKey()
55 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed()
56 const char* getCategory() const override { return "rrect-blur"; } in getCategory()
57 SkDiscardableMemory* diagnostic_only_getDiscardable() const override { in diagnostic_only_getDiscardable()
61 static bool Visitor(const SkResourceCache::Rec& baseRec, void* contextData) { in Visitor()