Searched refs:dpy_fill (Results 1 – 2 of 2) sorted by relevance
/external/qemu/include/ui/ |
D | console.h | 178 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/ |
D | DISPLAY-STATE.TXT | 31 dpy_fill: the hardware performed a rectangular fill operation. 217 dpy_resize, dpy_copy, dpy_fill....)
|