Lines Matching refs:firstCode
1235 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()
1264 - Int16FromMOTA(subHeader2s[0].firstCode) 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()
1296 if (c < firstCode || c > lastCode) { in getGlyph6()
1299 return *((CMAP6 + 5)/*glyphIdArray*/ + (c - firstCode)); in getGlyph6()