Home
last modified time | relevance | path

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

/freebsd-head/lib/libvgl/
HDbitmap.c103 offset = VGLSetSegment(pos + planepos); in WriteVerticalLine()
106 offset = VGLSetSegment(pos); in WriteVerticalLine()
116 offset = VGLSetSegment(pos); in WriteVerticalLine()
139 offset = VGLSetSegment(pos); in WriteVerticalLine()
HDsimple.c69 offset = VGLSetSegment(offset); in VGLSetXY()
93 soffset = VGLSetSegment(offset); in VGLSetXY()
98 soffset = VGLSetSegment(offset + 1); in VGLSetXY()
103 soffset = VGLSetSegment(offset + 2); in VGLSetXY()
117 offset = VGLSetSegment(y*VGLAdpInfo.va_line_width + x/8); in VGLSetXY()
518 VGLSetSegment(offset); in VGLClear()
HDvgl.h124 int VGLSetSegment(unsigned int offset);
HDmain.c469 VGLSetSegment(unsigned int offset) in VGLSetSegment() function