Home
last modified time | relevance | path

Searched refs:SkDrawCacheProc (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPaint.h42 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**, typedef
750 SkDrawCacheProc getDrawCacheProc() const;
/external/skia/src/core/
DSkPaint.cpp581 SkDrawCacheProc SkPaint::getDrawCacheProc() const in getDrawCacheProc()
583 static const SkDrawCacheProc gDrawCacheProcs[] = { in getDrawCacheProc()
DSkDraw.cpp1123 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, in measure_text()
1407 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawText()
1591 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawPosText()