Home
last modified time | relevance | path

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

/bsp/simulator/SDL2/include/
A DSDL_test_font.h73 typedef struct SDLTest_TextWindow struct
79 } SDLTest_TextWindow; argument
93 SDLTest_TextWindow *SDLTest_TextWindowCreate(int x, int y, int w, int h);
105 void SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer *renderer);
120 void SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_STRING const char *fm…
135 void SDLTest_TextWindowAddTextWithLength(SDLTest_TextWindow *textwin, const char *text, size_t len);
144 void SDLTest_TextWindowClear(SDLTest_TextWindow *textwin);
153 void SDLTest_TextWindowDestroy(SDLTest_TextWindow *textwin);

Completed in 3 milliseconds