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

/freebsd-10.3-release/lib/libvgl/
H A Dtext.c75 byte fgcol, byte bgcol, int fill, int dir)
84 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol);
87 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol);
90 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol);
93 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol);
96 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol);
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, bgco
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-10.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-10.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 104 milliseconds