Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1550 unsigned char nLastByte = 0; in GetGlyphBitmap1() local
1554 p[x] |= (p[x] >> 1) | nLastByte; in GetGlyphBitmap1()
1555 nLastByte = nTmp; in GetGlyphBitmap1()
1715 unsigned char nLastByte = 0; in GetGlyphBitmap8() local
1719 p[x] |= p[x] | nLastByte; in GetGlyphBitmap8()
1720 nLastByte = nTmp; in GetGlyphBitmap8()

Completed in 39 milliseconds