Searched refs:DrawTextLen (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/demos/ctrdg/backup-1/include/ |
| D | draw.h | 152 void DrawTextLen(int x, int y, const char *s, int n); 158 DrawTextLen(x, y, &c, 1); in DrawChar()
|
| /TwlSDK-5.4/build/demos/ctrdg/backup-1/src/ |
| D | draw.c | 397 DrawTextLen(x, y, temp, sizeof(temp) - 1); in DrawText() 400 void DrawTextLen(int x, int y, const char *s, int n) in DrawTextLen() function
|