Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc-enc-tight.c1587 int x_best, y_best, w_best, h_best; in find_large_solid_color_rect() local
1610 x_best = dx; y_best = dy; in find_large_solid_color_rect()
1612 &x_best, &y_best, &w_best, &h_best); in find_large_solid_color_rect()
1616 if (y_best != y) { in find_large_solid_color_rect()
1617 n += send_rect_simple(vs, x, y, w, y_best-y, true); in find_large_solid_color_rect()
1620 n += tight_send_framebuffer_update(vs, x, y_best, in find_large_solid_color_rect()
1625 n += send_sub_rect_solid(vs, x_best, y_best, w_best, h_best); in find_large_solid_color_rect()
1631 y_best, in find_large_solid_color_rect()
1635 if (y_best + h_best != y + h) { in find_large_solid_color_rect()
1636 n += tight_send_framebuffer_update(vs, x, y_best+h_best, in find_large_solid_color_rect()
[all …]