Searched defs:qxl_draw_fill (Results 1 – 2 of 2) sorted by relevance
219 struct qxl_draw_fill { struct220 struct qxl_device *qdev;221 struct qxl_rect rect;222 uint32_t color;223 uint16_t rop;
445 void qxl_draw_fill(struct qxl_draw_fill *qxl_draw_fill_rec) in qxl_draw_fill() function