Home
last modified time | relevance | path

Searched refs:max_y (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/files/
H A Dhotspotfix.patch22 - max_y = start_y + i + 1;
24 + max_y = start_y + j + 1;
/openbmc/qemu/ui/
H A Dsdl2.c489 int max_x, max_y; in handle_mousemotion() local
500 max_y = scr_h - 1; in handle_mousemotion()
503 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion()
508 ev->motion.y > 0 && ev->motion.y < max_y)) { in handle_mousemotion()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py287 max_y = max (y for (x, y) in data)
289 if max_y == 0:
290 max_y = 1.0
302 yscale = float(chart_bounds[3]) / max_y
/openbmc/u-boot/include/linux/
H A Dfb.h334 __u8 max_y; /* Maximum vertical size (cm) */ member