Home
last modified time | relevance | path

Searched refs:nH (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
299 nH = lyrBack.nTileHeight * nStampHeight; in DrawCursor()
336 GXPosition2f32( (f32)(nX + 4), (f32)(nY + nH) ); in DrawCursor()
338 GXPosition2f32( (f32)nX, (f32)(nY + nH) ); in DrawCursor()
340 GXPosition2f32( (f32)nX, (f32)(nY + nH - 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()