Searched refs:GDIGUISupport (Results 1 – 4 of 4) sorted by relevance
30 return (gs_guiSupport *) new GDIGUISupport(); in gs_gdiGuiSupportOpen()35 GDIGUISupport *gs = (GDIGUISupport *) guiSupport; in gs_gdiGuiSupportClose()61 …ntMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport,… in fm_gdiFontMapOpen()
25 class GDIGUISupport : public GUISupport28 GDIGUISupport() {}; in GDIGUISupport() function29 virtual ~GDIGUISupport() {}; in ~GDIGUISupport()
24 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage()
130 static GDIGUISupport *guiSupport = new GDIGUISupport(); in WndProc()