Searched refs:storage (Results 1 – 2 of 2) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 2378 im_long storage, num_elements; in PHP_METHOD() local 2385 …M_ARGS() TSRMLS_CC, "llllsla", &x, &y, &width, &height, &map, &map_len, &storage, &pixels) == FAIL… in PHP_METHOD() 2415 switch (storage) { in PHP_METHOD() 2419 storage = DoublePixel; in PHP_METHOD() 2425 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, double_ar… in PHP_METHOD() 2435 storage = LongPixel; in PHP_METHOD() 2441 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, long_arra… in PHP_METHOD() 2451 …status = MagickImportImagePixels(intern->magick_wand, x, y, width, height, map, storage, char_arra… in PHP_METHOD() 2639 im_long x, y, width, height, storage; in PHP_METHOD() local 2660 …ND_NUM_ARGS() TSRMLS_CC, "llllsl", &x, &y, &width, &height, &map, &map_len, &storage) == FAILURE) { in PHP_METHOD() [all …]
|
H A D | ChangeLog | 247 * Imagick::exportImagePixels works for all storage types
|
Completed in 38 milliseconds