Searched refs:numOfLongVerMetrics (Results 1 – 2 of 2) sorted by relevance
514 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()
593 …sal_uInt32 numOfLongVerMetrics; /* if this number is not 0, font has vertical m… member
Completed in 73 milliseconds