Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1245 sal_uInt8 theLowByte; in getGlyph2() local
1253 theLowByte = (sal_uInt8)(c & 0x00ff); in getGlyph2()
1260 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1263 … + theLowByte /* + to_look */ in getGlyph2()
1271 …if(theLowByte >= firstCode && theLowByte < (firstCode + Int16FromMOTA(subHeader2s[k].entryCount)))… in getGlyph2()
1274 + theLowByte - firstCode); in getGlyph2()

Completed in 31 milliseconds