Home
last modified time | relevance | path

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

/imagick/
H A Dimagickpixel_class.c40 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) { in PHP_METHOD()
68 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) { in PHP_METHOD()
93 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) { in PHP_METHOD()
174 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) { in PHP_METHOD()
239 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) { in PHP_METHOD()
268 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) {
334 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) {
361 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) {
389 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) {
449 if (php_imagickpixel_ensure_not_null(internp->pixel_wand) == 0) {
[all …]
H A Dphp_imagick_helpers.h64 zend_bool php_imagickpixel_ensure_not_null(PixelWand *pixel_wand);
H A Dimagick_helpers.c957 zend_bool php_imagickpixel_ensure_not_null(PixelWand *pixel_wand) in php_imagickpixel_ensure_not_null() function

Completed in 13 milliseconds