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

  /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/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 121 unsigned long max_x; /* max. possible width */ member in struct:screeninfo
  /external/skia/bench/
bench_util.py 170 max_x = Min
181 max_x = max(max_x, x)
211 self.max_x = max_x
229 regr_end = self.max_x
bench_graph_svg.py 237 {Label:[(x,y)]} -> ((min_x, min_y),(max_x,max_y))"""
240 max_x = bench_util.Min
247 max_x = max(max_x, x)
250 return ((min_x, min_y), (max_x, max_y))
    [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/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);
  /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())));
  /bionic/libc/kernel/common/video/
dsscomp.h 191 __u8 max_x; member in struct:dss2_decim
  /external/kernel-headers/original/video/
dsscomp.h 217 __u8 max_x; /* 0 is same as 255 */ member in struct:dss2_decim
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1671 int max_x = width - overflow_pref.width() - kButtonPadding - local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 671 int max_x; member in struct:__anon25790
    [all...]
XIproto.h 1298 INT32 max_x B32;
1380 INT32 max_x; member in struct:__anon25885
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 671 int max_x; member in struct:__anon27380
    [all...]
XIproto.h 1298 INT32 max_x B32;
1380 INT32 max_x; member in struct:__anon27475
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 671 int max_x; member in struct:__anon28895
    [all...]
XIproto.h 1298 INT32 max_x B32;
1380 INT32 max_x; member in struct:__anon28990
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1080 int max_x = attached_tabstrip_->width() - size; local
    [all...]
  /external/skia/legacy/src/core/
SkGeometry.cpp 1111 SkScalar max_x =
1117 if (pt.fX > max_x) {
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 1110 SkScalar max_x =
1116 if (pt.fX > max_x) {
    [all...]
  /external/kernel-headers/original/linux/
fb.h 490 __u8 max_x; /* Maximum horizontal size (cm) */ member in struct:fb_monspecs
    [all...]

Completed in 1072 milliseconds