Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsun.c277 *sun_pixels; in ReadSUNImage() local
457 sun_pixels=(unsigned char *) AcquireQuantumMemory(pixels_length, in ReadSUNImage()
458 sizeof(*sun_pixels)); in ReadSUNImage()
459 if (sun_pixels == (unsigned char *) NULL) in ReadSUNImage()
464 ResetMagickMemory(sun_pixels,0,pixels_length*sizeof(*sun_pixels)); in ReadSUNImage()
467 status=DecodeImage(sun_data,sun_info.length,sun_pixels,pixels_length); in ReadSUNImage()
476 sun_pixels=(unsigned char *) RelinquishMagickMemory(sun_pixels); in ReadSUNImage()
479 (void) CopyMagickMemory(sun_pixels,sun_data,sun_info.length); in ReadSUNImage()
485 p=sun_pixels; in ReadSUNImage()
608 sun_pixels=(unsigned char *) RelinquishMagickMemory(sun_pixels); in ReadSUNImage()