Searched refs:tempX (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ParseGeom.c | 83 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 D | beos_x11.cpp | 101 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 D | win32_x11.c | 320 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 D | SimpleMenu.c | 1343 int root_x, root_y, tempX, tempY; local in function:PositionMenu 1348 &root_x, &root_y, &tempX, &tempY, &tempM) == False) {
|
Completed in 4 milliseconds