Lines Matching refs:x_off
2950 int x_off = screenInfo.screens[j]->x;
2953 if(x_off || y_off) {
2959 rects->x -= x_off;
2998 int x_off = screenInfo.screens[j]->x;
3001 if(x_off || y_off) {
3008 trap->left.p1.x -= x_off;
3010 trap->left.p2.x -= x_off;
3012 trap->right.p1.x -= x_off;
3014 trap->right.p2.x -= x_off;
3058 int x_off = screenInfo.screens[j]->x;
3061 if(x_off || y_off) {
3066 tri->p1.x -= x_off;
3068 tri->p2.x -= x_off;
3070 tri->p3.x -= x_off;
3114 int x_off = screenInfo.screens[j]->x;
3117 if(x_off || y_off) {
3122 fixed->x -= x_off;
3166 int x_off = screenInfo.screens[j]->x;
3169 if(x_off || y_off) {
3174 fixed->x -= x_off;
3203 INT16 x_off, y_off;
3212 x_off = stuff->xOff;
3220 stuff->xOff = x_off + screenInfo.screens[j]->x;