OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openFont
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/samples/layout/
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)
/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 67 milliseconds