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

  /external/icu4c/samples/layout/
GDIFontMap.h 32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GnomeFontMap.h 32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GDIFontMap.cpp 29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
GnomeFontMap.cpp 31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
FontMap.h 37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
FontMap.cpp 217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status);
  /external/icu4c/test/letest/
cletest.c 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
letest.cpp 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
642 font = openFont(fontName, fontCksum, fontVer, id);
    [all...]

Completed in 65 milliseconds