Source position: xrender.pp line 226
procedure XRenderComposite( |
dpy: PDisplay; |
op: LongInt; |
src: TPicture; |
mask: TPicture; |
dst: TPicture; |
src_x: LongInt; |
src_y: LongInt; |
mask_x: LongInt; |
mask_y: LongInt; |
dst_x: LongInt; |
dst_y: LongInt; |
width: dword; |
height: dword |
); |