Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h41 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**, typedef
854 SkDrawCacheProc getDrawCacheProc() const;
/external/skia/src/pdf/
DSkPDFDevice.cpp73 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()
/external/skia/src/core/
DSkDraw.cpp1255 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()
DSkPaint.cpp721 SkDrawCacheProc SkPaint::getDrawCacheProc() const { in getDrawCacheProc()
722 static const SkDrawCacheProc gDrawCacheProcs[] = { in getDrawCacheProc()