Searched refs:VGLBitmapPutChar (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/lib/libvgl/ |
| H A D | text.c | 76 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, in VGLBitmapPutChar() function 132 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), y, in VGLBitmapString() 136 VGLBitmapPutChar(Object, x, y-(pos*VGLTextFont->Width), in VGLBitmapString() 140 VGLBitmapPutChar(Object, x-(pos*VGLTextFont->Width), y, in VGLBitmapString() 144 VGLBitmapPutChar(Object, x, y+(pos*VGLTextFont->Width), in VGLBitmapString() 148 VGLBitmapPutChar(Object, x+(pos*VGLTextFont->Width), in VGLBitmapString()
|
| H A D | Makefile | 14 vgl.3 VGLBitmapPutChar.3 \
|
| H A D | vgl.h | 153 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, byte bgcol, int fill, i…
|