Lines Matching refs:f32
92 poShip.rPosX += (f32)(nDX * layer->nTileWidth); in MapEditor()
93 poShip.rPosY += (f32)(nDY * layer->nTileHeight); in MapEditor()
99 poShip.rPosX += (f32)(nDX * layer->nTileWidth); in MapEditor()
104 poShip.rPosY += (f32)(nDY * layer->nTileHeight); in MapEditor()
318 GXPosition2f32( (f32)(nX + 4), (f32)nY ); in DrawCursor()
320 GXPosition2f32( (f32)nX, (f32)nY ); in DrawCursor()
322 GXPosition2f32( (f32)nX, (f32)(nY + 4) ); 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()
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()