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

  /src/sys/dev/rcons/
raster.h 168 #define RAS_GETCOLOR(op) ( ( (op) >> 4 ) & 0xff )
170 #define RAS_GETCOLOR(op) ( ( (op) >> 4 ) & 0xffff )
raster_op.c 699 color = RAS_GETCOLOR( rop );
772 color = RAS_GETCOLOR( rop );
847 color = RAS_GETCOLOR( rop );
918 color = RAS_GETCOLOR( rop );
1214 color = RAS_GETCOLOR( rop );
1321 color = RAS_GETCOLOR( rop );
1426 color = RAS_GETCOLOR( rop );
1531 color = RAS_GETCOLOR( rop );
raster_text.c 164 color = RAS_GETCOLOR( rop );

Completed in 33 milliseconds