Lines Matching refs:strikeSpec
172 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, paint); in measureText()
173 SkBulkGlyphMetrics metrics{strikeSpec}; in measureText()
210 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, paint); in getWidthsBounds()
211 SkBulkGlyphMetrics metrics{strikeSpec}; in getWidthsBounds()
231 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this); in getPos()
232 SkBulkGlyphMetrics metrics{strikeSpec}; in getPos()
245 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this); in getXPos()
246 SkBulkGlyphMetrics metrics{strikeSpec}; in getXPos()
263 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeWithNoDevice(font); in getPaths() local
264 SkBulkGlyphMetricsAndPaths paths{strikeSpec}; in getPaths()
290 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeCanonicalized(*this, nullptr); in getMetrics()
297 auto cache = strikeSpec.findOrCreateStrike(); in getMetrics()