Home
last modified time | relevance | path

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

/external/skqp/gm/
Dfontmgr.cpp288 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/
Dfontmgr.cpp308 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/
DSkFontHost_FreeType_common.cpp685 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()