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

  /src/sys/dev/rcons/
raster.h 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
151 #define RAS_DST 0xa /* dst */
raster_op.c 126 case RAS_DST: \
151 case RAS_DST: \

Completed in 12 milliseconds