Lines Matching refs:Int16FromMOTA
334 #define Int16FromMOTA(a) (a) macro
337 static sal_uInt16 Int16FromMOTA(sal_uInt16 a) { in Int16FromMOTA() function
1256 k = Int16FromMOTA(subHeader2Keys[theHighByte]) / 8; in getGlyph2()
1259 firstCode = Int16FromMOTA(subHeader2s[k].firstCode); in getGlyph2()
1260 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1262 … + (Int16FromMOTA(subHeader2s[0].idRangeOffset)/2) /* + offset */ 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()
1273 + (Int16FromMOTA(subHeader2s[k].idRangeOffset)/2) in getGlyph2()
1278 ToReturn += Int16FromMOTA(subHeader2s[k].idDelta); in getGlyph2()
1293 firstCode = Int16FromMOTA(*(CMAP6 + 3)); in getGlyph6()
1294 count = Int16FromMOTA(*(CMAP6 + 4)); in getGlyph6()
1313 res = Int16FromMOTA(*(ar+mid)); in GEbinsearch()
1338 segCount = Int16FromMOTA(*(CMAP4 + 3))/2; in getGlyph4()
1347 if(Int16FromMOTA(startCode[i]) > c) { in getGlyph4()
1354 if(Int16FromMOTA(idRangeOffset[i]) != 0) { in getGlyph4()
1355 …c = Int16FromMOTA(*(&(idRangeOffset[i]) + (Int16FromMOTA(idRangeOffset[i])/2 + (c - Int16FromMOTA(… in getGlyph4()
1358 ToReturn = (Int16FromMOTA(idDelta[i]) + c) & 0xFFFF; in getGlyph4()