Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeCache.h49 , fScalerCache{std::move(scaler), metrics}
53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path); in mergePath()
66 return fScalerCache.getScalerContext(); in getScalerContext()
71 fScalerCache.findIntercepts(bounds, scale, xPos, glyph, array, count); in findIntercepts()
75 return fScalerCache.getFontMetrics(); in getFontMetrics()
80 auto [glyphs, increase] = fScalerCache.metrics(glyphIDs, results); in metrics()
87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results); in preparePaths()
94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results); in prepareImages()
100 size_t increase = fScalerCache.prepareForDrawingMasksCPU(drawables); in prepareForDrawingMasksCPU()
[all …]
DSkStrikeCache.cpp64 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in Dump()
93 const SkTypeface* face = strike.fScalerCache.getScalerContext()->getTypeface(); in DumpMemoryStatistics()
94 const SkScalerContextRec& rec = strike.fScalerCache.getScalerContext()->getRec(); in DumpMemoryStatistics()
112 strike.fScalerCache.countCachedGlyphs()); in DumpMemoryStatistics()