Lines Matching refs:glyphCacheProc
751 SkMeasureCacheProc glyphCacheProc; in measure_text() local
752 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection, in measure_text()
757 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text()
772 g = &glyphCacheProc(cache, &text); in measure_text()
779 x += glyphCacheProc(cache, &text).fAdvanceX; in measure_text()
791 g = &glyphCacheProc(cache, &text); in measure_text()
800 g = &glyphCacheProc(cache, &text); in measure_text()
917 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false); in breakText() local
932 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText()
948 SkFixed x = glyphCacheProc(cache, &text).fAdvanceX; in breakText()
1059 SkMeasureCacheProc glyphCacheProc; in getTextWidths() local
1060 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection, in getTextWidths()
1075 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1095 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1116 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()
1128 const SkGlyph& g = glyphCacheProc(cache, &text); in getTextWidths()