Searched refs:point_size (Results 1 – 5 of 5) sorted by relevance
/imagick/ |
H A D | ImagickDraw.stub.php | 54 public function setFontSize(float $point_size): bool {} argument
|
H A D | ImagickDraw_arginfo.h | 307 ZEND_ARG_TYPE_INFO(0, point_size, IS_DOUBLE, 0) 309 ZEND_ARG_INFO(0, point_size)
|
H A D | Imagick.stub.php | 228 public function setPointSize(float $point_size): bool {} argument
|
H A D | Imagick_arginfo.h | 987 ZEND_ARG_TYPE_INFO(0, point_size, IS_DOUBLE, 0) 989 ZEND_ARG_INFO(0, point_size)
|
H A D | imagick_class.c | 1862 double point_size; in PHP_METHOD() local 1866 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &point_size) == FAILURE) { in PHP_METHOD() 1871 status = MagickSetPointsize(intern->magick_wand, point_size); in PHP_METHOD()
|
Completed in 57 milliseconds