Home
last modified time | relevance | path

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

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