Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2762 const sal_uInt8* hmtx = getTable(ttf, O_hmtx); in GetTTRawGlyphData() local
2808 d->aw = GetUInt16(hmtx, 4 * glyphID, 1); in GetTTRawGlyphData()
2809 d->lsb = GetInt16(hmtx, 4 * glyphID + 2, 1); in GetTTRawGlyphData()
2811 d->aw = GetUInt16(hmtx, 4 * (ttf->numberOfHMetrics - 1), 1); in GetTTRawGlyphData()
2812 … d->lsb = GetInt16(hmtx + ttf->numberOfHMetrics * 4, (glyphID - ttf->numberOfHMetrics) * 2, 1); in GetTTRawGlyphData()

Completed in 33 milliseconds