Searched refs:VGLBitmapPutChar (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libvgl/
H A Dtext.c76 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, function
136 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y,
140 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width),
144 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y,
148 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width),
152 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width),
H A DMakefile14 vgl.3 VGLBitmapPutChar.3 \
H A Dvgl.h160 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fill, int dir);

Completed in 120 milliseconds