Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx503 if (!table || !ttf->numberOfHMetrics) return; in GetMetrics()
505 if (glyphID < ttf->numberOfHMetrics) { in GetMetrics()
509 metrics->aw = GetUInt16(table, 4 * (ttf->numberOfHMetrics - 1), 1); in GetMetrics()
510 …metrics->lsb = GetInt16(table + ttf->numberOfHMetrics * 4, (glyphID - ttf->numberOfHMetrics) * 2, … in GetMetrics()
1905 t->numberOfHMetrics = (table != 0) ? GetUInt16(table, 34, 1) : 0; in doOpenTTFont()
2602 n = ttf->numberOfHMetrics; in GetTTSimpleGlyphMetrics()
2807 if (glyphID < ttf->numberOfHMetrics) { 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()
/trunk/main/vcl/inc/
H A Dsft.hxx592 sal_uInt32 numberOfHMetrics; member

Completed in 45 milliseconds