Lines Matching refs:subHeader2s
1246 subHeader2* subHeader2s; in getGlyph2() local
1255 subHeader2s = (subHeader2 *)(subHeader2Keys + 256); in getGlyph2()
1259 firstCode = Int16FromMOTA(subHeader2s[k].firstCode); in getGlyph2()
1260 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1261 return *((&(subHeader2s[0].idRangeOffset)) 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()
1272 ToReturn = *((&(subHeader2s[k].idRangeOffset)) in getGlyph2()
1273 + (Int16FromMOTA(subHeader2s[k].idRangeOffset)/2) in getGlyph2()
1278 ToReturn += Int16FromMOTA(subHeader2s[k].idDelta); in getGlyph2()