HomeSort by: relevance | last modified time | path
    Searched refs:RAS_SRC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/wscons/
wscons_rops.c 119 op = RAS_SRC;
159 nx, rc->rc_font->height, RAS_SRC,
198 rc->rc_raswidth, ny, RAS_SRC,
  /src/sys/dev/rcons/
raster.h 125 ** operation. A rop can be some Boolean combination of RAS_SRC and
126 ** RAS_DST. For instance, just RAS_SRC means copy the source to the
127 ** destination without modification. RAS_SRC|RAS_DST means "or" the source
128 ** and destination together, while "xor" would be RAS_SRC^RAS_DST. The
129 ** RAS_NOT macro should be used to express negation - RAS_NOT(RAS_SRC)&RAS_DST
153 #define RAS_SRC 0xc /* src */
210 ** implements RAS_SRC.
raster_op.c 82 ** are: RAS_SRC, RAS_CLEAR, RAS_SET, RAS_INVERT, RAS_XOR, RAS_INVERTSRC.
211 case RAS_SRC: \
301 case RAS_SRC: \
386 case RAS_SRC: \
412 case RAS_SRC: \
663 if ( op == RAS_SRC && src->width == w && dst->width == w &&
1038 if ( op == RAS_SRC && src->width == w && dst->width == w &&
  /src/sys/dev/pci/
tga.c 927 nx, ri->ri_font->fontheight, RAS_SRC,
945 ri->ri_emuwidth, ny, RAS_SRC,

Completed in 16 milliseconds