Searched refs:boundsColors (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | fontmgr.cpp | 317 const SkColor boundsColors[2] = { SK_ColorRED, SK_ColorBLUE }; in onDraw() local 336 show_bounds(canvas, font, x, y, boundsColors[index & 1]); in onDraw()
|
/external/skqp/gm/ |
D | fontmgr.cpp | 319 const SkColor boundsColors[2] = { SK_ColorRED, SK_ColorBLUE }; in onDraw() local 338 show_bounds(canvas, font, x, y, boundsColors[index & 1]); in onDraw()
|