Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dg364fb.c86 int ymin, ymax; in g364fb_draw_graphic8() local
118 ymin = s->height; in g364fb_draw_graphic8()
135 if (y < ymin) in g364fb_draw_graphic8()
136 ymin = ymax = y; in g364fb_draw_graphic8()
194 dpy_gfx_update(s->con, xmin, ymin, in g364fb_draw_graphic8()
198 ymin = s->height; in g364fb_draw_graphic8()
214 dpy_gfx_update(s->con, xmin, ymin, xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8()
345 int ymin, ymax, start, end; in g364_invalidate_cursor_position() local
348 ymin = s->cursor_position & 0xfff; in g364_invalidate_cursor_position()
349 ymax = MIN(s->height, ymin + 64); in g364_invalidate_cursor_position()
[all …]
H A Dmacfb.c277 int y, ymin; in macfb_draw_graphic() local
309 ymin = -1; in macfb_draw_graphic()
318 if (ymin < 0) { in macfb_draw_graphic()
319 ymin = y; in macfb_draw_graphic()
322 if (ymin >= 0) { in macfb_draw_graphic()
323 dpy_gfx_update(s->con, 0, ymin, s->width, y - ymin); in macfb_draw_graphic()
324 ymin = -1; in macfb_draw_graphic()
329 if (ymin >= 0) { in macfb_draw_graphic()
330 dpy_gfx_update(s->con, 0, ymin, s->width, y - ymin); in macfb_draw_graphic()
H A Dtcx.c663 int ymin, ymax, start, end; in tcx_invalidate_cursor_position() local
666 ymin = s->cursy; in tcx_invalidate_cursor_position()
667 if (ymin >= s->height) { in tcx_invalidate_cursor_position()
670 ymax = MIN(s->height, ymin + 32); in tcx_invalidate_cursor_position()
671 start = ymin * 1024; in tcx_invalidate_cursor_position()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local
135 ymin = min(y00, y01); in convert_coords_to_ispparams()
142 assert(y10 >= ymin); in convert_coords_to_ispparams()
143 assert(y11 >= ymin); in convert_coords_to_ispparams()
145 topleft_y = ymin >> DVS_COORD_FRAC_BITS; in convert_coords_to_ispparams()
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c249 u32 ymin, ymax; in hdmi_active_area() local
253 ymin = sti_vtg_get_line_number(hdmi->mode, 0); in hdmi_active_area()
258 hdmi_write(hdmi, ymin, HDMI_ACTIVE_VID_YMIN); in hdmi_active_area()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py380 ymin = min (clip[1] + clip[3], rect[1] + rect[3])
381 return (xmin > xmax and ymin > ymax)
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c248 u8 ymin, u8 ymax) in em28xx_accumulator_set() argument
251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set()
255 em28xx_write_regs(dev, EM28XX_R2A_YMIN, &ymin, 1); in em28xx_accumulator_set()
/openbmc/linux/drivers/s390/char/
H A Draw3270.c425 char ymin; member