| java.lang.Object org.rdesktop.server.rdp.RdpRasterOp
RdpRasterOp | public class RdpRasterOp (Code) | | |
Method Summary | |
public void | do_array(int opcode, RdpImage biDst, int dstwidth, int x, int y, int cx, int cy, int[] src, int srcwidth, int srcx, int srcy) | public void | do_pixel(int opcode, RdpImage dst, int x, int y, int color) |
do_array | public void do_array(int opcode, RdpImage biDst, int dstwidth, int x, int y, int cx, int cy, int[] src, int srcwidth, int srcx, int srcy)(Code) | | |
do_pixel | public void do_pixel(int opcode, RdpImage dst, int x, int y, int color)(Code) | | |
|
|