Home
last modified time | relevance | path

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

/external/skia/gm/
Dfontmgr.cpp309 SkPaint glyphPaint; in show_bounds() local
310 glyphPaint.setStyle(style); in show_bounds()
312 SkTextEncoding::kGlyphID, 0, 0, font, glyphPaint); in show_bounds()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1086 const FT_COLR_Paint& glyphPaint, const FT_COLR_Paint& fillPaint) { in colrv1_draw_glyph_with_path() argument
1087 SkASSERT(glyphPaint.format == FT_COLR_PAINTFORMAT_GLYPH); in colrv1_draw_glyph_with_path()
1099 FT_UInt glyphID = glyphPaint.u.glyph.glyphID; in colrv1_draw_glyph_with_path()