Searched refs:glyphCacheProc (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkPaint.cpp | 653 SkMeasureCacheProc glyphCacheProc; in measure_text() local 654 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection, in measure_text() 659 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text() 671 g = &glyphCacheProc(cache, &text); in measure_text() 678 x += glyphCacheProc(cache, &text).fAdvanceX; in measure_text() 690 g = &glyphCacheProc(cache, &text); in measure_text() 699 g = &glyphCacheProc(cache, &text); in measure_text() 815 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false); in breakText() local 829 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText() 845 SkFixed x = glyphCacheProc(cache, &text).fAdvanceX; in breakText() [all …]
|
D | SkDraw.cpp | 1123 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, in measure_text() argument 1133 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); in measure_text() 1407 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawText() local 1425 measure_text(cache, glyphCacheProc, text, byteLength, &stop); in drawText() 1460 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx, fy); in drawText() 1591 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); in drawPosText() local 1620 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx, fy); in drawPosText() 1629 const SkGlyph* glyph = &glyphCacheProc(cache, &text, 0, 0); in drawPosText() 1652 glyph = &glyphCacheProc(cache, &text, fx, fy); in drawPosText() 1665 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); in drawPosText()
|