Searched refs:max_x (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc220 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.
H A Dbrowser_actions_container.cc546 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) {
/external/blktrace/btt/
H A Dbtt_plot.py93 '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/
H A Ddesktop_notifications_unittest.cc361 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/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc531 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);
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc333 const int max_x = work_area.right() - kMinVisibleWidth; local
335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
/external/kernel-headers/original/video/
H A Ddsscomp.h217 __u8 max_x; /* 0 is same as 255 */ member in struct:dss2_decim
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1671 int max_x = width - overflow_pref.width() - kButtonPadding - local
1674 max_x -= other_bookmarked_pref.width() + kButtonPadding;
1684 max_x - x),
1697 child->SetVisible(next_x < max_x);
1711 x = max_x + kButtonPadding;
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc1080 int max_x = attached_tabstrip_->width() - size; local
1081 x = std::min(std::max(x, 0), max_x);
/external/skia/src/core/
H A DSkGeometry.cpp1049 SkScalar max_x = local
1055 if (pt.fX > max_x) {
/external/kernel-headers/original/linux/
H A Dfb.h483 __u8 max_x; /* Maximum horizontal size (cm) */ member in struct:fb_monspecs
/external/valgrind/tsan/
H A Dthread_sanitizer.cc7153 uintptr_t max_x = min(b, CacheLine::ComputeNextTag(a));
7154 for (uintptr_t x = a; x < max_x; x++) {

Completed in 260 milliseconds