Searched refs:openFont (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-math.c | 55 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/ |
D | GDIFontMap.h | 36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GnomeFontMap.h | 36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GDIFontMap.cpp | 33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont() function in GDIFontMap
|
D | GnomeFontMap.cpp | 35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode … in openFont() function in GnomeFontMap
|
D | FontMap.cpp | 221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont() 267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
|
D | FontMap.h | 41 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 398 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()
|
D | letest.cpp | 541 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()
|