Searched refs:draw_text_fraq (Results 1 – 2 of 2) sorted by relevance
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/ |
H A D | text.h | 106 bool draw_text_fraq(font_data *ft_font, int color, int XALIGN, int YALIGN, int x, int y, const char…
|
H A D | text.c | 428 …return draw_text_fraq(ft_font, color, XALIGN, YALIGN, x, y, text, 0.0f, 1.0f, 0.0f, 1.0f, savetex,… in draw_text() 431 bool draw_text_fraq(font_data *ft_font, int color, int XALIGN, int YALIGN, int x, int y, const char… in draw_text_fraq() function
|