Home
last modified time | relevance | path

Searched refs:map (Results 1 – 6 of 6) sorted by relevance

/imagick/
H A Dphp_imagick_helpers.h43 zend_bool php_imagick_validate_map(const char *map TSRMLS_DC);
H A DImagick.stub.php314 * @param string $map
324 string $map, argument
365 * @param string $map e.g. "RGB"
374 string $map, argument
980 public function mapImage(imagick $map, bool $dither): bool {} argument
H A Dimagick_class.c847 char *map; in PHP_METHOD() local
853 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &map, &map_len, &channel) == FAILURE) { in PHP_METHOD()
861 status = MagickOrderedPosterizeImageChannel(intern->magick_wand, channel, map); in PHP_METHOD()
2381 char *map; in PHP_METHOD() local
2409 if (!php_imagick_validate_map(map TSRMLS_CC)) { in PHP_METHOD()
2425 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, double_ar… in PHP_METHOD()
2441 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, long_arra… in PHP_METHOD()
2451 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, char_arra… in PHP_METHOD()
2640 char *map; in PHP_METHOD() local
2674 if (!php_imagick_validate_map(map TSRMLS_CC)) { in PHP_METHOD()
[all …]
H A Dimagick_helpers.c257 zend_bool php_imagick_validate_map(const char *map TSRMLS_DC) in php_imagick_validate_map()
260 const char *p = map; in php_imagick_validate_map()
H A DImagick_arginfo.h1319 ZEND_ARG_TYPE_INFO(0, map, IS_STRING, 0)
1321 ZEND_ARG_INFO(0, map)
1496 ZEND_ARG_TYPE_INFO(0, map, IS_STRING, 0)
1498 ZEND_ARG_INFO(0, map)
4001 ZEND_ARG_OBJ_INFO(0, map, imagick, 0)
/imagick/tests/
H A D014-setresourcelimit.phpt31 …// Set maximum amount of memory map in bytes to allocate for the pixel cache. When this limit is e…

Completed in 98 milliseconds