Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp24 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL) in FontObject()
227 numOfLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in getGlyphAdvance()
239 if (glyph >= numOfLongHorMetrics) { in getGlyphAdvance()
240 index = numOfLongHorMetrics - 1; in getGlyphAdvance()
DFontObject.h172 le_uint16 numOfLongHorMetrics; member
234 le_uint16 numOfLongHorMetrics; variable
Dsfnt.h346 le_uint16 numOfLongHorMetrics; member
DPortableFontInstance.cpp176 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
/external/icu/icu4c/source/test/letest/
DFontObject.cpp20 headTable(NULL), hmtxTable(NULL), numGlyphs(0), numOfLongHorMetrics(0), file(NULL) in FontObject()
223 numOfLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in getGlyphAdvance()
235 if (glyph >= numOfLongHorMetrics) { in getGlyphAdvance()
236 index = numOfLongHorMetrics - 1; in getGlyphAdvance()
DFontObject.h168 le_uint16 numOfLongHorMetrics; member
230 le_uint16 numOfLongHorMetrics; variable
Dsfnt.h342 le_uint16 numOfLongHorMetrics; member
DPortableFontInstance.cpp173 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
/external/icu/icu4c/source/samples/layout/
Dsfnt.h209 le_uint16 numOfLongHorMetrics; member
/external/mesa3d/src/imgui/
Dimstb_truetype.h2275 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data+info->hhea + 34); in stbtt_GetGlyphHMetrics() local
2276 if (glyph_index < numOfLongHorMetrics) { in stbtt_GetGlyphHMetrics()
2280 …(advanceWidth) *advanceWidth = ttSHORT(info->data + info->hmtx + 4*(numOfLongHorMetrics-1)); in stbtt_GetGlyphHMetrics()
2281 …eBearing = ttSHORT(info->data + info->hmtx + 4*numOfLongHorMetrics + 2*(glyph_index - numOfLongHor… in stbtt_GetGlyphHMetrics()