Home
last modified time | relevance | path

Searched refs:planepos (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libvgl/
H A Dbitmap.c47 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()
[all …]