Searched refs:UCS2_to_UTF8_len (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/ |
H A D | SDL_ttf.c | 917 static size_t UCS2_to_UTF8_len(const Uint16 *text) in UCS2_to_UTF8_len() function 1253 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_SizeUNICODE() 1385 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Solid() 1564 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Shaded() 1720 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended() 1996 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended_Wrapped()
|
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/ |
H A D | SDL_ttf.c | 1107 static size_t UCS2_to_UTF8_len(const Uint16 *text) in UCS2_to_UTF8_len() function 1481 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_SizeUNICODE() 1653 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Solid() 1857 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Shaded() 2050 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended() 2366 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended_Wrapped()
|