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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c279 int tile_y2 = tile_y1 + TILE_HEIGHT; local in function:qxl_upload_box
283 if (tile_y2 > y2)
284 tile_y2 = y2;
286 real_upload_box (surface, tile_x1, tile_y1, tile_x2, tile_y2);

Completed in 3 milliseconds