Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dsun.c142 static MagickBooleanType DecodeImage(const unsigned char *compressed_pixels, in DecodeImage() argument
158 assert(compressed_pixels != (unsigned char *) NULL); in DecodeImage()
160 p=compressed_pixels; in DecodeImage()
162 while (((size_t) (p-compressed_pixels) < length) && in DecodeImage()
173 if (((size_t) (p-compressed_pixels) >= length)) in DecodeImage()
178 if (((size_t) (p-compressed_pixels) >= length)) in DecodeImage()
Dpsd.c2755 *compressed_pixels; in WritePSDChannel() local
2760 compressed_pixels=(unsigned char *) NULL; in WritePSDChannel()
2780 compressed_pixels=(unsigned char *) AcquireQuantumMemory(CHUNK, in WritePSDChannel()
2781 sizeof(*compressed_pixels)); in WritePSDChannel()
2782 if (compressed_pixels == (unsigned char *) NULL) in WritePSDChannel()
2795 compressed_pixels=(unsigned char *) RelinquishMagickMemory( in WritePSDChannel()
2796 compressed_pixels); in WritePSDChannel()
2827 stream.next_out=(Bytef *) compressed_pixels; in WritePSDChannel()
2832 count+=WriteBlob(image,length,compressed_pixels); in WritePSDChannel()
2843 compressed_pixels=(unsigned char *) RelinquishMagickMemory( in WritePSDChannel()
[all …]
Ddib.c342 const unsigned char *pixels,unsigned char *compressed_pixels) in EncodeImage() argument
365 assert(compressed_pixels != (unsigned char *) NULL); in EncodeImage()
367 q=compressed_pixels; in EncodeImage()
396 return((size_t) (q-compressed_pixels)); in EncodeImage()
Dbmp.c381 const unsigned char *pixels,unsigned char *compressed_pixels) in EncodeImage() argument
407 assert(compressed_pixels != (unsigned char *) NULL); in EncodeImage()
409 q=compressed_pixels; in EncodeImage()
440 return((size_t) (q-compressed_pixels)); in EncodeImage()