Searched refs:tile_x2 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c278 int tile_x2 = tile_x1 + TILE_WIDTH; local in function:qxl_upload_box
281 if (tile_x2 > x2)
282 tile_x2 = x2;
286 real_upload_box (surface, tile_x1, tile_y1, tile_x2, tile_y2);

Completed in 3 milliseconds