Searched refs:openFont (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A DGDIFontMap.h36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DGnomeFontMap.h36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DGDIFontMap.cpp33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) function in class:GDIFontMap
H A DGnomeFontMap.cpp35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) function in class:GnomeFontMap
H A DFontMap.h41 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
H A DFontMap.cpp221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status);
/external/harfbuzz_ng/test/api/
H A Dtest-ot-math.c55 openFont(const char* fontFile) function
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("font
[all...]
/external/icu/icu4c/source/test/letest/
H A Dcletest.c398 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) function
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
H A Dletest.cpp541 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) function
645 font = openFont(fontName, fontCksum, fontVer, id);

Completed in 143 milliseconds