Searched refs:SkDrawCacheProc (Results 1 – 4 of 4) sorted by relevance
41 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**, typedef854 SkDrawCacheProc getDrawCacheProc() const;
73 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint, in align_text()816 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); in drawText()886 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); in drawPosText()
1255 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, in measure_text()1561 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawText()1772 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawPosText()
721 SkDrawCacheProc SkPaint::getDrawCacheProc() const { in getDrawCacheProc()722 static const SkDrawCacheProc gDrawCacheProcs[] = { in getDrawCacheProc()