Home | History | Annotate | Download | only in core

Lines Matching refs:glyphCacheProc

841     SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(NULL != bounds);
855 const SkGlyph* g = &glyphCacheProc(cache, &text);
868 g = &glyphCacheProc(cache, &text);
873 x += advance(glyphCacheProc(cache, &text), xyIndex);
882 g = &glyphCacheProc(cache, &text);
889 g = &glyphCacheProc(cache, &text);
966 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(false);
978 const SkGlyph& g = glyphCacheProc(cache, &text);
990 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex);
1084 SkMeasureCacheProc glyphCacheProc;
1085 glyphCacheProc = paint.getMeasureCacheProc(NULL != bounds);
1099 const SkGlyph& g = glyphCacheProc(cache, &text);
1119 const SkGlyph& g = glyphCacheProc(cache, &text);
1140 const SkGlyph& g = glyphCacheProc(cache, &text);
1152 const SkGlyph& g = glyphCacheProc(cache, &text);