Searched refs:curX (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psintrp.h | 72 CF2_Fixed curX,
|
| H A D | psintrp.c | 336 CF2_Fixed* curX, 348 vals[0] = *curX; 368 cf2_fixedAbs( SUB_INT32( vals[10], *curX ) ) > 380 vals[12] = *curX; 390 vals[12] = *curX; 409 *curX = vals[12]; 476 CF2_Fixed curX, 859 cf2_glyphpath_moveTo( &glyphPath, curX, curY ); 873 curX = ADD_INT32( curX, cf2_stack_getRea 335 cf2_doFlex(CF2_Stack opStack,CF2_Fixed * curX,CF2_Fixed * curY,CF2_GlyphPath glyphPath,const FT_Bool * readFromStack,FT_Bool doConditionalLastRead) argument 471 cf2_interpT2CharString(CF2_Font font,CF2_Buffer buf,CF2_OutlineCallbacks callbacks,const FT_Vector * translation,FT_Bool doingSeac,CF2_Fixed curX,CF2_Fixed curY,CF2_Fixed * width) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 100 int curX; member in struct:_myPrivate 393 x, y, tmpX, tmpY, priv->curX, priv->curY); 394 if (tmpX == priv->curX && tmpY == priv->curY) return; 431 if (tmpX != priv->curX || tmpY != priv->curY) { 436 priv->curX = tmpX; 439 DMXDBG2(" WARP B %d %d\n", priv->curX, priv->curY); 536 priv->curX, priv->curY); 556 dmxConsoleMoveAbsolute(priv, priv->curX, priv->curY, 561 if (priv->curX == X.xmotion.x && priv->curY == X.xmotion.y) 1006 priv->window, 0, 0, 0, 0, priv->curX, pri [all...] |
Completed in 6 milliseconds