Lines Matching refs:SDL_stack_alloc
1220 utf8 = SDL_stack_alloc(Uint8, LATIN1_to_UTF8_len(text)); in TTF_SizeText()
1357 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_SizeUNICODE()
1376 utf8 = SDL_stack_alloc(Uint8, LATIN1_to_UTF8_len(text)); in TTF_RenderText_Solid()
1518 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Solid()
1548 utf8 = SDL_stack_alloc(Uint8, LATIN1_to_UTF8_len(text)); in TTF_RenderText_Shaded()
1712 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Shaded()
1745 utf8 = SDL_stack_alloc(Uint8, LATIN1_to_UTF8_len(text)); in TTF_RenderText_Blended()
1894 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended()
1913 utf8 = SDL_stack_alloc(Uint8, LATIN1_to_UTF8_len(text)); in TTF_RenderText_Blended_Wrapped()
1983 str = SDL_stack_alloc(char, str_len+1); in TTF_RenderUTF8_Blended_Wrapped()
2196 utf8 = SDL_stack_alloc(Uint8, UCS2_to_UTF8_len(text)); in TTF_RenderUNICODE_Blended_Wrapped()