Home
last modified time | relevance | path

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

/external/skia/gm/
Dbigrect.cpp60 SkPaint outOfBoundsPaint; in draw_big_rect() local
61 outOfBoundsPaint.setColor(SK_ColorRED); in draw_big_rect()
62 outOfBoundsPaint.setStyle(SkPaint::kStroke_Style); in draw_big_rect()
63 outOfBoundsPaint.setStrokeWidth(0); in draw_big_rect()
66 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()
/external/skqp/gm/
Dbigrect.cpp60 SkPaint outOfBoundsPaint; in draw_big_rect() local
61 outOfBoundsPaint.setColor(SK_ColorRED); in draw_big_rect()
62 outOfBoundsPaint.setStyle(SkPaint::kStroke_Style); in draw_big_rect()
63 outOfBoundsPaint.setStrokeWidth(0); in draw_big_rect()
66 canvas->drawRect(outOfBounds, outOfBoundsPaint); in draw_big_rect()