OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hheaTag
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
FontObject.cpp
211
LETag
hheaTag
= 0x68686561; // 'hhea'
220
hheaTable = (HHEATable *) readTable(
hheaTag
, &length);
PortableFontInstance.cpp
90
const LETag
hheaTag
= LE_HHEA_TABLE_TAG;
142
hheaTable = (HHEATable *) readFontTable(
hheaTag
);
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
36
const LETag
hheaTag
= LE_HHEA_TABLE_TAG;
41
hheaTable = (HHEATable *) getFontTable(
hheaTag
);
/external/icu4c/test/letest/
FontObject.cpp
211
LETag
hheaTag
= 0x68686561; // 'hhea'
220
hheaTable = (HHEATable *) readTable(
hheaTag
, &length);
PortableFontInstance.cpp
90
const LETag
hheaTag
= LE_HHEA_TABLE_TAG;
142
hheaTable = (HHEATable *) readFontTable(
hheaTag
);
Completed in 3252 milliseconds