Lines Matching refs:end_offset
48 int i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
58 end_offset = (x + width) & 0x07; in WriteVerticalLine()
60 if (end_offset) in WriteVerticalLine()
81 if (end_offset) { in WriteVerticalLine()
82 word <<= (8 - end_offset); in WriteVerticalLine()
88 if (start_offset || end_offset) in WriteVerticalLine()
100 if (end_offset) in WriteVerticalLine()
101 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset]; in WriteVerticalLine()
106 if (end_offset) { in WriteVerticalLine()
108 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset]; in WriteVerticalLine()
161 int i, bit, pos, count, planepos, start_offset, end_offset, offset; in ReadVerticalLine() local
169 end_offset = (x + width) & 0x07; in ReadVerticalLine()
171 if (end_offset) in ReadVerticalLine()
193 end_offset = (x + width) & 0x07; in ReadVerticalLine()
195 if (end_offset) in ReadVerticalLine()