Home
last modified time | relevance | path

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

/external/skqp/gm/
Dfontmgr.cpp233 SkPaint metricsPaint(boundsPaint); in show_bounds() local
234 metricsPaint.setStyle(SkPaint::kFill_Style); in show_bounds()
235 metricsPaint.setAlpha(0x40); in show_bounds()
241 canvas->drawRect(underline, metricsPaint); in show_bounds()
249 canvas->drawRect(strikeout, metricsPaint); in show_bounds()
/external/skia/gm/
Dfontmgr.cpp231 SkPaint metricsPaint(boundsPaint); in show_bounds() local
232 metricsPaint.setStyle(SkPaint::kFill_Style); in show_bounds()
233 metricsPaint.setAlphaf(0.25f); in show_bounds()
239 canvas->drawRect(underline, metricsPaint); in show_bounds()
247 canvas->drawRect(strikeout, metricsPaint); in show_bounds()