Lines Matching refs:glyphCacheProc
800 GlyphCacheProc glyphCacheProc = this->getGlyphCacheProc(nullptr != bounds); in measure_text() local
814 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text()
827 g = &glyphCacheProc(cache, &text); in measure_text()
832 x += advance(glyphCacheProc(cache, &text), xyIndex); in measure_text()
841 g = &glyphCacheProc(cache, &text); in measure_text()
848 g = &glyphCacheProc(cache, &text); in measure_text()
925 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(false); in breakText() local
937 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText()
949 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex); in breakText()
1043 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(nullptr != bounds); in getTextWidths() local
1057 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1077 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1098 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1110 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()