Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dcursor.c126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl() function
146 bpl = cursor_get_mono_bpl(c); in cursor_set_mono()
206 bpl = cursor_get_mono_bpl(c); in cursor_get_mono_image()
230 bpl = cursor_get_mono_bpl(c); in cursor_get_mono_mask()
H A Dvnc.c1033 vd->cursor_msize = cursor_get_mono_bpl(c) * c->height; in vnc_dpy_cursor_define()
/openbmc/qemu/hw/display/
H A Dqxl-render.c265 size = 2 * cursor_get_mono_bpl(c) * c->height; in qxl_cursor()
272 xor_mask = and_mask + cursor_get_mono_bpl(c) * c->height; in qxl_cursor()
/openbmc/qemu/include/ui/
H A Dconsole.h173 int cursor_get_mono_bpl(QEMUCursor *c);