Searched refs:outOfBoundsPaint (Results 1 – 2 of 2) sorted by relevance
60 SkPaint outOfBoundsPaint; in draw_big_rect() local61 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()