Home
last modified time | relevance | path

Searched refs:getGlyphCacheProc (Results 1 – 6 of 6) sorted by relevance

/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/src/core/
DSkPaint.cpp685 SkPaint::GlyphCacheProc SkPaint::getGlyphCacheProc(bool needFullMetrics) const { in getGlyphCacheProc() function in SkPaint
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()
2300 fGlyphCacheProc = paint.getGlyphCacheProc(true); in SkTextBaseIter()
DSkDraw.cpp1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in drawPosText_asPaths()
/external/skia/include/core/
DSkPaint.h1066 GlyphCacheProc getGlyphCacheProc(bool needFullMetrics) const;
/external/skia/src/pdf/
DSkPDFDevice.cpp1305 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawText()
1381 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); in drawPosText()