HomeSort by: relevance | last modified time | path
    Searched defs:tile_y_off (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/mi/
miexpose.c 419 int tile_x_off, tile_y_off; local
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/
miexpose.c 546 int tile_x_off, tile_y_off; local
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 168 milliseconds