Home
last modified time | relevance | path

Searched refs:DrawTextLen (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/build/demos/ctrdg/backup-1/include/
Ddraw.h152 void DrawTextLen(int x, int y, const char *s, int n);
158 DrawTextLen(x, y, &c, 1); in DrawChar()
/TwlSDK-5.5/build/demos/ctrdg/backup-1/src/
Ddraw.c397 DrawTextLen(x, y, temp, sizeof(temp) - 1); in DrawText()
400 void DrawTextLen(int x, int y, const char *s, int n) in DrawTextLen() function