Lines Matching refs:rop
558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop,
564 if ( needsrc[RAS_GETOP( rop )] )
607 return raster_op_noclip( dst, dx, dy, w, h, rop, src, sx, sy );
633 return raster_op_nosrc_noclip( dst, dx, dy, w, h, rop );
640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop,
645 op = RAS_GETOP( rop );
688 /* One to two, using the color in the rop. */
699 color = RAS_GETCOLOR( rop );
703 /* Make 32 bits of color so we can do the ROP without shifting. */
761 /* One to four, using the color in the rop. */
772 color = RAS_GETCOLOR( rop );
776 /* Make 32 bits of color so we can do the ROP without shifting. */
832 /* One to eight, using the color in the rop. This could
847 color = RAS_GETCOLOR( rop );
851 /* Make 32 bits of color so we can do the ROP without shifting. */
903 /* One to sixteen, using the color in the rop. This could
918 color = RAS_GETCOLOR( rop );
922 /* Make 32 bits of color so we can do the ROP without shifting. */
1090 int dx, int dy, int w, int h, int rop)
1094 op = RAS_GETOP( rop );
1166 /* Main rop. */
1214 color = RAS_GETCOLOR( rop );
1218 /* Make 32 bits of color so we can do the ROP without shifting. */
1273 /* Main rop. */
1321 color = RAS_GETCOLOR( rop );
1325 /* Make 32 bits of color so we can do the ROP without shifting. */
1379 /* Main rop. */
1426 color = RAS_GETCOLOR( rop );
1430 /* Make 32 bits of color so we can do the ROP without shifting. */
1482 /* Main rop. */
1531 color = RAS_GETCOLOR( rop );
1535 /* Make 32 bits of color so we can do the ROP without shifting. */
1587 /* Main rop. */
1730 /* Main rop. */
1780 /* Main rop. */
1888 /* Main rop. */
1946 /* Main rop. */