Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/wpaddemo/src/
Dpointing.c352 int x0=stat->obj[0].x; in getMidpoint() local
354 f32 diff0=(s_prevX[0]-x0)*(s_prevX[0]-x0)+(s_prevY[0]-y0)*(s_prevY[0]-y0); in getMidpoint()
355 f32 diff1=(s_prevX[1]-x0)*(s_prevX[1]-x0)+(s_prevY[1]-y0)*(s_prevY[1]-y0); in getMidpoint()
359 cx[0]=x0; in getMidpoint()
371 cx[1]=x0; in getMidpoint()
/RvlSDK-2.1/X86/bin/
Dsetsmemsize.bat50 if "%1" == "0x0" (
75 %DOLPHIN_X86_TOOLS%\tickleBI2 -d %_amc_drive_% 4 0x0
119 if "%1" == "0x0" (
144 %DOLPHIN_X86_TOOLS%\tickleBI2 -o %ODEMUSDKBIN%\OdemRun.bi2 4 0x0
Dsetsmem2size.bat38 if "%1" == "0x0" (
58 %REVOLUTION_SDK_ROOT%\x86\bin\tickleBI2 -o %REVOLUTION_SDK_ROOT%\x86\bin\bi2.bin 44 0x0
/RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-bound-box.c364 s16 x0, x1, y0, y1; in DrawBoundingBox() local
381 x0 = (s16)bb[0]; in DrawBoundingBox()
388 GXPosition3s16(x0, y0, 0); in DrawBoundingBox()
394 GXPosition3s16(x0, y1, 0); in DrawBoundingBox()
396 GXPosition3s16(x0, y0, 0); in DrawBoundingBox()
Dfrb-copy.c655 s16 x0, x1, y0, y1; in DrawTexCopyFrame() local
668 x0 = (s16)( ct->left - 1 ); in DrawTexCopyFrame()
675 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame()
681 GXPosition3s16(x0, y1, 0); in DrawTexCopyFrame()
683 GXPosition3s16(x0, y0, 0); in DrawTexCopyFrame()
/RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c366 f32 x0, y0, x1, y1, z; member
444 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel()
447 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel()
459 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
Dpix-a-comp.c468 f32 x0, y0, x1, y1, z; member
544 GXPosition3f32( rect[i].x0, rect[i].y0, rect[i].z ); in myDrawModel()
547 GXPosition3f32( rect[i].x0, rect[i].y1, rect[i].z ); in myDrawModel()
560 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
/RvlSDK-2.1/build/demos/gxdemo/src/Culling/
Dcul-viewport.c462 void myDrawRectangle( f32 x0, f32 y0, f32 x1, f32 y1, GXColor color ) in myDrawRectangle() argument
465 x0 += 0.5f; // center of pixel in myDrawRectangle()
492 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle()
495 GXPosition3f32( x0, y1, 0.0f ); in myDrawRectangle()
496 GXPosition3f32( x0, y0, 0.0f ); in myDrawRectangle()
Dcul-faces.c506 s32 xs, zs, x0, z0, x1, z1; in myDrawArrow() local
524 x0 = (s32)( c * COS30 - s * SIN30 + 0.5f ); in myDrawArrow()
528 GXPosition3s16( (s16)( xs + x0 ), RPOSY, (s16)( zs + z0 ) ); in myDrawArrow()