Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/fontsubset/
H A Dsft.cxx334 #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()
[all …]