Searched defs:qxl_draw_fill (Results 1 – 2 of 2) sorted by relevance
194 struct qxl_draw_fill { struct195 struct qxl_device *qdev;196 struct qxl_rect rect;197 uint32_t color;198 uint16_t rop;
443 void qxl_draw_fill(struct qxl_draw_fill *qxl_draw_fill_rec) in qxl_draw_fill() function