Lines Matching refs:x_off
2862 int x_off = screenInfo.screens[j]->x;
2865 if (x_off || y_off) {
2870 rects->x -= x_off;
2912 int x_off = screenInfo.screens[j]->x;
2915 if (x_off || y_off) {
2922 trap->left.p1.x -= x_off;
2924 trap->left.p2.x -= x_off;
2926 trap->right.p1.x -= x_off;
2928 trap->right.p2.x -= x_off;
2973 int x_off = screenInfo.screens[j]->x;
2976 if (x_off || y_off) {
2981 tri->p1.x -= x_off;
2983 tri->p2.x -= x_off;
2985 tri->p3.x -= x_off;
3030 int x_off = screenInfo.screens[j]->x;
3033 if (x_off || y_off) {
3038 fixed->x -= x_off;
3083 int x_off = screenInfo.screens[j]->x;
3086 if (x_off || y_off) {
3091 fixed->x -= x_off;
3121 INT16 x_off, y_off;
3128 x_off = stuff->xOff;
3136 stuff->xOff = x_off + screenInfo.screens[j]->x;