Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1235 sal_uInt16 firstCode; member
1248 sal_uInt16 firstCode; in getGlyph2() local
1259 firstCode = Int16FromMOTA(subHeader2s[k].firstCode); in getGlyph2()
1260 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1270 firstCode = Int16FromMOTA(subHeader2s[k].firstCode); in getGlyph2()
1271 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1274 + theLowByte - firstCode); in getGlyph2()
1290 sal_uInt16 firstCode, lastCode, count; in getGlyph6() local
1293 firstCode = Int16FromMOTA(*(CMAP6 + 3)); in getGlyph6()
1295 lastCode = firstCode + count - 1; in getGlyph6()
[all …]

Completed in 51 milliseconds