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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxconsole.c388 int tmpX, tmpY, v[2]; local in function:dmxConsoleMoveAbsolute
390 tmpX = unscalex(priv, x);
393 x, y, tmpX, tmpY, priv->curX, priv->curY);
394 if (tmpX == priv->curX && tmpY == priv->curY) return;
420 int tmpX, tmpY; local in function:dmxConsoleUpdatePosition
425 tmpX = scalex(priv, x);
428 x, y, tmpX, tmpY, priv->consWidth, priv->consHeight);
431 if (tmpX != priv->curX || tmpY != priv->curY) {
432 if (tmpX < 0) tmpX
[all...]
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Doverlay.c108 float tmpX, tmpY; local in function:RotatePoint
110 tmpX = *x * Cos(rotation) - *y * Sin(rotation);
112 *x = tmpX;
H A Dstar.c106 float tmpX, tmpY; local in function:RotatePoint
108 tmpX = *x * Cos(rotation) - *y * Sin(rotation);
110 *x = tmpX;
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c900 int tmpX, tmpY, tmpW, tmpH; local in function:fullzoom
1114 &tmpX, &tmpY, &tmpW, &tmpH, &junkDepth);
1115 if(tmp_win->frame_x > tmpX ||
1116 tmp_win->frame_x + tmp_win->frame_width < tmpX ||

Completed in 5 milliseconds