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

  /external/skia/src/core/
SkTextToPathIter.h 42 SkMeasureCacheProc fGlyphCacheProc;
SkPaint.cpp 791 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
793 static const SkMeasureCacheProc gMeasureCacheProcs[] = {
1020 SkMeasureCacheProc glyphCacheProc;
    [all...]
SkDraw.cpp     [all...]
  /external/skia/legacy/include/core/
SkDraw.h 147 SkMeasureCacheProc fGlyphCacheProc;
SkPaint.h 43 typedef const SkGlyph& (*SkMeasureCacheProc)(SkGlyphCache*, const char**);
    [all...]
  /external/skia/include/core/
SkPaint.h 44 typedef const SkGlyph& (*SkMeasureCacheProc)(SkGlyphCache*, const char**);
    [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp 725 SkMeasureCacheProc SkPaint::getMeasureCacheProc(TextBufferDirection tbd,
727 static const SkMeasureCacheProc gMeasureCacheProcs[] = {
917 SkMeasureCacheProc glyphCacheProc;
1078 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
    [all...]
SkDraw.cpp     [all...]

Completed in 293 milliseconds