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

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c419 int tile_x_off, tile_y_off; local in function:miPaintWindow
432 tile_y_off = pWin->drawable.y - draw_y_off;
462 tile_y_off = pWin->drawable.y;
468 tile_y_off -= draw_y_off;
507 gcval[c++].val = tile_y_off;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c546 int tile_x_off, tile_y_off; local in function:miPaintWindow
576 tile_y_off = pWin->drawable.y - draw_y_off;
591 tile_y_off = drawable->y;
602 tile_y_off -= draw_y_off;
642 gcval[c++].val = tile_y_off;

Completed in 3 milliseconds