• Home
  • Raw
  • Download

Lines Matching refs:strikeSpec

103             auto [strikeSpec, strikeToSourceScale] =  in drawForBitmapDevice()
106 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice()
121 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeMask( in drawForBitmapDevice() local
124 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice()
175 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeMask( in drawForBitmapDevice() local
178 auto strike = strikeSpec.findOrCreateStrike(); in drawForBitmapDevice()
249 const auto& [strikeSpec, strikeToSourceScale, minScale, maxScale] = in processGlyphRun()
253 msg.appendf(" SDFT case:\n%s", strikeSpec.dump().c_str()); in processGlyphRun()
257 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun()
281 SkStrikeSpec strikeSpec = SkStrikeSpec::MakeMask( in processGlyphRun() local
285 msg.appendf(" Mask case:\n%s", strikeSpec.dump().c_str()); in processGlyphRun()
288 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun()
311 auto [strikeSpec, strikeToSourceScale] = in processGlyphRun()
315 msg.appendf(" Path case:\n%s", strikeSpec.dump().c_str()); in processGlyphRun()
319 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun()
340 auto [strikeSpec, strikeToSourceScale] = SkStrikeSpec::MakeSourceFallback( in processGlyphRun()
345 msg.appendf("Transformed case:\n%s", strikeSpec.dump().c_str()); in processGlyphRun()
349 SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(fStrikeCache); in processGlyphRun()