Lines Matching refs:runFont
97 const SkFont& runFont = glyphRun.font(); in drawForBitmapDevice() local
101 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice()
104 SkStrikeSpec::MakePath(runFont, paint, props, fScalerContextFlags); in drawForBitmapDevice()
115 pathPaint.setAntiAlias(runFont.hasSomeAntiAliasing()); in drawForBitmapDevice()
122 runFont, paint, props, fScalerContextFlags, deviceMatrix); in drawForBitmapDevice()
139 runFont, paint, props, fScalerContextFlags, SkMatrix::I()); in drawForBitmapDevice()
170 if (maxScale * runFont.getSize() > 256) { in drawForBitmapDevice()
171 maxScale = 256.0f / runFont.getSize(); in drawForBitmapDevice()
176 runFont, paint, props, fScalerContextFlags, cacheScale); in drawForBitmapDevice()
243 const SkFont& runFont = glyphRun.font(); in processGlyphRun() local
245 GrSDFTControl::DrawingType drawingType = control.drawingType(runFont, runPaint, drawMatrix); in processGlyphRun()
250 SkStrikeSpec::MakeSDFT(runFont, runPaint, fDeviceProps, drawMatrix, control); in processGlyphRun()
272 runFont, in processGlyphRun()
282 runFont, runPaint, fDeviceProps, fScalerContextFlags, drawMatrix); in processGlyphRun()
312 SkStrikeSpec::MakePath(runFont, runPaint, fDeviceProps, fScalerContextFlags); in processGlyphRun()
333 fDrawable.drawable(), runFont, strikeToSourceScale); in processGlyphRun()
341 runFont, runPaint, fDeviceProps, in processGlyphRun()