Searched refs:GDIGUISupport (Results 1 – 4 of 4) sorted by relevance
27 return (gs_guiSupport *) new GDIGUISupport(); in gs_gdiGuiSupportOpen()32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; in gs_gdiGuiSupportClose()58 …ntMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport,… in fm_gdiFontMapOpen()
19 class GDIGUISupport : public GUISupport22 GDIGUISupport() {}; in GDIGUISupport() function23 virtual ~GDIGUISupport() {}; in ~GDIGUISupport()
18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage()
124 static GDIGUISupport *guiSupport = new GDIGUISupport(); in WndProc()