Lines Matching refs:z
5391 double z; local
5397 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddd", &x, &y, &z) == FAILURE) {
5409 status = MagickSetImageBluePrimary(intern->magick_wand, x, y, z);
5627 double z; local
5634 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddd", &x, &y, &z) == FAILURE) {
5646 status = MagickSetImageGreenPrimary(intern->magick_wand, x, y, z);
5730 double z; local
5736 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddd", &x, &y, &z) == FAILURE) {
5748 status = MagickSetImageRedPrimary(intern->magick_wand, x, y, z);
5825 double z; local
5831 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ddd", &x, &y, &z) == FAILURE) {
5843 status = MagickSetImageWhitePoint(intern->magick_wand, x, y, z);
6597 double z; local
6609 status = MagickGetImageBluePrimary(intern->magick_wand, &x, &y, &z);
6623 add_assoc_double(return_value, "z", z);
7156 double z; local
7169 status = MagickGetImageGreenPrimary(intern->magick_wand, &x, &y, &z);
7183 add_assoc_double(return_value, "z", z);
7511 double z; local
7523 status = MagickGetImageRedPrimary(intern->magick_wand, &x, &y, &z);
7537 add_assoc_double(return_value, "z", z);
7735 double z; local
7747 status = MagickGetImageWhitePoint(intern->magick_wand, &x, &y, &z);
7761 add_assoc_double(return_value, "z", z);