| D | output.fastps.l2.class.php | 8 function image($image, $x, $y, $scale) { function in OutputDriverFastPSLevel2 9 $this->image_scaled($image, $x, $y, $scale, $scale); 12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 14 $lines = $image_encoder->by_lines($image, $size_x, $size_y); 34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument 38 $this->image($image, $x, $cy, $scale); 45 $this->image($image, $x, $cy, $scale); 50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument 54 $this->image($image, $cx, $y, $scale); 61 $this->image($image, $cx-$width, $y, $scale); [all …]
|