Searched refs:compressed_pixels (Results 1 – 4 of 4) sorted by relevance
142 static MagickBooleanType DecodeImage(const unsigned char *compressed_pixels, in DecodeImage() argument158 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()
2755 *compressed_pixels; in WritePSDChannel() local2760 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 …]
342 const unsigned char *pixels,unsigned char *compressed_pixels) in EncodeImage() argument365 assert(compressed_pixels != (unsigned char *) NULL); in EncodeImage()367 q=compressed_pixels; in EncodeImage()396 return((size_t) (q-compressed_pixels)); in EncodeImage()
381 const unsigned char *pixels,unsigned char *compressed_pixels) in EncodeImage() argument407 assert(compressed_pixels != (unsigned char *) NULL); in EncodeImage()409 q=compressed_pixels; in EncodeImage()440 return((size_t) (q-compressed_pixels)); in EncodeImage()