Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dbitmap.c51 byte *VGLPlane[4]; in WriteVerticalLine() local
61 VGLPlane[0] = VGLBuf; in WriteVerticalLine()
62 VGLPlane[1] = VGLPlane[0] + bwidth; in WriteVerticalLine()
63 VGLPlane[2] = VGLPlane[1] + bwidth; in WriteVerticalLine()
64 VGLPlane[3] = VGLPlane[2] + bwidth; 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()
82 VGLPlane[0][planepos] = word; in WriteVerticalLine()
[all …]