Searched refs:glyphPaint (Results 1 – 3 of 3) 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 | 308 SkPaint glyphPaint; in show_bounds() local 309 glyphPaint.setStyle(style); in show_bounds() 311 SkTextEncoding::kGlyphID, 0, 0, font, glyphPaint); in show_bounds()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 685 FT_COLR_Paint glyphPaint, FT_COLR_Paint fillPaint) { in colrv1_draw_glyph_with_path() argument 686 SkASSERT(glyphPaint.format == FT_COLR_PAINTFORMAT_GLYPH); in colrv1_draw_glyph_with_path() 696 FT_UInt glyphID = glyphPaint.u.glyph.glyphID; in colrv1_draw_glyph_with_path()
|