Lines Matching defs:y
127 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage…
181 function imagecolorat(GdImage $image, int $x, int $y): int|false {}
204 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
218 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
220 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
238 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
240 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
242 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
244 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
277 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…