Searched refs:VGLBitmapPutChar (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | text.c | 74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() function 134 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString() 138 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString() 142 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString() 146 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString() 150 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()
|
H A D | Makefile | 13 vgl.3 VGLBitmapPutChar.3 \
|
H A D | vgl.h | 158 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fil…
|