Searched refs:getMeasureCacheProc (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h1060 SkMeasureCacheProc getMeasureCacheProc(bool needFullMetrics) const;
/external/skia/src/core/
H A DSkPaint.cpp623 SkMeasureCacheProc SkPaint::getMeasureCacheProc(bool needFullMetrics) const { function in class:SkPaint
841 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(NULL != bounds);
966 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(false);
1085 glyphCacheProc = paint.getMeasureCacheProc(NULL != bounds);
2302 fGlyphCacheProc = paint.getMeasureCacheProc(true);

Completed in 77 milliseconds