Searched defs:glyphCacheProc (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFDevice.cpp73 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint, argument
90 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
816 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); local
817 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y,
886 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc(); local
899 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y, NULL);
/external/skia/src/core/
H A DSkDraw.cpp1255 static void measure_text(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, argument
1265 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
1561 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); local
1589 measure_text(cache, glyphCacheProc, text, byteLength, &stop);
1632 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx & fxMask, fy & fyMask);
1772 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc(); local
1808 const SkGlyph& glyph = glyphCacheProc(cache, &text,
1818 const SkGlyph* glyph = &glyphCacheProc(cache, &text, 0, 0);
1843 glyph = &glyphCacheProc(cache, &text, fx & fxMask, fy & fyMask);
1856 const SkGlyph& glyph = glyphCacheProc(cach
2014 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc( local
[all...]

Completed in 47 milliseconds