Home
last modified time | relevance | path

Searched refs:glyphCacheProc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPaint.cpp751 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()
[all …]
DSkDraw.cpp1186 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, in measure_text() argument
1196 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); in measure_text()
1474 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawText() local
1492 measure_text(cache, glyphCacheProc, text, byteLength, &stop); in drawText()
1527 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx, fy); in drawText()
1658 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawPosText() local
1687 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx, fy); in drawPosText()
1696 const SkGlyph* glyph = &glyphCacheProc(cache, &text, 0, 0); in drawPosText()
1719 glyph = &glyphCacheProc(cache, &text, fx, fy); in drawPosText()
1732 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); in drawPosText()
[all …]