Home
last modified time | relevance | path

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

/dflybsd-src/lib/libvgl/
H A Dbitmap.c107 offset = VGLSetSegment(pos + planepos); in WriteVerticalLine()
110 offset = VGLSetSegment(pos); in WriteVerticalLine()
120 offset = VGLSetSegment(pos); in WriteVerticalLine()
139 offset = VGLSetSegment(pos); in WriteVerticalLine()
182 offset = VGLSetSegment(pos); in ReadVerticalLine()
235 offset = VGLSetSegment(pos); in ReadVerticalLine()
H A Dsimple.c58 object->Bitmap[VGLSetSegment(y*object->VXsize+x)]=(color); in VGLSetXY()
66 offset = VGLSetSegment(y*VGLAdpInfo.va_line_width + x/8); in VGLSetXY()
100 return object->Bitmap[VGLSetSegment(y*object->VXsize+x)]; in VGLGetXY()
105 offset = VGLSetSegment(y*VGLAdpInfo.va_line_width + x/8); in VGLGetXY()
269 VGLSetSegment(offset); in VGLClear()
292 VGLSetSegment(offset); in VGLClear()
H A Dmain.c331 VGLSetSegment(offset); in VGLCheckSwitch()
357 VGLSetSegment(offset); in VGLCheckSwitch()
371 VGLSetSegment(offset); in VGLCheckSwitch()
398 VGLSetSegment(offset); in VGLCheckSwitch()
420 VGLSetSegment(unsigned int offset) in VGLSetSegment() function
H A Dvgl.h116 int VGLSetSegment(unsigned int offset);