Lines Matching defs:y
94 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage…
142 function imagecolorat(GdImage $image, int $x, int $y): int|false {}
160 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
196 function imagecharup(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
198 function imagestring(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool {}
200 function imagestringup(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool…
221 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
227 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…