Home
last modified time | relevance | path

Searched refs:PictureBackedGlyphDrawable (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp817 class PictureBackedGlyphDrawable final : public SkDrawable { class in SkStrikeClientImpl
819 PictureBackedGlyphDrawable(sk_sp<SkPicture> self) : fSelf(std::move(self)) {} in PictureBackedGlyphDrawable() function in SkStrikeClientImpl::PictureBackedGlyphDrawable
824 return sizeof(PictureBackedGlyphDrawable) + fSelf->approximateBytesUsed(); in onApproximateBytesUsed()
1012 drawable = sk_make_sp<PictureBackedGlyphDrawable>(std::move(picture)); in readStrikeData()