Home
last modified time | relevance | path

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

/RvlSDK-3.1/include/demo/
DDEMOPuts.h66 extern int DEMORFPuts ( s16 x, s16 y, s16 z, char* string );
/RvlSDK-3.1/build/demos/osdemo/src/
Dreport.c50 DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()
/RvlSDK-3.1/build/libraries/demo/src/
DDEMOPuts.c594 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() function
724 return DEMORFPuts(x, y, z, buf); in DEMORFPrintf()