Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dcomplexclip.cpp112 SkPaint boundPaint; in onDraw() local
113 boundPaint.setColor(SK_ColorRED); in onDraw()
114 boundPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
115 canvas->drawRect(bounds, boundPaint); in onDraw()
/third_party/skia/gm/
Dcomplexclip.cpp110 SkPaint boundPaint; in onDraw() local
111 boundPaint.setColor(SK_ColorRED); in onDraw()
112 boundPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
113 canvas->drawRect(bounds, boundPaint); in onDraw()