Searched refs:pTTF_Quit (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h38 extern DECLSPEC void (SDLCALL *pTTF_Quit)(void);
H A DFramebuffer.cpp65 DECLSPEC void (SDLCALL *pTTF_Quit)(void); variable
174 if (pTTF_Quit)
175 pTTF_Quit();
H A DVBoxSDL.cpp1980 vrc = RTLdrGetSymbol(gLibrarySDL_ttf, "TTF_Quit", (void**)&pTTF_Quit);

Completed in 1423 milliseconds