Lines Matching defs:fg
198 uint32_t bg, fg, ul;
284 rasops_unpack_attr(defattr, &fg, &bg, &ul);
471 int32_t x, y, width, height, fg, bg, ul;
478 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
508 int32_t x, y, width, height, fg, bg, ul;
511 rasops_unpack_attr(fillattr, &fg, &bg, &ul);
724 int fg, bg, uc;
733 fg = (u_char)ri->ri_devcmap[(attr >> 24) & 0xf];
742 chipsfb_setup_mono(sc, x, y, wi, he, fg, bg);
750 int height, uint32_t fg, uint32_t bg)
768 chipsfb_write32(sc, CT_BLT_FG, fg);
818 chipsfb_allocattr(void *cookie, int fg, int bg, int flags, long *attrp)