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

/freebsd-10.0-release/lib/libvgl/
H A Dtext.c74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, function
130 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y,
134 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width),
138 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y,
142 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width),
146 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width),
H A DMakefile13 vgl.3 VGLBitmapPutChar.3 \
H A Dvgl.h151 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, byte bgcol, int fill, int dir);

Completed in 68 milliseconds