HomeSort by relevance Sort by last modified time
    Searched refs:getMeasureCacheProc (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/src/core/
SkPaint.cpp 623 SkMeasureCacheProc SkPaint::getMeasureCacheProc(bool needFullMetrics) const {
841 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(NULL != bounds);
966 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(false);
1085 glyphCacheProc = paint.getMeasureCacheProc(NULL != bounds);
    [all...]

Completed in 76 milliseconds