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

  /external/chromium_org/ui/app_list/views/
progress_bar_view.cc 42 gfx::Size paint_size = size(); local
45 if (paint_size.width() < min_size.width() ||
46 paint_size.height() < min_size.height()) {
50 background_painter_->Paint(canvas, paint_size);
53 const int bar_width = paint_size.width() - kBarEndWidth;
58 paint_size.set_width(kBarEndWidth + bar_width * GetNormalizedValue());
59 bar_painter_->Paint(canvas, paint_size);
  /external/chromium_org/ui/compositor/
layer_unittest.cc 166 const gfx::Size& paint_size() const { return paint_size_; } function in class:ui::__anon16679::TestLayerDelegate
482 EXPECT_EQ(delegate.paint_size(), l1->bounds().size());
487 EXPECT_EQ(delegate.paint_size(), gfx::Size(200, 200));
492 EXPECT_EQ(delegate.paint_size(), gfx::Size(50, 50));
    [all...]

Completed in 63 milliseconds