Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextToPathIter.h42 SkMeasureCacheProc fGlyphCacheProc;
DSkPaint.cpp623 SkMeasureCacheProc SkPaint::getMeasureCacheProc(bool needFullMetrics) const { in getMeasureCacheProc()
624 static const SkMeasureCacheProc gMeasureCacheProcs[] = { in getMeasureCacheProc()
841 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(NULL != bounds); in measure_text()
966 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(false); in breakText()
1084 SkMeasureCacheProc glyphCacheProc; in getTextWidths()
/external/skia/include/core/
DSkPaint.h41 typedef const SkGlyph& (*SkMeasureCacheProc)(SkGlyphCache*, const char**); typedef
1060 SkMeasureCacheProc getMeasureCacheProc(bool needFullMetrics) const;