Lines Matching refs:orig_x
65 int orig_x, orig_y; in PanoramiXCreateWindow() local
130 orig_x = stuff->x; in PanoramiXCreateWindow()
138 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXCreateWindow()
1904 int j, result, orig_x, orig_y; in PanoramiXPutImage() local
1925 orig_x = stuff->dstX; in PanoramiXPutImage()
1929 stuff->dstX = orig_x - screenInfo.screens[j]->x; in PanoramiXPutImage()
2109 int orig_x, orig_y; in PanoramiXPolyText8() local
2130 orig_x = stuff->x; in PanoramiXPolyText8()
2136 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXPolyText8()
2152 int orig_x, orig_y; in PanoramiXPolyText16() local
2173 orig_x = stuff->x; in PanoramiXPolyText16()
2179 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXPolyText16()
2195 int orig_x, orig_y; in PanoramiXImageText8() local
2216 orig_x = stuff->x; in PanoramiXImageText8()
2222 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXImageText8()
2238 int orig_x, orig_y; in PanoramiXImageText16() local
2259 orig_x = stuff->x; in PanoramiXImageText16()
2265 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXImageText16()