Searched refs:nLastByte (Results 1 – 1 of 1) sorted by relevance
1550 unsigned char nLastByte = 0; in GetGlyphBitmap1() local1554 p[x] |= (p[x] >> 1) | nLastByte; in GetGlyphBitmap1()1555 nLastByte = nTmp; in GetGlyphBitmap1()1715 unsigned char nLastByte = 0; in GetGlyphBitmap8() local1719 p[x] |= p[x] | nLastByte; in GetGlyphBitmap8()1720 nLastByte = nTmp; in GetGlyphBitmap8()
Completed in 39 milliseconds