Home
last modified time | relevance | path

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

/RvlHBMSdk-4.5/build/demos/hbmdemo/rsodemo/include/
Drsomodule.h27 void getCursorPos( int no, Vec2 *result );
28 void setCursorPos( int no, Vec2 result );
/RvlHBMSdk-4.5/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c539 getCursorPos(int no, Vec2 *result) in getCursorPos() argument
541 result->x = conData.wiiCon[no].pos.x; in getCursorPos()
542 result->y = conData.wiiCon[no].pos.y; in getCursorPos()
546 setCursorPos(int no, Vec2 result) in setCursorPos() argument
548 conData.wiiCon[no].pos.x = result.x; in setCursorPos()
549 conData.wiiCon[no].pos.y = result.y; in setCursorPos()
Drsodemo.cpp199 void (*getCursorPos)( int no, Vec2 *result );
200 void (*setCursorPos)( int no, Vec2 result );
576 Vec2 result; in main() local
587 getCursorPos(0,&result); in main()
652 s32 result = WPADProbe( i, &type ); in main() local
653 if ( result == WPAD_ERR_NONE && type != WPAD_DEV_NOT_FOUND ) in main()
/RvlHBMSdk-4.5/include/revolution/hbm/
DHBMNetworkManual.h73 s32 HBMJPGMakeTextureBuffer( void *jpeg_workarea, void *result,