Lines Matching refs:index
711 const im_long index; in PHP_METHOD() local
716 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) { in PHP_METHOD()
721 status = MagickSetIteratorIndex(intern->magick_wand, index); in PHP_METHOD()
5497 long index; local
5503 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz", &index, ¶m) == FAILURE) {
5515 status = MagickSetImageColormapColor(intern->magick_wand, index, color_wand);
6917 im_long index; local
6919 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) {
6928 status = MagickGetImageColormapColor(intern->magick_wand, index , tmp_wand);
8273 im_long index; local
8282 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &index) == FAILURE) {
8289 status = MagickSetIteratorIndex(intern->magick_wand, index);
8291 status = MagickSetImageIndex(intern->magick_wand, index);