OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GnomeGUISupport
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/samples/layout/
GnomeGUISupport.h
8
* file name:
GnomeGUISupport
.h
19
class
GnomeGUISupport
: public GUISupport
22
GnomeGUISupport
() {};
23
virtual ~
GnomeGUISupport
() {};
gnomeglue.cpp
20
#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);
GnomeGUISupport.cpp
8
* file name:
GnomeGUISupport
.cpp
20
#include "
GnomeGUISupport
.h"
22
void
GnomeGUISupport
::postErrorMessage(const char *message, const char *title)
Makefile.in
30
COMMON=cmaps.o UnicodeReader.o
GnomeGUISupport
.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
gnomelayout.cpp
26
#include "
GnomeGUISupport
.h"
41
static
GnomeGUISupport
*guiSupport;
309
guiSupport = new
GnomeGUISupport
();
Completed in 320 milliseconds