Home
last modified time | relevance | path

Searched refs:boundsPaint (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/viewer/
DMSKPSlide.cpp106 SkPaint boundsPaint; in draw() local
107 boundsPaint.setStyle(SkPaint::kStroke_Style); in draw()
108 boundsPaint.setColor(SK_ColorRED); in draw()
109 boundsPaint.setStrokeWidth(0.f); in draw()
110 boundsPaint.setAntiAlias(true); in draw()
113 canvas->drawRect(SkRect::Make(bounds).makeOutset(0.5f, 0.5f), boundsPaint); in draw()
/external/skia/gm/
Dbeziereffects.cpp260 SkPaint boundsPaint; in onDraw() local
261 boundsPaint.setColor(0xff808080); in onDraw()
262 boundsPaint.setStrokeWidth(0); in onDraw()
263 boundsPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
295 canvas->drawRect(bounds, boundsPaint); in onDraw()
453 SkPaint boundsPaint; in onDraw() local
454 boundsPaint.setColor(0xff808080); in onDraw()
455 boundsPaint.setStrokeWidth(0); in onDraw()
456 boundsPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
486 canvas->drawRect(bounds, boundsPaint); in onDraw()
Dfontmgr.cpp253 SkPaint boundsPaint; in show_bounds() local
254 boundsPaint.setAntiAlias(true); in show_bounds()
255 boundsPaint.setColor(boundsColor); in show_bounds()
256 boundsPaint.setStyle(SkPaint::kStroke_Style); in show_bounds()
257 canvas->drawRect(fontBounds, boundsPaint); in show_bounds()
260 boundsPaint.setPathEffect(SkDashPathEffect::Make(intervals, 2, 0.f)); in show_bounds()
261 canvas->drawRect(min, boundsPaint); in show_bounds()
265 SkPaint metricsPaint(boundsPaint); in show_bounds()
/external/skqp/gm/
Dbeziereffects.cpp231 SkPaint boundsPaint; in onDraw() local
232 boundsPaint.setColor(0xff808080); in onDraw()
233 boundsPaint.setStrokeWidth(0); in onDraw()
234 boundsPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
235 canvas->drawRect(bounds, boundsPaint); in onDraw()
443 SkPaint boundsPaint; in onDraw() local
444 boundsPaint.setColor(0xff808080); in onDraw()
445 boundsPaint.setStrokeWidth(0); in onDraw()
446 boundsPaint.setStyle(SkPaint::kStroke_Style); in onDraw()
447 canvas->drawRect(bounds, boundsPaint); in onDraw()
Dfontmgr.cpp225 SkPaint boundsPaint; in show_bounds() local
226 boundsPaint.setAntiAlias(true); in show_bounds()
227 boundsPaint.setColor(boundsColor); in show_bounds()
228 boundsPaint.setStyle(SkPaint::kStroke_Style); in show_bounds()
229 canvas->drawRect(fontBounds, boundsPaint); in show_bounds()
233 SkPaint metricsPaint(boundsPaint); in show_bounds()