Searched refs:PictureBackedGlyphDrawable (Results 1 – 1 of 1) sorted by relevance
817 class PictureBackedGlyphDrawable final : public SkDrawable { class in SkStrikeClientImpl819 PictureBackedGlyphDrawable(sk_sp<SkPicture> self) : fSelf(std::move(self)) {} in PictureBackedGlyphDrawable() function in SkStrikeClientImpl::PictureBackedGlyphDrawable824 return sizeof(PictureBackedGlyphDrawable) + fSelf->approximateBytesUsed(); in onApproximateBytesUsed()1012 drawable = sk_make_sp<PictureBackedGlyphDrawable>(std::move(picture)); in readStrikeData()