Home
last modified time | relevance | path

Searched defs:glyphCacheProc (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/text/
DGrTextUtils.cpp261 SkPaint::GlyphCacheProc glyphCacheProc = skPaint.getGlyphCacheProc(true); in DrawDFText() local
346 SkPaint::GlyphCacheProc glyphCacheProc = dfPaint.getGlyphCacheProc(true); in DrawDFPosText() local
510 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in DrawPosTextAsPath() local
DGrStencilAndCoverTextContext.cpp443 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setText() local
508 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setPosText() local
/external/skia/src/pdf/
DSkPDFDevice.cpp83 static void align_text(SkPaint::GlyphCacheProc glyphCacheProc, const SkPaint& paint, in align_text()
1305 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawText() local
1381 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawPosText() local
/external/skia/src/core/
DSkPaint.cpp800 GlyphCacheProc glyphCacheProc = this->getGlyphCacheProc(nullptr != bounds); in measure_text() local
925 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(false); in breakText() local
1043 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(nullptr != bounds); in getTextWidths() local
DSkDraw.cpp1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in drawPosText_asPaths() local