/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 220 int max_x = 0, max_y = 0; local 222 max_x = std::max(max_x, static_cast<int>(polygon[i].x)); 245 SkIntToScalar(max_x), SkIntToScalar(max_y) }; 287 exclude[0].x = max_x - difference; // Top left corner. 290 exclude[1].x = max_x; // Top right corner. 293 exclude[2].x = max_x; // Bottom right corner. 296 exclude[3].x = max_x - difference; // Bottom left corner.
|
browser_actions_container.cc | 546 int max_x = GetPreferredSize().width(); local 547 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) { 550 max_x -= 564 if (x + icon_width <= max_x) { [all...] |
/external/blktrace/btt/ |
btt_plot.py | 93 'min_x', 'max_x' - Minimum and maximum X values found 153 min_x = max_x = min_y = max_y = None 166 (min_x, max_x, x) = check(min_x, max_x, f[0]) 178 db['max_x'] = max_x 271 xdelta = 0.1 * (db['max_x'] - db['min_x']) 274 ax.set_xlim(db['min_x'] - xdelta, db['max_x'] + xdelta) 333 if not file in ['min_x', 'max_x', 'min_y', 'max_y']:
|
/external/chromium/chrome/browser/notifications/ |
desktop_notifications_unittest.cc | 361 int max_x = min_x + (*iter)->GetViewSize().width() - 1; local 367 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y))); 368 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
|
/external/chromium/chrome/browser/ui/ |
window_sizer.cc | 333 const int max_x = work_area.right() - kMinVisibleWidth; local 335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 531 int max_x = tabstrip_bounds.right() - tab_size.width(); local 533 if (x > max_x && screen_point.x() <= tabstrip_bounds.right()) 534 x = max_x; 542 x = std::min(std::max(x, tabstrip_bounds.x()), max_x);
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 191 __u8 max_x; member in struct:dss2_decim
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XIproto.h | 1298 INT32 max_x B32; 1380 INT32 max_x; member in struct:__anon20261 [all...] |
XInput.h | 671 int max_x; member in struct:__anon20166 [all...] |