Lines Matching refs:fScalerCache
49 , 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()
105 return fScalerCache.roundingSpec(); in roundingSpec()
122 size_t increase = fScalerCache.prepareForMaskDrawing(drawbles, rejects); in prepareForMaskDrawing()
128 size_t increase = fScalerCache.prepareForSDFTDrawing(drawbles, rejects); in prepareForSDFTDrawing()
134 size_t increase = fScalerCache.prepareForPathDrawing(drawbles, rejects); in prepareForPathDrawing()
152 SkScalerCache fScalerCache; variable