Searched refs:glyphCacheProc (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 261 SkPaint::GlyphCacheProc glyphCacheProc = skPaint.getGlyphCacheProc(true); in DrawDFText() local 284 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr); in DrawDFText() 346 SkPaint::GlyphCacheProc glyphCacheProc = dfPaint.getGlyphCacheProc(true); in DrawDFPosText() local 355 const SkGlyph& glyph = glyphCacheProc(cache, &text); in DrawDFPosText() 384 const SkGlyph& glyph = glyphCacheProc(cache, &text); in DrawDFPosText() 510 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in DrawPosTextAsPath() local 523 const SkGlyph& glyph = glyphCacheProc(cache, &text); in DrawPosTextAsPath()
|
D | GrStencilAndCoverTextContext.cpp | 443 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setText() local 460 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText() 487 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText() 508 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setPosText() local 520 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 800 GlyphCacheProc glyphCacheProc = this->getGlyphCacheProc(nullptr != bounds); in measure_text() local 814 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text() 827 g = &glyphCacheProc(cache, &text); in measure_text() 832 x += advance(glyphCacheProc(cache, &text), xyIndex); in measure_text() 841 g = &glyphCacheProc(cache, &text); in measure_text() 848 g = &glyphCacheProc(cache, &text); in measure_text() 925 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(false); in breakText() local 937 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText() 949 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex); in breakText() 1043 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(nullptr != bounds); in getTextWidths() local [all …]
|
D | SkDraw.cpp | 1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in drawPosText_asPaths() local 1621 const SkGlyph& glyph = glyphCacheProc(cache.get(), &text); in drawPosText_asPaths()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 83 static void align_text(SkPaint::GlyphCacheProc glyphCacheProc, const SkPaint& paint, in align_text() argument 101 const SkGlyph& glyph = glyphCacheProc(cache, &start); in align_text() 1305 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawText() local 1306 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y); in drawText() 1381 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawPosText() local 1402 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y); in drawPosText()
|