Searched defs:onApproximateBytesUsed (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ | ||
D | SkRecordedDrawable.cpp | 20 size_t SkRecordedDrawable::onApproximateBytesUsed() { in onApproximateBytesUsed() function in SkRecordedDrawable |
D | SkDrawable.cpp | 68 size_t SkDrawable::onApproximateBytesUsed() { in onApproximateBytesUsed() function in SkDrawable |
D | SkChromeRemoteGlyphCache.cpp | 823 size_t onApproximateBytesUsed() override { in onApproximateBytesUsed() function in SkStrikeClientImpl::PictureBackedGlyphDrawable |
/external/skia/src/utils/ | ||
D | SkCustomTypeface.cpp | 330 size_t onApproximateBytesUsed() override { in generateDrawable() function in SkUserScalerContext::generateDrawable::DrawableMatrixWrapper |
/external/skia/src/ports/ | ||
D | SkScalerContext_win_dw.cpp | 1459 size_t onApproximateBytesUsed() override { return sizeof(GlyphDrawable); } in generateDrawable() function |
/external/skia/tools/fonts/ | ||
D | TestSVGTypeface.cpp | 268 size_t onApproximateBytesUsed() override { return sizeof(SVGGlyphDrawable); } in onApproximateBytesUsed() function |