Searched refs:GlyphCacheProc (Results 1 – 7 of 7) sorted by relevance
28 SkPaint::GlyphCacheProc fGlyphCacheProc;
685 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()
1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); in drawPosText_asPaths()
261 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()
443 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setText()508 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); in setPosText()
1028 typedef const SkGlyph& (*GlyphCacheProc)(SkGlyphCache*, const char**); typedef1066 GlyphCacheProc getGlyphCacheProc(bool needFullMetrics) const;
83 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()