HomeSort by relevance Sort by last modified time
    Searched refs:kBoxHeight (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
19 static const int kBoxHeight = 140;
22 COMPILE_ASSERT(kBoxWidth < kWidth && kBoxHeight < kHeight, bad_box_size);
24 (kBoxHeight % kSpeed == 0) && (kHeight % kSpeed == 0),
101 if (box_pos_y_ + kBoxHeight >= size_.height() || box_pos_y_ == 0)
108 for (int y = 0; y < kBoxHeight; ++y) {
111 int g = y * 255 / kBoxHeight;
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 77 const int kBoxHeight = 40;
96 int box_top = (kLogoHeight - kCaptionHeight - kBoxHeight) / 2;
97 canvas.DrawRect(gfx::Rect(box_left, box_top, kBoxWidth, kBoxHeight), paint);

Completed in 184 milliseconds