HomeSort by relevance Sort by last modified time
    Searched defs:openFont (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/samples/layout/
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)
  /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 634 milliseconds