Searched refs:numOfLongHorMetrics (Results 1 – 10 of 10) sorted by relevance
24 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()
172 le_uint16 numOfLongHorMetrics; member234 le_uint16 numOfLongHorMetrics; variable
346 le_uint16 numOfLongHorMetrics; member
176 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
20 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()
168 le_uint16 numOfLongHorMetrics; member230 le_uint16 numOfLongHorMetrics; variable
342 le_uint16 numOfLongHorMetrics; member
173 fNumLongHorMetrics = SWAPW(hheaTable->numOfLongHorMetrics); in PortableFontInstance()
209 le_uint16 numOfLongHorMetrics; member
2275 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data+info->hhea + 34); in stbtt_GetGlyphHMetrics() local2276 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()