Searched refs:tmpY (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 388 int tmpX, tmpY, v[2]; local in function:dmxConsoleMoveAbsolute 391 tmpY = unscalex(priv, y); 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 426 tmpY = scaley(priv, y); 428 x, y, tmpX, tmpY, priv->consWidth, priv->consHeight); 431 if (tmpX != priv->curX || tmpY != priv->curY) { 433 if (tmpY < 0) tmpY [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | overlay.c | 108 float tmpX, tmpY; local in function:RotatePoint 111 tmpY = *y * Cos(rotation) + *x * Sin(rotation); 113 *y = tmpY;
|
| H A D | star.c | 106 float tmpX, tmpY; local in function:RotatePoint 109 tmpY = *y * Cos(rotation) + *x * Sin(rotation); 111 *y = tmpY;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_resize.c | 900 int tmpX, tmpY, tmpW, tmpH; local in function:fullzoom 1114 &tmpX, &tmpY, &tmpW, &tmpH, &junkDepth); 1117 tmp_win->frame_y > tmpY || 1118 tmp_win->frame_y + tmp_win->frame_height < tmpY) {
|
Completed in 5 milliseconds