Searched refs:firstCode (Results 1 – 1 of 1) sorted by relevance
1235 sal_uInt16 firstCode; member1248 sal_uInt16 firstCode; in getGlyph2() local1259 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() local1293 firstCode = Int16FromMOTA(*(CMAP6 + 3)); in getGlyph6()1295 lastCode = firstCode + count - 1; in getGlyph6()[all …]
Completed in 28 milliseconds