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

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp827 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, function in class:SkPaint
1075 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1232 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(tbd, false);
1352 glyphCacheProc = paint.getMeasureCacheProc(kForward_TextBufferDirection,
2501 fGlyphCacheProc = paint.getMeasureCacheProc(SkPaint::kForward_TextBufferDirection,
/external/skia/src/core/
H A DSkPaint.cpp828 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd, function in class:SkPaint
1076 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1233 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(tbd, false);
1353 glyphCacheProc = paint.getMeasureCacheProc(kForward_TextBufferDirection,
2534 fGlyphCacheProc = paint.getMeasureCacheProc(SkPaint::kForward_TextBufferDirection,

Completed in 103 milliseconds