Searched refs:tempX (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c83 int tempX = 0, tempY = 0; local in function:XParseGeometry
111 tempX = -ReadInteger(strind, &nextCharacter);
120 tempX = ReadInteger(strind, &nextCharacter);
154 *x = tempX;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.cpp101 int tempX=0, tempY=0; local in function:XParseGeometry
129 tempX = -ReadInteger(strind, &nextCharacter);
138 tempX = ReadInteger(strind, &nextCharacter);
172 *x = tempX;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c320 int tempX, tempY; local in function:XParseGeometry
348 tempX = -ReadInteger(strind, &nextCharacter);
357 tempX = ReadInteger(strind, &nextCharacter);
391 *x = tempX;
/xsrc/external/mit/libXaw/dist/src/
H A DSimpleMenu.c1343 int root_x, root_y, tempX, tempY; local in function:PositionMenu
1348 &root_x, &root_y, &tempX, &tempY, &tempM) == False) {

Completed in 4 milliseconds