Searched refs:short_array (Results 1 – 1 of 1) sorted by relevance
2646 unsigned short *short_array; in PHP_METHOD() local2715 short_array = emalloc(map_size * sizeof(unsigned short)); in PHP_METHOD()2716 …kExportImagePixels(intern->magick_wand, x, y, width, height, map, ShortPixel, (void *)short_array); in PHP_METHOD()2721 add_next_index_long(return_value, short_array[i]); in PHP_METHOD()2723 efree(short_array); in PHP_METHOD()
Completed in 29 milliseconds