Searched refs:VGLSetXY (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/lib/libvgl/ |
| H A D | text.c | 90 VGLSetXY(Object, (x+topbit-bit), (y+lin), fgcol); in VGLBitmapPutChar() 93 VGLSetXY(Object, (x+lin), (y-topbit+bit), fgcol); in VGLBitmapPutChar() 96 VGLSetXY(Object, (x-topbit+bit), (y-lin), fgcol); in VGLBitmapPutChar() 99 VGLSetXY(Object, (x-lin), (y+topbit-bit), fgcol); in VGLBitmapPutChar() 102 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar() 108 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol); in VGLBitmapPutChar() 111 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol); in VGLBitmapPutChar() 114 VGLSetXY(Object, (x-topbit+bit), (y-lin), bgcol); in VGLBitmapPutChar() 117 VGLSetXY(Object, (x-lin), (y+topbit-bit), bgcol); in VGLBitmapPutChar() 120 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
|
| H A D | simple.c | 52 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() function 60 VGLSetXY(&VGLVDisplay, x, y, color); in VGLSetXY() 180 VGLSetXY(object, y, x, color); in plot() 182 VGLSetXY(object, x, y, color); in plot() 391 VGLSetXY(object, xc+x, yc+y, color); in set4pixels() 392 VGLSetXY(object, xc-x, yc+y, color); in set4pixels() 394 VGLSetXY(object, xc+x, yc-y, color); in set4pixels() 395 VGLSetXY(object, xc-x, yc-y, color); in set4pixels() 399 VGLSetXY(object, xc, yc+y, color); in set4pixels() 401 VGLSetXY(object, xc, yc-y, color); in set4pixels()
|
| H A D | Makefile | 40 vgl.3 VGLSetXY.3 \
|
| H A D | vgl.h | 141 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
|