Searched refs:bgcol (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libvgl/ |
H A D | text.c | 75 u_long fgcol, u_long bgcol, int fill, int dir) in VGLBitmapPutChar() argument 106 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol); in VGLBitmapPutChar() 109 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol); in VGLBitmapPutChar() 112 VGLSetXY(Object, (x-topbit+bit), (y-lin), bgcol); in VGLBitmapPutChar() 115 VGLSetXY(Object, (x-lin), (y+topbit-bit), bgcol); in VGLBitmapPutChar() 118 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), bgcol); in VGLBitmapPutChar() 127 u_long fgcol, u_long bgcol, int fill, int dir) in VGLBitmapString() argument 135 str[pos], fgcol, bgcol, fill, dir); in VGLBitmapString() 139 str[pos], fgcol, bgcol, fill, dir); in VGLBitmapString() 143 str[pos], fgcol, bgcol, fill, dir); in VGLBitmapString() [all …]
|
H A D | vgl.h | 158 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, u_long fgcol, u_long bgcol, int fil… 159 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, u_long fgcol, u_long bgcol, int fi…
|
/freebsd/stand/i386/libi386/ |
H A D | textvidc.c | 243 scroll_up(int rows, int fgcol, int bgcol) in scroll_up() argument 251 v86.ebx = (bgcol << 12) + (fgcol << 8); in scroll_up() 259 write_char(int c, int fgcol, int bgcol) in write_char() argument 265 v86.ebx = (bgcol << 4) + fgcol; in write_char()
|