OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GUISupport
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/samples/layout/
GUISupport.h
8
* file name:
GUISupport
.h
17
class
GUISupport
20
GUISupport
() {};
21
virtual ~
GUISupport
() {};
GDIGUISupport.h
17
#include "
GUISupport
.h"
19
class GDIGUISupport : public
GUISupport
GnomeGUISupport.h
17
#include "
GUISupport
.h"
19
class GnomeGUISupport : public
GUISupport
UnicodeReader.h
13
#include "
GUISupport
.h"
28
static const UChar *readFile(const char *fileName,
GUISupport
*
guiSupport
, int32_t &charCount);
ucreader.cpp
15
const UChar *uc_readFile(const char *fileName, gs_guiSupport *
guiSupport
, int32_t *charCount)
17
return UnicodeReader::readFile(fileName, (
GUISupport
*)
guiSupport
, *charCount);
GDIFontMap.h
19
#include "
GUISupport
.h"
27
GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status);
GnomeFontMap.h
19
#include "
GUISupport
.h"
27
GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status);
FontMap.h
15
#include "
GUISupport
.h"
22
FontMap(const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status);
53
GUISupport
*fGUISupport;
GDIFontMap.cpp
14
#include "
GUISupport
.h"
18
GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status)
19
: FontMap(fileName, pointSize,
guiSupport
, status), fSurface(surface)
GnomeFontMap.cpp
16
#include "
GUISupport
.h"
20
GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status)
21
: FontMap(fileName, pointSize,
guiSupport
, status), fEngine(engine)
paragraph.h
22
#include "
GUISupport
.h"
46
static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font,
GUISupport
*
guiSupport
);
UnicodeReader.cpp
17
#include "
GUISupport
.h"
26
const UChar *UnicodeReader::readFile(const char *fileName,
GUISupport
*
guiSupport
, int32_t &charCount)
42
guiSupport
->postErrorMessage(errorMessage, "Text File Error");
76
guiSupport
->postErrorMessage(errorMessage, "Text File Error");
87
guiSupport
->postErrorMessage(errorMessage, "Text File Error");
95
guiSupport
->postErrorMessage(errorMessage, "Text File Error");
110
guiSupport
->postErrorMessage(errorMessage, "Text File Error");
FontMap.cpp
19
#include "
GUISupport
.h"
22
FontMap::FontMap(const char *fileName, le_int16 pointSize,
GUISupport
*
guiSupport
, LEErrorCode &status)
23
: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(
guiSupport
)
paragraph.cpp
252
Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font,
GUISupport
*
guiSupport
)
256
const UChar *text = UnicodeReader::readFile(fileName,
guiSupport
, charCount);
Completed in 455 milliseconds