Home
last modified time | relevance | path

Searched refs:DEMORFPuts (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2/include/demo/
DDEMOPuts.h66 extern int DEMORFPuts ( s16 x, s16 y, s16 z, char* string );
/RvlSDK-3.2/build/demos/osdemo/src/
Dreport.c50 DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()
Dcrcdemo.c124 (void)DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()
/RvlSDK-3.2/build/demos/scdemo/src/
Dmain.c76 DEMORFPuts(X_POS, (s16)(Y_POS + i * incValue), Z_POS, buf); in myDEMORFPrintf()
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c608 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() function
741 return DEMORFPuts(x, y, z, buf); in DEMORFPrintf()