Searched refs:lastX (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DImText.c45 int lastX = 0; local in function:XDrawImageString
82 x = lastX + cvtINT32toInt (rep.overallWidth);
92 lastX = req->x = x;
H A DImText16.c45 int lastX = 0; local in function:XDrawImageString16
83 x = lastX + cvtINT32toInt (rep.overallWidth);
93 lastX = req->x = x;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxbackend.c69 int lastX, lastY; member in struct:_myPrivate
316 priv->lastX, priv->lastY, priv->centerX, priv->centerY,
320 priv->lastX = priv->centerX;
323 0, 0, 0, 0, priv->lastX, priv->lastY);
400 entered, priv->lastX, priv->lastY);
430 int newX = priv->lastX - X.xmotion.x;
432 priv->lastX = X.xmotion.x;
475 priv->lastX, priv->lastY,
480 && (priv->lastX != priv->centerX || priv->lastY != priv->centerY)) {
482 priv->lastX, pri
[all...]
H A Ddmxconsole.c96 int lastX; member in struct:_myPrivate
314 priv->globalX = priv->dmxLocal->lastX;
318 priv->lastX = scalex(priv, priv->width / 2);
324 if (priv->globalX < 1) priv->lastX = 0;
325 else priv->lastX = scalex(priv, priv->width);
332 priv->lastX = scalex(priv, priv->globalX);
345 priv->lastX, priv->lastY);
347 0, 0, 0, 0, priv->lastX, priv->lastY);
354 if (X.xmotion.x != priv->lastX || X.xmotion.y != priv->lastY) {
357 priv->lastX, pri
[all...]
H A Ddmxinputinit.h237 int lastX, lastY; /**< Last known position; member in struct:_DMXLocalInputInfo
H A Ddmxevents.c312 dmxLocal->lastX += thisX;
316 dmxLocal->lastX, dmxLocal->lastY);
318 if (dmxLocal->lastX || dmxLocal->lastY) {
319 thisX = v[0] - dmxLocal->lastX;
322 dmxLocal->lastX = v[0];
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c500 Long lastX, lastY; member in struct:black_TWorker_
1386 * is stored in `lastX').
1449 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1455 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1464 ras.lastX = x;
1488 * stored in `lastX').
1509 ras.arc[2].x = ras.lastX;
1582 ras.lastX = x3;
1615 * stored in `lastX').
1638 ras.arc[3].x = ras.lastX;
[all...]

Completed in 10 milliseconds