Home
last modified time | relevance | path

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

/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DWebFont.cc230 int glyphIdOffset, idRangeOffset; in makeUnicodeCmapTable() local
297 glyphIdOffset = 28 + nSegs*8; in makeUnicodeCmapTable()
306 idRangeOffset = glyphIdOffset - (28 + nSegs*6 + i*2); in makeUnicodeCmapTable()
316 cmapTable[glyphIdOffset++] = (Guchar)(unicodeToGID[c] >> 8); in makeUnicodeCmapTable()
317 cmapTable[glyphIdOffset++] = (Guchar)unicodeToGID[c]; in makeUnicodeCmapTable()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DWebFont.cc230 int glyphIdOffset, idRangeOffset; in makeUnicodeCmapTable() local
297 glyphIdOffset = 28 + nSegs*8; in makeUnicodeCmapTable()
306 idRangeOffset = glyphIdOffset - (28 + nSegs*6 + i*2); in makeUnicodeCmapTable()
316 cmapTable[glyphIdOffset++] = (Guchar)(unicodeToGID[c] >> 8); in makeUnicodeCmapTable()
317 cmapTable[glyphIdOffset++] = (Guchar)unicodeToGID[c]; in makeUnicodeCmapTable()