/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 98 const SkFont& runFont = glyphRun.font(); in drawForBitmapDevice() local 102 if (SkStrikeSpec::ShouldDrawAsPath(paint, runFont, deviceMatrix)) { in drawForBitmapDevice() 105 runFont, paint, props, fScalerContextFlags); in drawForBitmapDevice() 116 pathPaint.setAntiAlias(runFont.hasSomeAntiAliasing()); in drawForBitmapDevice() 123 runFont, paint, props, fScalerContextFlags, deviceMatrix); in drawForBitmapDevice() 140 runFont, paint, props, fScalerContextFlags, SkMatrix::I()); in drawForBitmapDevice() 171 if (maxScale * runFont.getSize() > 256) { in drawForBitmapDevice() 172 maxScale = 256.0f / runFont.getSize(); in drawForBitmapDevice() 177 runFont, paint, props, fScalerContextFlags, cacheScale); in drawForBitmapDevice() 244 const SkFont& runFont = glyphRun.font(); in processGlyphRun() local [all …]
|
D | SkGlyphRunPainter.h | 145 const SkFont& runFont, 150 const SkFont& runFont,
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 166 const SkFont& runFont = glyphRun.font(); in drawForBitmapDevice() local 169 if (ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice() 174 SkFont pathFont{runFont}; in drawForBitmapDevice() 200 pathPaint.setAntiAlias(runFont.hasSomeAntiAliasing()); in drawForBitmapDevice() 207 runFont, runPaint, props, in drawForBitmapDevice() 257 SkScalar maxGlyphDimension, const SkPaint& runPaint, const SkFont& runFont, in processARGBFallback() argument 287 runFont, in processARGBFallback() 301 SkScalar runFontTextSize = runFont.getSize(); in processARGBFallback() 318 SkFont fallbackFont{runFont}; in processARGBFallback() 738 const SkFont& runFont = glyphRun.font(); in generateFromGlyphRunList() local [all …]
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 252 const SkFont& runFont, 256 const SkFont& runFont, 302 const SkFont& runFont, const SkStrikeSpec& strikeSpec) override; 304 const SkStrikeSpec& strikeSpec, const SkFont& runFont,
|
D | GrTextBlob.cpp | 1093 const SkFont& runFont, 1169 const SkFont& runFont, in Make() argument 1196 runFont.getEdging() == SkFont::Edging::kSubpixelAntiAlias, in Make() 1197 has_some_antialiasing(runFont)); in Make() 1608 const SkFont& runFont, in processSourcePaths() argument 1611 has_some_antialiasing(runFont), in processSourcePaths() 1619 const SkFont& runFont, in processSourceSDFT() argument 1625 fSubRunList.append(SDFTSubRun::Make(drawables, runFont, strikeSpec, this, &fAlloc)); in processSourceSDFT() 2107 const SkFont& runFont, 2168 const SkFont& runFont, in Make() argument [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() local 78 sub->add(runFont, runLimit); in subsetFontRuns()
|
D | pflow.c | 100 const le_font *runFont = pl_getFontRunFont(fontRuns, run); in subsetFontRuns() local 107 pl_addFontRun(sub, runFont, runLimit); in subsetFontRuns()
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 656 SkFont runFont(srcFont); in shape() local 657 runFont.setTypeface(sk_ref_sp(font->currentTypeface())); in shape() 658 ShapedRun& run = runs.emplace_back(utf8Start, utf8End, len, runFont, bidi->currentLevel(), in shape()
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 802 const LEFontInstance *runFont = fontRuns->getFont(si[0]); in computeSubFonts() local 806 …const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, … in computeSubFonts()
|