[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: gtkproc.pp line 646
function ScalePixmapAndMask( |
AScaleGC: PGDKGC; |
AScaleMethod: TGdkInterpType; |
ASrc: PGdkPixmap; |
ASrcX: Integer; |
ASrcY: Integer; |
ASrcWidth: Integer; |
ASrcHeight: Integer; |
ASrcColorMap: PGdkColormap; |
ASrcMask: PGdkBitmap; |
ADstWidth: Integer; |
ADstHeight: Integer; |
FlipHorz: Boolean; |
FlipVert: Boolean; |
out ADst: PGdkPixmap; |
out ADstMask: PGdkPixmap |
):Boolean; |