Searched refs:Int16FromMOTA (Results 1 – 1 of 1) sorted by relevance
334 #define Int16FromMOTA(a) (a) macro337 static sal_uInt16 Int16FromMOTA(sal_uInt16 a) { in Int16FromMOTA() function1256 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()[all …]