Home
last modified time | relevance | path

Searched refs:GlyphCacheProc (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkTextToPathIter.h28 SkPaint::GlyphCacheProc fGlyphCacheProc;
DSkPaint.cpp685 SkPaint::GlyphCacheProc SkPaint::getGlyphCacheProc(bool needFullMetrics) const { in getGlyphCacheProc()
686 static const GlyphCacheProc gGlyphCacheProcs[] = { in getGlyphCacheProc()
800 GlyphCacheProc glyphCacheProc = this->getGlyphCacheProc(nullptr != bounds); in measure_text()
925 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(false); in breakText()
1043 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(nullptr != bounds); in getTextWidths()
DSkDraw.cpp1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in drawPosText_asPaths()
/external/skia/src/gpu/text/
DGrTextUtils.cpp261 SkPaint::GlyphCacheProc glyphCacheProc = skPaint.getGlyphCacheProc(true); in DrawDFText()
346 SkPaint::GlyphCacheProc glyphCacheProc = dfPaint.getGlyphCacheProc(true); in DrawDFPosText()
510 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in DrawPosTextAsPath()
DGrStencilAndCoverTextContext.cpp443 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setText()
508 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setPosText()
/external/skia/include/core/
DSkPaint.h1028 typedef const SkGlyph& (*GlyphCacheProc)(SkGlyphCache*, const char**); typedef
1066 GlyphCacheProc getGlyphCacheProc(bool needFullMetrics) const;
/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()
1381 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawPosText()