Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1506 const sal_uInt32 nSegCount = GetUInt16(pSub, 6, 1) / 2; in cmapSubtableFits() local
1507 if (!fitsInTable(16, 8 * nSegCount, nAvail)) in cmapSubtableFits()
1509 for (sal_uInt32 i = 0; i < nSegCount; ++i) { in cmapSubtableFits()
1510 const sal_uInt32 nRangeOff = GetUInt16(pSub, 16 + 6 * nSegCount + 2 * i, 1); in cmapSubtableFits()
1514 const sal_uInt32 nStart = GetUInt16(pSub, 16 + 2 * nSegCount + 2 * i, 1); in cmapSubtableFits()
1518 const sal_uInt32 nLast = 16 + 6 * nSegCount + 2 * i in cmapSubtableFits()