Home
last modified time | relevance | path

Searched refs:yd (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dconsole-vc.c142 int xs, int ys, int xd, int yd, int w, int h) in qemu_console_bitblt() argument
149 xs, ys, 0, 0, xd, yd, w, h); in qemu_console_bitblt()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c1023 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() argument
1025 char *p = map[yd] + (x0 / xdiv); in text_map()