Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvmware_vga.c296 static inline bool vmsvga_verify_rect(DisplaySurface *surface, in vmsvga_verify_rect() function
364 if (!vmsvga_verify_rect(surface, __func__, x, y, w, h)) { in vmsvga_update_rect()
431 if (!vmsvga_verify_rect(surface, "vmsvga_copy_rect/src", x0, y0, w, h)) { in vmsvga_copy_rect()
434 if (!vmsvga_verify_rect(surface, "vmsvga_copy_rect/dst", x1, y1, w, h)) { in vmsvga_copy_rect()
471 if (!vmsvga_verify_rect(surface, __func__, x, y, w, h)) { in vmsvga_fill_rect()