Searched refs:property (Results 1 – 2 of 2) sorted by relevance
10 /* Protected property */13 /* Override width property */
1355 char *pattern = "*", **properties, *property; in PHP_METHOD() local1382 property = MagickGetImageProperty(intern->magick_wand, properties[i]); in PHP_METHOD()1383 IM_add_assoc_string(return_value, properties[i], property); in PHP_METHOD()1384 IMAGICK_FREE_MAGICK_MEMORY(property); in PHP_METHOD()
Completed in 29 milliseconds