HomeSort by relevance Sort by last modified time
    Searched defs:RoundRectPainter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/
round_rect_painter.cc 13 RoundRectPainter::RoundRectPainter(SkColor border_color, int corner_radius)
18 RoundRectPainter::~RoundRectPainter() {
21 gfx::Size RoundRectPainter::GetMinimumSize() const {
25 void RoundRectPainter::Paint(gfx::Canvas* canvas, const gfx::Size& size) {
round_rect_painter.h 21 class VIEWS_EXPORT RoundRectPainter : public Painter {
23 RoundRectPainter(SkColor border_color, int corner_radius);
24 virtual ~RoundRectPainter();
34 DISALLOW_COPY_AND_ASSIGN(RoundRectPainter);

Completed in 82 milliseconds