Searched refs:VGLSetXY (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | text.c | 88 VGLSetXY(Object, (x+topbit-bit), (y+lin), fgcol); in VGLBitmapPutChar() 91 VGLSetXY(Object, (x+lin), (y-topbit+bit), fgcol); in VGLBitmapPutChar() 94 VGLSetXY(Object, (x-topbit+bit), (y-lin), fgcol); in VGLBitmapPutChar() 97 VGLSetXY(Object, (x-lin), (y+topbit-bit), fgcol); in VGLBitmapPutChar() 100 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar() 106 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol); in VGLBitmapPutChar() 109 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol); in VGLBitmapPutChar() 112 VGLSetXY(Object, (x-topbit+bit), (y-lin), bgcol); in VGLBitmapPutChar() 115 VGLSetXY(Object, (x-lin), (y+topbit-bit), bgcol); in VGLBitmapPutChar() 118 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
|
H A D | simple.c | 50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() function 58 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY() 178 VGLSetXY(object, y, x, color); in plot() 180 VGLSetXY(object, x, y, color); in plot() 389 VGLSetXY(object, xc+x, yc+y, color); in set4pixels() 390 VGLSetXY(object, xc-x, yc+y, color); in set4pixels() 392 VGLSetXY(object, xc+x, yc-y, color); in set4pixels() 393 VGLSetXY(object, xc-x, yc-y, color); in set4pixels() 397 VGLSetXY(object, xc, yc+y, color); in set4pixels() 399 VGLSetXY(object, xc, yc-y, color); in set4pixels()
|
H A D | Makefile | 39 vgl.3 VGLSetXY.3 \
|
H A D | vgl.h | 139 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
|