Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/files/
H A Dhotspotfix.patch20 max_x = start_x + i + 1;
/openbmc/qemu/ui/
H A Dsdl2.c489 int max_x, max_y; in handle_mousemotion() local
499 max_x = scr_w - 1; in handle_mousemotion()
503 ev->motion.x == max_x || ev->motion.y == max_y)) { in handle_mousemotion()
507 (ev->motion.x > 0 && ev->motion.x < max_x && in handle_mousemotion()
/openbmc/u-boot/include/linux/
H A Dfb.h333 __u8 max_x; /* Maximum horizontal size (cm) */ member
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py286 max_x = max (x for (x, y) in data)
291 if (max_x - x_shift):
292 xscale = float (chart_bounds[2]) / (max_x - x_shift)