Searched refs:VGLSetXY (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libvgl/ |
| H A D | text.c | 86 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar() 89 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar() 92 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar() 95 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar() 98 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar() 104 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar() 107 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar() 110 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol); in VGLBitmapPutChar() 113 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol); in VGLBitmapPutChar() 116 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
|
| H A D | simple.c | 94 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() function 216 VGLSetXY(object, y, x, color); in plot() 218 VGLSetXY(object, x, y, color); in plot() 427 VGLSetXY(object, xc+x, yc+y, color); in set4pixels() 428 VGLSetXY(object, xc-x, yc+y, color); in set4pixels() 430 VGLSetXY(object, xc+x, yc-y, color); in set4pixels() 431 VGLSetXY(object, xc-x, yc-y, color); in set4pixels() 435 VGLSetXY(object, xc, yc+y, color); in set4pixels() 437 VGLSetXY(object, xc, yc-y, color); in set4pixels()
|
| H A D | Makefile | 40 vgl.3 VGLSetXY.3 \
|
| H A D | vgl.h | 137 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | view.c | 219 VGLSetXY(&target,target.Xsize-(e->zoom*y+i),e->zoom*x+j,VGLGetXY(pic,x,y)); in display() 221 VGLSetXY(&target,e->zoom*x+i,e->zoom*y+j,VGLGetXY(pic,x,y)); in display() 380 VGLSetXY(&pic, in png_load()
|