OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hheaTag
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/letest/
FontObject.cpp
213
LETag
hheaTag
= 0x68686561; // 'hhea'
222
hheaTable = (HHEATable *) readTable(
hheaTag
, &length);
PortableFontInstance.cpp
107
const LETag
hheaTag
= LE_HHEA_TABLE_TAG;
161
hheaTable = (HHEATable *) readFontTable(
hheaTag
);
/external/icu/icu4c/source/test/perf/leperf/
FontObject.cpp
217
LETag
hheaTag
= 0x68686561; // 'hhea'
226
hheaTable = (HHEATable *) readTable(
hheaTag
, &length);
PortableFontInstance.cpp
110
const LETag
hheaTag
= LE_HHEA_TABLE_TAG;
164
hheaTable = (HHEATable *) readFontTable(
hheaTag
);
Completed in 174 milliseconds