Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-ot-math.c55 openFont(const char* fontFile) in openFont() function
92 openFont("fonts/MathTestFontNone.otf"); in test_has_data()
96 openFont("fonts/MathTestFontEmpty.otf"); in test_has_data()
116 openFont("fonts/MathTestFontEmpty.otf"); in test_get_constant()
120 openFont("fonts/MathTestFontFull.otf"); in test_get_constant()
188 openFont("fonts/MathTestFontEmpty.otf"); in test_get_glyph_italics_correction()
193 openFont("fonts/MathTestFontPartial1.otf"); in test_get_glyph_italics_correction()
198 openFont("fonts/MathTestFontPartial2.otf"); in test_get_glyph_italics_correction()
203 openFont("fonts/MathTestFontFull.otf"); in test_get_glyph_italics_correction()
223 openFont("fonts/MathTestFontEmpty.otf"); in test_get_glyph_top_accent_attachment()
[all …]
/external/icu/icu4c/source/samples/layout/
DGDIFontMap.h36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
DGnomeFontMap.h36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
DGDIFontMap.cpp33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont() function in GDIFontMap
DGnomeFontMap.cpp35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode … in openFont() function in GnomeFontMap
DFontMap.cpp221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
DFontMap.h41 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
/external/icu/icu4c/source/test/letest/
Dcletest.c398 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
Dletest.cpp541 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function
645 font = openFont(fontName, fontCksum, fontVer, id); in DataDrivenTest()