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

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 122 unsigned long max_y; /* max. possible heigth */ member in struct:screeninfo
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 220 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/blktrace/btt/
btt_plot.py 94 'min_y', 'max_y' - Minimum and maximum Y values found
153 min_x = max_x = min_y = max_y = None
167 (min_y, max_y, y) = check(min_y, max_y, f[1])
180 db['max_y'] = max_y
272 ydelta = 0.1 * (db['max_y'] - db['min_y'])
275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta)
333 if not file in ['min_x', 'max_x', 'min_y', 'max_y']:
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 363 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/skia/bench/
bench_graph_svg.py 237 {Label:[(x,y)]} -> ((min_x, min_y),(max_x,max_y))"""
241 max_y = bench_util.Min
248 max_y = max(max_y, y)
250 return ((min_x, min_y), (max_x, max_y))
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer.cc 332 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/
dragged_tab_controller_gtk.cc 532 int max_y = tabstrip_bounds.bottom() - tab_size.height(); local
535 if (y > max_y && screen_point.y() <=
537 y = max_y;
  /bionic/libc/kernel/common/video/
dsscomp.h 194 __u8 max_y; member in struct:dss2_decim
  /external/kernel-headers/original/video/
dsscomp.h 219 __u8 max_y; /* 0 is same as 255 */ member in struct:dss2_decim
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1005 int max_y = ideal_bounds.bottom(); local
1085 int max_y = attached_tabstrip_->height() - size; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1733 TPos volatile min, max, max_y; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 673 int max_y; member in struct:__anon25790
    [all...]
XIproto.h 1300 INT32 max_y B32;
1382 INT32 max_y; member in struct:__anon25885
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 673 int max_y; member in struct:__anon27380
    [all...]
XIproto.h 1300 INT32 max_y B32;
1382 INT32 max_y; member in struct:__anon27475
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 673 int max_y; member in struct:__anon28895
    [all...]
XIproto.h 1300 INT32 max_y B32;
1382 INT32 max_y; member in struct:__anon28990
    [all...]
  /external/skia/legacy/src/core/
SkGeometry.cpp 1083 SkScalar max_y = SkMaxScalar(cubic[0].fY, cubic[3].fY);
1087 || pt.fY > max_y) {
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 1082 SkScalar max_y = SkMaxScalar(cubic[0].fY, cubic[3].fY);
1086 || pt.fY > max_y) {
    [all...]
  /external/kernel-headers/original/linux/
fb.h 491 __u8 max_y; /* Maximum vertical size (cm) */ member in struct:fb_monspecs
    [all...]

Completed in 2947 milliseconds