Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 82) sorted by relevance

1234

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c37 static void DrawCell(int x, int y, int xChar, int yChar) in DrawCell()
98 static s32 DrawChar(int x, int y, u16 code) in DrawChar()
130 static s32 DrawString(int x, int y, char* string) in DrawString()
226 int y; in main() local
/RvlSDK-3.2.2/include/revolution/mtx/
DGeoTypes.h57 f32 x, y, z; member
68 s16 y; member
79 f32 x, y, z, w; member
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c336 void DEMOPuts( s16 x, s16 y, s16 z, char* string ) in DEMOPuts()
402 void DEMOPrintf( s16 x, s16 y, s16 z, char* fmt, ... ) in DEMOPrintf()
530 static void DrawFontChar(int x, int y, int z, int xChar, int yChar) in DrawFontChar()
608 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts()
660 int DEMORFPutsEx(s16 x, s16 y, s16 z, char* string, s16 maxWidth, int length) in DEMORFPutsEx()
727 int DEMORFPrintf(s16 x, s16 y, s16 z, char* fmt, ...) in DEMORFPrintf()
DDEMOWin.c880 u16 y; in DEMOWinRefresh() local
1222 static void __DEMOWin_puts_n( s16 x, s16 y, s16 z, u16 n, char* string ) in __DEMOWin_puts_n()
1276 DEMOWinMenuInfo *DEMOWinCreateMenuWindow(DEMOWinMenuInfo *menu, u16 x, u16 y) in DEMOWinCreateMenuWindow()
1932 DEMOWinListInfo *DEMOWinCreateListWindow(DEMOWinListInfo *list, u16 x, u16 y) in DEMOWinCreateListWindow()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Ddummy_checker.c462 s16 y; in renderStatus() local
686 …s16 y=(s16)(SCREEN_HEIGHT-(co_ptr[index].obj[0].y+co_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
707 …s16 y=(s16)(SCREEN_HEIGHT-(fs_ptr[index].obj[0].y+fs_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
728 …s16 y=(s16)(SCREEN_HEIGHT-(cl_ptr[index].obj[0].y+cl_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings() local
Dsync.c108 s16 y = 16; in RenderConsoleStatus() local
/RvlSDK-3.2.2/build/libraries/wpad/src/
DWPADClamp.c347 int y; in __ClampStickOctagon() local
480 int y; in __ClampStickCircle() local
589 f32 y = (f32)((f32)*py / (f32)unit.y); in __ClampCube() local
649 f32 y = (f32)((f32)*py / (f32)unit.y); in __ClampSphere() local
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
Dmain.c52 u32 size, x, y, count; in main() local
DTHPDraw.c229 s16 y, in THPGXYuv2RgbDraw()
/RvlSDK-3.2.2/build/demos/paddemo/src/
Dsampling.c72 s16 x, y; in main() local
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCLayer.cpp185 void TCSetLayerValue ( TCLayer* ly, u32 x, u32 y, u16 ria, u8 g, u8 b ) in TCSetLayerValue()
237 void TCGetLayerValue ( TCLayer* ly, u32 x, u32 y, u16* riaPtr, u8* gPtr, u8* bPtr ) in TCGetLayerValue()
DTCTPLToolbox.cpp1414 static void TCPackTile_I4 ( TCLayer* srcLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_I4()
1515 static void TCPackTile_I8 ( TCLayer* srcLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_I8()
1601 static void TCPackTile_IA4 ( TCLayer* colorLayer, TCLayer* alphaLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_IA4()
1700 static void TCPackTile_IA8 ( TCLayer* colorLayer, TCLayer* alphaLayer, u32 x, u32 y, u8* dstPtr) in TCPackTile_IA8()
1796 static void TCPackTile_R5G6B5 ( TCLayer* colorLayer, u32 x, u32 y, u8* dstPtr) in TCPackTile_R5G6B5()
1876 static void TCPackTile_RGB5A3 ( TCLayer* colorLayer, TCLayer* alphaLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_RGB5A3()
1988 static void TCPackTile_RGBA8 ( TCLayer* colorLayer, TCLayer* alphaLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_RGBA8()
2086 static void TCPackTile_CI4 ( TCLayer* srcLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_CI4()
2171 static void TCPackTile_CI8 ( TCLayer* srcLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_CI8()
2252 static void TCPackTile_CI14_X2 ( TCLayer* colorLayer, u32 x, u32 y, u8* dstPtr ) in TCPackTile_CI14_X2()
[all …]
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c229 s16 y, in THPGXYuv2RgbDraw()
Dmain.c55 u32 size, x, y; in main() local
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c227 s16 y, in THPGXYuv2RgbDraw()
Dmain.c58 u32 size, x, y; in main() local
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dcmn-model.c148 f32 x, y, z, dir; member
328 s32 i, y, h; in cmModel2_Anim() local
495 f32 x, y, z; member
621 f32 x, y, z; member
/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c114 f32 x, f32 y, f32 z, in DrawChar()
179 f32 x, f32 y, f32 z, in DrawString()
244 f32 x, f32 y, f32 z ) in DrawSample()
/RvlSDK-3.2.2/build/libraries/pad/src/
DPadclamp.c155 int y = *py; in ClampStick() local
244 int y = *py; in ClampCircle() local
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-invalid.c34 #define ALI_ROW(y) (y * 80 + 56) argument
251 s32 x, y; in DrawTick() local
/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-bump-xyz.c72 f32 x, y, z; member
577 void updateDonut(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z) in updateDonut()
597 f32 x, y; in drawDonut() local
Dind-pseudo-3d.c45 f32 x, y, z; member
468 void updateScene(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z, f32 mag) in updateScene()
/RvlSDK-3.2.2/include/win32/
Dthpaudio.h72 #define THPGetEncDataPtr(x, y) (u8 *)((u32)(x) + THPADPCMSampleToByte(y)) argument
73 #define THPGetDecDataPtr(x, y) (s16 *)((u32)(x) + (y) * 2) argument
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-onetri_dl.c216 f32 y; // Translation in y. in DrawTick() local
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dbalance.c157 s16 x,y; in main() local

1234