Source position: xvlib.pp line 379
function XvShmPutImage( |
display: PDisplay; |
id: TXvPortID; |
d: TDrawable; |
gc: TGC; |
image: PXvImage; |
src_x: cint; |
src_y: cint; |
src_w: cuint; |
src_h: cuint; |
dest_x: cint; |
dest_y: cint; |
dest_w: cuint; |
dest_h: cuint; |
send_event: TBool |
):cint; |
display: PDisplay; |
id: TXvPortID; |
d: TDrawable; |
gc: TGC; |
image: PXvImage; |
src_x: cint; |
src_y: cint; |
src_w: cuint; |
src_h: cuint; |
dest_x: cint; |
dest_y: cint; |
dest_w: cuint; |
dest_h: cuint; |
send_event: Boolean |
):cint; |