Searched refs:DrawText (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/ |
| D | main.c | 173 DrawText(10, 40, "A : Write"); in TestBackupAccess() 174 DrawText(10, 50, "B : Erase"); in TestBackupAccess() 175 DrawText(10, 60, "X : Read"); in TestBackupAccess() 176 DrawText(10, 70, "Y : Write & Verify"); in TestBackupAccess() 177 DrawText(10, 80, "UP : Add SectorNo or offset"); in TestBackupAccess() 178 DrawText(10, 90, "DOWN : Sub SectorNo or offset"); in TestBackupAccess() 179 DrawText(10, 100, "START : change Async/Sync Mode"); in TestBackupAccess() 409 DrawText(10, 140, "SectorNo : %d", sec_num); in TestBackupAccess() 413 DrawText(10, 140, "offset : %x", offset); in TestBackupAccess() 415 DrawText(10, 150, "Access Size : %d", size); in TestBackupAccess() [all …]
|
| D | draw.c | 389 void DrawText(int x, int y, const char *s, ...) in DrawText() function
|
| /TwlSDK-5.1.0/build/demos/ctrdg/backup-1/include/ |
| D | draw.h | 154 void DrawText(int x, int y, const char *s, ...);
|