Searched refs:compress_pixels (Results 1 – 3 of 3) sorted by relevance
484 unsigned char *compress_pixels) in PCLDeltaCompressImage() argument498 q=compress_pixels; in PCLDeltaCompressImage()550 return((size_t) (q-compress_pixels)); in PCLDeltaCompressImage()554 const unsigned char *pixels,unsigned char *compress_pixels) in PCLPackbitsCompressImage() argument574 q=compress_pixels; in PCLPackbitsCompressImage()651 return((size_t) (q-compress_pixels)); in PCLPackbitsCompressImage()690 *compress_pixels, in WritePCLImage() local797 compress_pixels=(unsigned char *) NULL; in WritePCLImage()813 compress_pixels=(unsigned char *) AcquireQuantumMemory(length+256, in WritePCLImage()814 sizeof(*compress_pixels)); in WritePCLImage()[all …]
433 if (compress_pixels != (unsigned char *) NULL) \ in ReadMIFFImage()434 compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); \ in ReadMIFFImage()504 *compress_pixels, in ReadMIFFImage() local542 compress_pixels=(unsigned char *) NULL; in ReadMIFFImage()1341 compress_pixels=(unsigned char *) AcquireQuantumMemory(compress_extent, in ReadMIFFImage()1342 sizeof(*compress_pixels)); in ReadMIFFImage()1343 if (compress_pixels == (unsigned char *) NULL) in ReadMIFFImage()1466 bzip_info.next_in=(char *) compress_pixels; in ReadMIFFImage()1507 lzma_info.next_in=compress_pixels; in ReadMIFFImage()1547 zip_info.next_in=compress_pixels; in ReadMIFFImage()[all …]
1249 *compress_pixels; in ZLIBEncodeImage() local1259 compress_pixels=(unsigned char *) AcquireQuantumMemory(compress_packets, in ZLIBEncodeImage()1260 sizeof(*compress_pixels)); in ZLIBEncodeImage()1261 if (compress_pixels == (unsigned char *) NULL) in ZLIBEncodeImage()1266 stream.next_out=compress_pixels; in ZLIBEncodeImage()1285 (void) WriteBlobByte(image,compress_pixels[i]); in ZLIBEncodeImage()1286 compress_pixels=(unsigned char *) RelinquishMagickMemory(compress_pixels); in ZLIBEncodeImage()