Searched refs:glyphPaint (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | fontmgr.cpp | 288 SkPaint glyphPaint; in show_bounds() local 289 glyphPaint.setStyle(style); in show_bounds() 290 … canvas->drawSimpleText(&str[i], sizeof(str[0]), kGlyphID_SkTextEncoding, x, y, font, glyphPaint); in show_bounds()
|
/external/skia/gm/ |
D | fontmgr.cpp | 286 SkPaint glyphPaint; in show_bounds() local 287 glyphPaint.setStyle(style); in show_bounds() 288 … canvas->drawSimpleText(&str[i], sizeof(str[0]), kGlyphID_SkTextEncoding, x, y, font, glyphPaint); in show_bounds()
|