Home
last modified time | relevance | path

Searched refs:nW (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/G2D/
DG2D-testEditor.c294 s32 nX, nY, nW, nH; in DrawCursor() local
298 nW = lyrBack.nTileWidth * nStampWidth; in DrawCursor()
327 GXPosition2f32( (f32)(nX + nW - 4), (f32)nY ); in DrawCursor()
329 GXPosition2f32( (f32)(nX + nW), (f32)nY ); in DrawCursor()
331 GXPosition2f32( (f32)(nX + nW), (f32)(nY + 4) ); in DrawCursor()
345 GXPosition2f32( (f32)(nX + nW - 4), (f32)(nY + nH) ); in DrawCursor()
347 GXPosition2f32( (f32)(nX + nW), (f32)(nY + nH) ); in DrawCursor()
349 GXPosition2f32( (f32)(nX + nW), (f32)(nY + nH - 4) ); in DrawCursor()