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

  /external/skia/include/core/
SkDraw.h 152 SkMeasureCacheProc fGlyphCacheProc;
SkPaint.h 44 typedef const SkGlyph& (*SkMeasureCacheProc)(SkGlyphCache*, const char**);
    [all...]
  /external/skia/src/core/
SkPaint.cpp 629 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
631 static const SkMeasureCacheProc gMeasureCacheProcs[] = {
805 SkMeasureCacheProc glyphCacheProc;
949 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
    [all...]
SkDraw.cpp     [all...]

Completed in 180 milliseconds