Home
last modified time | relevance | path

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

/external/skia/gm/
Dtypeface.cpp61 SkPaint glyphPaint(paint); in drawKernText() local
62 glyphPaint.setTextEncoding(SkPaint::kGlyphID_TextEncoding); in drawKernText()
66 getGlyphPositions(glyphPaint, glyphs, glyphCount, x, y, pos); in drawKernText()
68 applyKerning(pos, adjustments, glyphCount, glyphPaint); in drawKernText()
69 canvas->drawPosText(glyphs, glyphCount * sizeof(uint16_t), pos, glyphPaint); in drawKernText()