Home
last modified time | relevance | path

Searched refs:VGLSetXY (Results 1 – 5 of 5) sorted by relevance

/trueos/lib/libvgl/
HDtext.c84 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar()
87 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar()
90 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar()
93 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar()
96 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar()
102 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar()
105 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar()
108 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol); in VGLBitmapPutChar()
111 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol); in VGLBitmapPutChar()
114 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar()
HDsimple.c92 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() function
214 VGLSetXY(object, y, x, color); in plot()
216 VGLSetXY(object, x, y, color); in plot()
425 VGLSetXY(object, xc+x, yc+y, color); in set4pixels()
426 VGLSetXY(object, xc-x, yc+y, color); in set4pixels()
428 VGLSetXY(object, xc+x, yc-y, color); in set4pixels()
429 VGLSetXY(object, xc-x, yc-y, color); in set4pixels()
433 VGLSetXY(object, xc, yc+y, color); in set4pixels()
435 VGLSetXY(object, xc, yc-y, color); in set4pixels()
HDMakefile39 vgl.3 VGLSetXY.3 \
HDvgl.h135 void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
/trueos/release/picobsd/tinyware/view/
HDview.c219 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()