OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openFont
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/samples/layout/
GDIFontMap.h
36
virtual const LEFontInstance *
openFont
(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GnomeFontMap.h
36
virtual const LEFontInstance *
openFont
(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GDIFontMap.cpp
33
const LEFontInstance *GDIFontMap::
openFont
(const char *fontName, le_int16 pointSize, LEErrorCode &status)
GnomeFontMap.cpp
35
const LEFontInstance *GnomeFontMap::
openFont
(const char *fontName, le_int16 pointSize, LEErrorCode &status)
FontMap.h
41
virtual const LEFontInstance *
openFont
(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
FontMap.cpp
221
fFontInstances[fontIndex] =
openFont
(fFontNames[fontIndex], fPointSize, status);
267
fFontInstances[i] =
openFont
(fFontNames[i], fPointSize, status);
/external/harfbuzz_ng/test/api/
test-ot-math.c
55
openFont
(const char* fontFile)
92
openFont
("fonts/MathTestFontNone.otf");
96
openFont
("fonts/MathTestFontEmpty.otf");
116
openFont
("fonts/MathTestFontEmpty.otf");
120
openFont
("fonts/MathTestFontFull.otf");
188
openFont
("fonts/MathTestFontEmpty.otf");
193
openFont
("fonts/MathTestFontPartial1.otf");
198
openFont
("fonts/MathTestFontPartial2.otf");
203
openFont
("fonts/MathTestFontFull.otf");
223
openFont
("fonts/MathTestFontEmpty.otf")
[
all
...]
/external/icu/icu4c/source/test/letest/
cletest.c
398
static le_font *
openFont
(const char *fontName, const char *checksum, const char *version, const char *testID)
454
le_font *font =
openFont
(fontName, fontChecksum, fontVersion, testID);
letest.cpp
541
LEFontInstance *
openFont
(const char *fontName, const char *checksum, const char *version, const char *testID)
645
font =
openFont
(fontName, fontCksum, fontVer, id);
[
all
...]
Completed in 412 milliseconds