Searched refs:colour (Results 26 - 35 of 35) sorted by relevance

12

/netbsd-current/sys/arch/sparc/dev/
H A Dcgfourteen.c765 /* clear the screen with the default background colour */
1271 uint32_t colour)
1278 sx_write(sc->sc_sx, SX_QUEUED(8), colour);
1279 sx_write(sc->sc_sx, SX_QUEUED(9), colour);
1270 cg14_rectfill(struct cgfourteen_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
/netbsd-current/sys/dev/pci/
H A Dpm2fb.c877 uint32_t colour)
888 colour);
1155 /* always blit the cell with the background colour */
1180 * since our background colour is always constant, but for some reason
1220 * and now we just hammer the foreground colour and alpha values into
876 pm2fb_rectfill(struct pm2fb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
H A Dpm3fb.c698 uint32_t colour)
706 bus_space_write_4(sc->sc_memt, sc->sc_regh, PM3_FOREGROUNDCOLOR, colour);
697 pm3fb_rectfill(struct pm3fb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
H A Dgffb.c1030 uint32_t colour)
1037 gffb_dmanext(sc, colour);
1029 gffb_rectfill(struct gffb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
H A Dunichromefb.c1246 /* set colour depth and pitch */
1274 int height, int colour)
1288 MMIO_OUT32(VIA_REG_FGCOLOR, colour);
1273 uni_fillrect(struct unichromefb_softc *sc, int x, int y, int width, int height, int colour) argument
H A Dmachfb.c1913 int colour)
1916 regw(sc, DP_FRGD_CLR, colour);
1912 mach64_rectfill(struct mach64_softc *sc, int x, int y, int width, int height, int colour) argument
/netbsd-current/sys/dev/pci/voyager/
H A Dvoyagerfb.c106 /* colour map */
733 /* disable colour compare */
779 /* ...and then switch colour depth. For aesthetic reasons. */
813 uint32_t colour)
823 colour);
1429 * if userland doesn't try to set the 3rd colour we
1430 * assume it expects an X11-style 2 colour cursor
812 voyagerfb_rectfill(struct voyagerfb_softc *sc, int x, int y, int wi, int he, uint32_t colour) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-glade-1579 <title>Pick a colour</title>
580 <tooltip>Pick a colour</tooltip>
1429 msgid "Pick a colour"
/netbsd-current/sys/arch/sgimips/dev/
H A Dcrmfb.c188 /* setup video hw in given colour depth */
972 /* setup colour mode */
1150 panic("%s: unsupported colour depth %d\n", __func__,
1238 uint32_t colour)
1248 bus_space_write_4(sc->sc_iot, sc->sc_reh, CRIME_MTE_BG, colour);
1542 /* fill the cell with the background colour */
1553 /* now blit it on top of the requested fg colour cell */
1237 crmfb_fill_rect(struct crmfb_softc *sc, int x, int y, int width, int height, uint32_t colour) argument
/netbsd-current/external/bsd/top/dist/
H A Dconfigure1287 --disable-colour synonym for --disable-color
2030 # Check whether --enable-colour was given.

Completed in 297 milliseconds

12