Home
last modified time | relevance | path

Searched refs:vga_get_color (Results 1 – 11 of 11) sorted by relevance

/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dmfbp.h122 extern void vga_get_color(int,int*,int*,int*); /* get DAC register */
162 extern void vga_get_color(); /* get DAC register */
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/
H A Dvga.c131 unsigned int vga_get_color(unsigned int rgba) in vga_get_color() function
326 text_fgcol = col_expand(vga_get_color(rgba)); in vga_text_set_fgcol()
331 text_bgcol = col_expand(vga_get_color(rgba)); in vga_text_set_bgcol()
H A Dbios.h349 unsigned int vga_get_color(unsigned int rgba);
H A Dof.c3860 c = vga_get_color(c); in slw_spin()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/
H A Dvga.c131 unsigned int vga_get_color(unsigned int rgba) in vga_get_color() function
326 text_fgcol = col_expand(vga_get_color(rgba)); in vga_text_set_fgcol()
331 text_bgcol = col_expand(vga_get_color(rgba)); in vga_text_set_bgcol()
H A Dbios.h349 unsigned int vga_get_color(unsigned int rgba);
H A Dof.c3860 c = vga_get_color(c); in slw_spin()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/
H A Dvga.c131 unsigned int vga_get_color(unsigned int rgba) in vga_get_color() function
326 text_fgcol = col_expand(vga_get_color(rgba)); in vga_text_set_fgcol()
331 text_bgcol = col_expand(vga_get_color(rgba)); in vga_text_set_bgcol()
H A Dbios.h349 unsigned int vga_get_color(unsigned int rgba);
H A Dof.c3860 c = vga_get_color(c); in slw_spin()
/dports/cad/jspice3/jspice3-2.5/src/lib/dosmfb/
H A Dvgacolor.c16 vga_get_color(num, red, green, blue) in vga_get_color() function