Searched refs:orientation (Results 1 – 3 of 3) sorted by relevance
167 public function setImageOrientation(int $orientation): bool {} argument
742 ZEND_ARG_TYPE_INFO(0, orientation, IS_LONG, 0)744 ZEND_ARG_INFO(0, orientation)
1227 im_long orientation; in PHP_METHOD() local1231 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 91 milliseconds