Home
last modified time | relevance | path

Searched defs:gr_string (Results 1 – 4 of 4) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/2d/
H A Dfont.cpp679 void gr_string(grs_canvas &canvas, const grs_font &cv_font, const int x, const int y, const char *c… in gr_string() function
708 void gr_string(grs_canvas &canvas, const grs_font &cv_font, const int x, const int y, const char *c… in gr_string() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Drender.cpp750 void gr_string(float sx, float sy, const char* s, int resize_mode, int in_length) { in gr_string() function
/dports/games/d2x/d2x-0.2.5/2d/
H A Dfont.c1366 int gr_string(int x, int y, char *s ) in gr_string() function
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A D2d.h944 #define gr_string(s, x, y) \ macro