Searched refs:planepos (Results 1 – 1 of 1) sorted by relevance
48 int i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local67 planepos = 0; in WriteVerticalLine()73 VGLPlane[0][planepos] = word; in WriteVerticalLine()74 VGLPlane[1][planepos] = word>>8; in WriteVerticalLine()75 VGLPlane[2][planepos] = word>>16; in WriteVerticalLine()76 VGLPlane[3][planepos] = word>>24; in WriteVerticalLine()77 planepos++; in WriteVerticalLine()80 planepos--; in WriteVerticalLine()83 VGLPlane[0][planepos] = word; in WriteVerticalLine()84 VGLPlane[1][planepos] = word>>8; in WriteVerticalLine()[all …]