Home
last modified time | relevance | path

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

/external/qemu/include/ui/
Dconsole.h178 void (*dpy_fill)(struct DisplayState *s, int x, int y, member
353 static inline void dpy_fill(struct DisplayState *s, int x, int y, in dpy_fill() function
357 if (dcl->dpy_fill) dcl->dpy_fill(s, x, y, w, h, c); in dpy_fill()
/external/qemu/docs/
DDISPLAY-STATE.TXT31 dpy_fill: the hardware performed a rectangular fill operation.
217 dpy_resize, dpy_copy, dpy_fill....)