Home
last modified time | relevance | path

Searched refs:sge_tt_input_UNI (Results 1 – 4 of 4) sorted by relevance

/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_tt_text.h91 DECLSPEC int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string,Uint8 flags, int …
109 DECLSPEC int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string,Uint8 flags, int …
H A Dsge_tt_text.cpp1412 int sge_tt_input_UNI(SDL_Surface *screen, sge_TTFont *font, Uint16 *string, Uint8 flags, int pos, i… in sge_tt_input_UNI() function
1435 int sge_tt_input_UNI(SDL_Surface *screen, sge_TTFont *font, Uint16 *string, Uint8 flags, int pos,in… in sge_tt_input_UNI() function
1442 return sge_tt_input_UNI(screen, font, string, flags, pos,len, x,y, fr,fg,fb, br,bg,bb, Alpha); in sge_tt_input_UNI()
/dports/games/openmortal/openmortal-0.7/src/
H A Dsge_tt_text.h74 DECLSPEC int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string,Uint8 flags, int …
96 DECLSPEC int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string,Uint8 flags, int …
H A Dsge_tt_text.cpp1286 int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string, Uint8 flags, int pos,int … in sge_tt_input_UNI() function
1722 int sge_tt_input_UNI(SDL_Surface *screen,sge_TTFont *font,Uint16 *string,Uint8 flags, int pos,int l… in sge_tt_input_UNI() function
1724 …return sge_tt_input_UNI(screen,font,string,flags,pos,len,x,y,SDL_MapRGB(screen->format, fR,fG,fB),… in sge_tt_input_UNI()
1753 ret=sge_tt_input_UNI(screen,font,uni,flags,pos,len,x,y,fcol,bcol,Alpha); in sge_tt_input()