Searched refs:z_best_match_offset (Results 1 – 1 of 1) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 12543 zval *z_best_match_offset = NULL; local 12562 …() TSRMLS_CC, param_string, &reference_obj, php_imagick_sc_entry, &z_best_match_offset, &z_similar… 12588 if (z_best_match_offset) { 12589 array_init(z_best_match_offset); 12590 add_assoc_long(z_best_match_offset, "x", best_match_offset.x); 12591 add_assoc_long(z_best_match_offset, "y", best_match_offset.y); 12592 add_assoc_long(z_best_match_offset, "width", best_match_offset.width); 12593 add_assoc_long(z_best_match_offset, "height", best_match_offset.height);
|
Completed in 40 milliseconds