Searched refs:GnomeGUISupport (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/samples/layout/
H A DGnomeGUISupport.h8 * file name: GnomeGUISupport.h
19 class GnomeGUISupport : public GUISupport class in inherits:GUISupport
22 GnomeGUISupport() {}; function in class:GnomeGUISupport
23 virtual ~GnomeGUISupport() {};
H A Dgnomeglue.cpp20 #include "GnomeGUISupport.h"
30 return (gs_guiSupport *) new GnomeGUISupport();
35 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport;
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
H A DGnomeGUISupport.cpp8 * file name: GnomeGUISupport.cpp
20 #include "GnomeGUISupport.h"
22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title)
H A DMakefile.in30 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
H A Dgnomelayout.cpp26 #include "GnomeGUISupport.h"
41 static GnomeGUISupport *guiSupport;
309 guiSupport = new GnomeGUISupport();
H A DMakefile30 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o

Completed in 64 milliseconds