Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 3 of 3) sorted by relevance

/imagick/
H A DImagick.stub.php167 public function setImageOrientation(int $orientation): bool {} argument
H A DImagick_arginfo.h742 ZEND_ARG_TYPE_INFO(0, orientation, IS_LONG, 0)
744 ZEND_ARG_INFO(0, orientation)
H A Dimagick_class.c1227 im_long orientation; in PHP_METHOD() local
1231 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &orientation) == FAILURE) { in PHP_METHOD()
1239 status = MagickSetImageOrientation(intern->magick_wand, orientation); in PHP_METHOD()

Completed in 41 milliseconds