Searched refs:VGLSetXY (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c219 VGLSetXY(&target,target.Xsize-(e->zoom*y+i),e->zoom*x+j,VGLGetXY(pic,x,y));
221 VGLSetXY(&target,e->zoom*x+i,e->zoom*y+j,VGLGetXY(pic,x,y));
380 VGLSetXY(&pic,
/freebsd-11-stable/lib/libvgl/
H A DMakefile40 vgl.3 VGLSetXY.3 \
H A Dsimple.c92 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) function
214 VGLSetXY(object, y, x, color);
216 VGLSetXY(object, x, y, color);
425 VGLSetXY(object, xc+x, yc+y, color);
426 VGLSetXY(object, xc-x, yc+y, color);
428 VGLSetXY(object, xc+x, yc-y, color);
429 VGLSetXY(object, xc-x, yc-y, color);
433 VGLSetXY(object, xc, yc+y, color);
435 VGLSetXY(object, xc, yc-y, color);
H A Dtext.c84 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol);
87 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol);
90 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol);
93 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol);
96 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol);
102 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol);
105 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol);
108 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol);
111 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol);
114 VGLSetXY(Objec
[all...]
H A Dvgl.h135 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);

Completed in 78 milliseconds