Searched refs:openFont (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/samples/layout/ |
D | FontMap.cpp | 217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont() 263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
|
D | GDIFontMap.h | 32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GnomeFontMap.h | 32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GDIFontMap.cpp | 29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont() function in GDIFontMap
|
D | GnomeFontMap.cpp | 31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode … in openFont() function in GnomeFontMap
|
D | FontMap.h | 37 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
/external/icu4c/test/letest/ |
D | cletest.c | 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function 450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
|
D | letest.cpp | 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function 642 font = openFont(fontName, fontCksum, fontVer, id); in DataDrivenTest()
|
/external/chromium/third_party/icu/source/test/letest/ |
D | cletest.c | 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function 450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
|
D | letest.cpp | 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const cha… in openFont() function 642 font = openFont(fontName, fontCksum, fontVer, id); in DataDrivenTest()
|