Searched refs:bgcol (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libvgl/
H A Dtext.c75 byte fgcol, byte bgcol, int fill, int dir)
102 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol);
105 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol);
108 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol);
111 VGLSetXY(Object, (x-lin), (y+7-bit), bgcol);
114 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), bgcol);
123 byte fgcol, byte bgcol, int fill, int dir)
131 str[pos], fgcol, bgcol, fill, dir);
135 str[pos], fgcol, bgcol, fill, dir);
139 str[pos], fgcol, bgcol, fil
74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, byte bgcol, int fill, int dir) argument
122 VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, byte bgcol, int fill, int dir) argument
[all...]
H A Dvgl.h151 void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, byte bgcol, int fill, int dir);
152 void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, byte bgcol, int fill, int dir);
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dvidconsole.c241 scroll_up(int rows, int fgcol, int bgcol) argument
249 v86.ebx = (bgcol << 12) + (fgcol << 8);
257 write_char(int c, int fgcol, int bgcol) argument
263 v86.ebx = (bgcol << 4) + fgcol;
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dvidconsole.c324 scroll_up(int rows, int fgcol, int bgcol) argument
337 *(cp + 0x1000) = at2pc98(fgcol, bgcol);
344 write_char(int c, int fgcol, int bgcol) argument
348 *(crtat + 0x1000) = at2pc98(fgcol, bgcol);

Completed in 97 milliseconds