Function
pixblt to-port operation from-port to-x to-y width height from-x
from-y &optional depth =>
A graphics port
A graphics state operation
A graphics port
An integer
An integer
An integer
An integer
An integer
An integer
An integer
pixblt function copies one area of from-port to another area of to-port using the specified operation and mask. Both ports should be the same depth. The depth argument is available only to further optimize performance. If it is supplied, it should give the depth in pixels of both ports. Its presence obviates another call toport-depth in order to find out the destination port depth. The graphics port transforms are not used.