Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dgdiglue.cpp30 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()
DGDIGUISupport.h25 class GDIGUISupport : public GUISupport
28 GDIGUISupport() {}; in GDIGUISupport() function
29 virtual ~GDIGUISupport() {}; in ~GDIGUISupport()
DGDIGUISupport.cpp24 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage()
Dlayout.cpp130 static GDIGUISupport *guiSupport = new GDIGUISupport(); in WndProc()