Searched refs:numberOfHMetrics (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 503 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()
|
/aoo41x/main/vcl/inc/ |
H A D | sft.hxx | 592 sal_uInt32 numberOfHMetrics; member
|
Completed in 35 milliseconds