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

/external/skia/src/core/
H A DSkPaint.cpp725 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, function in class:SkPaint
918 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1078 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
1208 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
2092 fGlyphCacheProc = paint.getMeasureCacheProc(SkPaint::kForward_TextBufferDirection,

Completed in 69 milliseconds