Searched refs:DEMORFPuts (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.2/include/demo/ |
| D | DEMOPuts.h | 66 extern int DEMORFPuts ( s16 x, s16 y, s16 z, char* string );
|
| /RvlSDK-3.2/build/demos/osdemo/src/ |
| D | report.c | 50 DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()
|
| D | crcdemo.c | 124 (void)DEMORFPuts(25, 25, 0, ReportBuffer); in DoReport()
|
| /RvlSDK-3.2/build/demos/scdemo/src/ |
| D | main.c | 76 DEMORFPuts(X_POS, (s16)(Y_POS + i * incValue), Z_POS, buf); in myDEMORFPrintf()
|
| /RvlSDK-3.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 608 int DEMORFPuts(s16 x, s16 y, s16 z, char* string) in DEMORFPuts() function 741 return DEMORFPuts(x, y, z, buf); in DEMORFPrintf()
|