HomeSort by relevance Sort by last modified time
    Searched refs:GDIGUISupport (Results 1 - 4 of 4) sorted by null

  /external/icu4c/samples/layout/
GDIGUISupport.h 8 * file name: GDIGUISupport.h
19 class GDIGUISupport : public GUISupport
22 GDIGUISupport() {};
23 virtual ~GDIGUISupport() {};
GDIGUISupport.cpp 8 * file name: GDIGUISupport.h
16 #include "GDIGUISupport.h"
18 void GDIGUISupport::postErrorMessage(const char *message, const char *title)
gdiglue.cpp 18 #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);
layout.cpp 19 #include "GDIGUISupport.h"
124 static GDIGUISupport *guiSupport = new GDIGUISupport();

Completed in 34 milliseconds