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

  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 14 // with a rectangle of size kBoxWidth x kBoxHeight. The rectangle moves kSpeed
18 static const int kBoxWidth = 140;
22 COMPILE_ASSERT(kBoxWidth < kWidth && kBoxHeight < kHeight, bad_box_size);
23 COMPILE_ASSERT((kBoxWidth % kSpeed == 0) && (kWidth % kSpeed == 0) &&
97 if (box_pos_x_ + kBoxWidth >= size_.width() || box_pos_x_ == 0)
109 for (int x = 0; x < kBoxWidth; ++x) {
110 int r = x * 255 / kBoxWidth;
112 int b = 255 - (x * 255 / kBoxWidth);
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 76 const int kBoxWidth = 40;
95 int box_left = (kLogoWidth - kBoxWidth) / 2;
97 canvas.DrawRect(gfx::Rect(box_left, box_top, kBoxWidth, kBoxHeight), paint);

Completed in 76 milliseconds