Lines Matching refs:end_offset
50 int i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
60 end_offset = (x + width) & 0x07; in WriteVerticalLine()
62 if (end_offset) in WriteVerticalLine()
83 if (end_offset) { in WriteVerticalLine()
84 word <<= (8 - end_offset); in WriteVerticalLine()
90 if (start_offset || end_offset) in WriteVerticalLine()
102 if (end_offset) in WriteVerticalLine()
103 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset]; in WriteVerticalLine()
108 if (end_offset) { in WriteVerticalLine()
110 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset]; in WriteVerticalLine()
182 int i, bit, pos, count, planepos, start_offset, end_offset, offset; in ReadVerticalLine() local
190 end_offset = (x + width) & 0x07; in ReadVerticalLine()
192 if (end_offset) in ReadVerticalLine()
214 end_offset = (x + width) & 0x07; in ReadVerticalLine()
216 if (end_offset) in ReadVerticalLine()