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

/external/icu4c/samples/layout/
H A DGDIGUISupport.h8 * file name: GDIGUISupport.h
19 class GDIGUISupport : public GUISupport class in inherits:GUISupport
22 GDIGUISupport() {}; function in class:GDIGUISupport
23 virtual ~GDIGUISupport() {};
H A DGDIGUISupport.cpp8 * file name: GDIGUISupport.h
16 #include "GDIGUISupport.h"
18 void GDIGUISupport::postErrorMessage(const char *message, const char *title)
H A Dgdiglue.cpp18 #include "GDIGUISupport.h"
27 return (gs_guiSupport *) new GDIGUISupport();
32 GDIGUISupport *gs = (GDIGUISupport *) guiSupport;
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
H A Dlayout.cpp19 #include "GDIGUISupport.h"
124 static GDIGUISupport *guiSupport = new GDIGUISupport();

Completed in 438 milliseconds