Lines Matching defs:gray
6324 SkPaint gray; gray.setColor(SK_ColorGRAY);
6328 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, paragraph->getMaxIntrinsicWidth(), paragraph->getHeight()), gray);
6368 SkPaint gray; gray.setColor(SK_ColorGRAY);
6376 gray.setColor(SK_ColorGRAY);
6378 gray.setColor(SK_ColorLTGRAY);
6381 canvas.get()->drawRect(r.rect, gray);
6383 gray.setColor(SK_ColorRED);
6384 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, 1, paragraph->getHeight()), gray);
6469 SkPaint gray;
6470 gray.setColor(SK_ColorGRAY);
6471 gray.setStyle(SkPaint::kStroke_Style);
6472 gray.setAntiAlias(true);
6473 gray.setStrokeWidth(1);
6474 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, paragraph->getMaxWidth(), paragraph->getHeight()), gray);