<?php
scale(GdkPixbuf $dest,
int $dest_x,
int $dest_y,
int $dest_width,
int $dest_height,
double $offset_x,
double $offset_y,
double $scale_x,
double $scale_y,
GdkInterpType $interp_type)
composite(GdkPixbuf $dest,
int $dest_x,
int $dest_y,
int $dest_width,
int $dest_height,
double $offset_x,
double $offset_y,
double $scale_x,
double $scale_y,
GdkInterpType $interp_type,
int $overall_alpha)
composite_color(GdkPixbuf $dest,
int $dest_x,
int $dest_y,
int $dest_width,
int $dest_height,
double $offset_x,
double $offset_y,
double $scale_x,
double $scale_y,
GdkInterpType $interp_type,
int $overall_alpha,
int $check_x,
int $check_y,
int $check_size,
int $color1,
int $color2)
?>