Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
Dgdiglue.cpp27 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()
DGDIGUISupport.h19 class GDIGUISupport : public GUISupport
22 GDIGUISupport() {}; in GDIGUISupport() function
23 virtual ~GDIGUISupport() {}; in ~GDIGUISupport()
DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) in postErrorMessage()
Dlayout.cpp124 static GDIGUISupport *guiSupport = new GDIGUISupport(); in WndProc()