Home
last modified time | relevance | path

Searched refs:numOfLongHorMetrics (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL) in FontObject()
221 numOfLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in getGlyphAdvance()
233 if (glyph >= numOfLongHorMetrics) { in getGlyphAdvance()
234 index = numOfLongHorMetrics - 1; in getGlyphAdvance()
DFontObject.h166 le_uint16 numOfLongHorMetrics; member
228 le_uint16 numOfLongHorMetrics; variable
Dsfnt.h340 le_uint16 numOfLongHorMetrics; member
DPortableFontInstance.cpp170 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
/external/icu/icu4c/source/test/letest/
DFontObject.cpp18 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL) in FontObject()
221 numOfLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in getGlyphAdvance()
233 if (glyph >= numOfLongHorMetrics) { in getGlyphAdvance()
234 index = numOfLongHorMetrics - 1; in getGlyphAdvance()
DFontObject.h166 le_uint16 numOfLongHorMetrics; member
228 le_uint16 numOfLongHorMetrics; variable
Dsfnt.h340 le_uint16 numOfLongHorMetrics; member
DPortableFontInstance.cpp171 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
/external/icu/icu4c/source/samples/layout/
Dsfnt.h203 le_uint16 numOfLongHorMetrics; member