Home
last modified time | relevance | path

Searched refs:point_size (Results 1 – 5 of 5) sorted by relevance

/imagick/
H A DImagickDraw.stub.php54 public function setFontSize(float $point_size): bool {} argument
H A DImagickDraw_arginfo.h307 ZEND_ARG_TYPE_INFO(0, point_size, IS_DOUBLE, 0)
309 ZEND_ARG_INFO(0, point_size)
H A DImagick.stub.php228 public function setPointSize(float $point_size): bool {} argument
H A DImagick_arginfo.h987 ZEND_ARG_TYPE_INFO(0, point_size, IS_DOUBLE, 0)
989 ZEND_ARG_INFO(0, point_size)
H A Dimagick_class.c1862 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 54 milliseconds