Searched refs:SkDrawCacheProc (Results 1 – 4 of 4) sorted by relevance
35 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**, typedef911 SkDrawCacheProc getDrawCacheProc() const;
68 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint, in align_text()815 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); in drawText()866 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); in drawPosText()
1286 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, in measure_text()1541 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawText()1752 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawPosText()
808 SkDrawCacheProc SkPaint::getDrawCacheProc() const { in getDrawCacheProc()809 static const SkDrawCacheProc gDrawCacheProcs[] = { in getDrawCacheProc()