Searched defs:max_y (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.cc363 int max_y = min_y + (*iter)->GetViewSize().height() - 1; local
366 EXPECT_TRUE(box.Contains(gfx::Point(min_x, max_y)));
368 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc220 int max_x = 0, max_y = 0; local
223 max_y = std::max(max_y, static_cast<int>(polygon[i].y));
245 SkIntToScalar(max_x), SkIntToScalar(max_y) };
294 exclude[2].y = max_y;
297 exclude[3].y = max_y;
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc332 const int max_y = work_area.bottom() - kMinVisibleHeight; local
334 bounds->set_y(std::max(min_y, std::min(max_y, bounds->y())));
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc532 int max_y = tabstrip_bounds.bottom() - tab_size.height(); local
535 if (y > max_y && screen_point.y() <=
537 y = max_y;
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc1005 int max_y = ideal_bounds.bottom(); local
1007 bottom_tab_y = max_y;
1011 } else if (dragged_bounds.y() >= mid_y && dragged_bounds.y() < max_y) {
1085 int max_y = attached_tabstrip_->height() - size; local
1086 y = std::min(std::max(y, SideTabStrip::kTabStripInset), max_y);
/external/freetype/src/smooth/
H A Dftgrays.c1733 TPos volatile min, max, max_y; local
1766 max_y = ras.max_ey;
1771 if ( n == num_bands - 1 || max > max_y )
1772 max = max_y;
/external/kernel-headers/original/video/
H A Ddsscomp.h219 __u8 max_y; /* 0 is same as 255 */ member in struct:dss2_decim
/external/kernel-headers/original/linux/
H A Dfb.h488 __u8 max_y; /* Maximum vertical size (cm) */ member in struct:fb_monspecs

Completed in 197 milliseconds