Home
last modified time | relevance | path

Searched refs:line_paint (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp75 static SkPaint line_paint(SkColor color, bool dashed = false) { in line_paint() function
207 line_paint(SK_ColorGRAY));
217 canvas->drawRect(ctm.mapRect(localContentRect), line_paint(SK_ColorDKGRAY));
229 line_paint(SK_ColorDKGRAY, true));
230 canvas->drawRect(SkRect::Make(SkIRect(hintedLayerBounds)), line_paint(SK_ColorRED));
231 canvas->drawRect(SkRect::Make(SkIRect(unhintedLayerBounds)), line_paint(SK_ColorGREEN));
238 canvas->drawRect(SkRect::Make(SkIRect(hintedOutputBounds)), line_paint(SK_ColorBLUE));

Completed in 1 milliseconds