Home
last modified time | relevance | path

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

/NextBSD/lib/libvgl/
HDbitmap.c52 byte *VGLPlane[4]; in WriteVerticalLine() local
62 VGLPlane[0] = VGLBuf; in WriteVerticalLine()
63 VGLPlane[1] = VGLPlane[0] + i; in WriteVerticalLine()
64 VGLPlane[2] = VGLPlane[1] + i; in WriteVerticalLine()
65 VGLPlane[3] = VGLPlane[2] + i; 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()
83 VGLPlane[0][planepos] = word; in WriteVerticalLine()
[all …]