Searched refs:pathFont (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 174 SkFont pathFont{runFont}; in drawForBitmapDevice() local 175 SkScalar textScale = pathFont.setupForAsPaths(&pathPaint); in drawForBitmapDevice() 178 pathFont, pathPaint, props, in drawForBitmapDevice() 808 SkFont pathFont{runFont}; in generateFromGlyphRunList() local 809 SkScalar textScale = pathFont.setupForAsPaths(&pathPaint); in generateFromGlyphRunList() 812 pathFont, pathPaint, props, in generateFromGlyphRunList() 1016 SkFont pathFont{glyphRun.font()}; in processGlyphRunForPaths() local 1017 SkScalar textScale = SetupForPath(&pathPaint, &pathFont); in processGlyphRunForPaths() 1021 pathPaint, pathFont, this->surfaceProps(), SkMatrix::I(), in processGlyphRunForPaths()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 188 SkFont pathFont{runFont}; in drawForBitmapDevice() local 189 SkScalar textScale = pathFont.setupForAsPaths(&pathPaint); in drawForBitmapDevice() 192 pathFont, pathPaint, props, in drawForBitmapDevice() 473 SkFont pathFont{runFont}; in processGlyphRunList() local 477 SkScalar strikeToSourceRatio = pathFont.setupForAsPaths(&pathPaint); in processGlyphRunList() 481 SkScalerContext::CreateDescriptorAndEffectsUsingPaint(pathFont, in processGlyphRunList() 490 *ad.getDesc(), effects,*pathFont.getTypefaceOrDefault()); in processGlyphRunList()
|