Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h35 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**, typedef
911 SkDrawCacheProc getDrawCacheProc() const;
/external/skia/src/pdf/
DSkPDFDevice.cpp68 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()
/external/skia/src/core/
DSkDraw.cpp1286 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()
DSkPaint.cpp808 SkDrawCacheProc SkPaint::getDrawCacheProc() const { in getDrawCacheProc()
809 static const SkDrawCacheProc gDrawCacheProcs[] = { in getDrawCacheProc()