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

  /external/icu/icu4c/source/samples/layout/
GnomeGUISupport.h 14 * file name: GnomeGUISupport.h
25 class GnomeGUISupport : public GUISupport
28 GnomeGUISupport() {};
29 virtual ~GnomeGUISupport() {};
gnomeglue.cpp 23 #include "GnomeGUISupport.h"
33 return (gs_guiSupport *) new GnomeGUISupport();
38 GnomeGUISupport *gs = (GnomeGUISupport *) guiSupport;
57 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
GnomeGUISupport.cpp 14 * file name: GnomeGUISupport.cpp
26 #include "GnomeGUISupport.h"
28 void GnomeGUISupport::postErrorMessage(const char *message, const char *title)
Makefile.in 33 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
gnomelayout.cpp 32 #include "GnomeGUISupport.h"
47 static GnomeGUISupport *guiSupport;
315 guiSupport = new GnomeGUISupport();

Completed in 86 milliseconds