Lines Matching refs:planepos
47 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
66 planepos = 0; in WriteVerticalLine()
72 VGLPlane[0][planepos] = word; in WriteVerticalLine()
73 VGLPlane[1][planepos] = word>>8; in WriteVerticalLine()
74 VGLPlane[2][planepos] = word>>16; in WriteVerticalLine()
75 VGLPlane[3][planepos] = word>>24; in WriteVerticalLine()
76 planepos++; in WriteVerticalLine()
79 planepos--; in WriteVerticalLine()
82 VGLPlane[0][planepos] = word; in WriteVerticalLine()
83 VGLPlane[1][planepos] = word>>8; in WriteVerticalLine()
84 VGLPlane[2][planepos] = word>>16; in WriteVerticalLine()
85 VGLPlane[3][planepos] = word>>24; in WriteVerticalLine()
97 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset]; in WriteVerticalLine()
103 offset = VGLSetSegment(pos + planepos); in WriteVerticalLine()
104 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset]; in WriteVerticalLine()
126 for (planepos=0, pos=i; pos<width; planepos++, pos+=4) in WriteVerticalLine()
127 address[planepos] = line[pos]; in WriteVerticalLine()