Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx514 if( !table || !ttf->numOfLongVerMetrics ) in GetMetrics()
517 if (glyphID < ttf->numOfLongVerMetrics) { in GetMetrics()
521 metrics->ah = GetUInt16(table, 4 * (ttf->numOfLongVerMetrics - 1), 1); in GetMetrics()
522 …metrics->tsb = GetInt16(table + ttf->numOfLongVerMetrics * 4, (glyphID - ttf->numOfLongVerMetrics)… in GetMetrics()
1908 t->numOfLongVerMetrics = (table != 0) ? GetUInt16(table, 34, 1) : 0; in doOpenTTFont()
2606 n = ttf->numOfLongVerMetrics; in GetTTSimpleGlyphMetrics()
/trunk/main/vcl/inc/
H A Dsft.hxx593 …sal_uInt32 numOfLongVerMetrics; /* if this number is not 0, font has vertical m… member

Completed in 32 milliseconds