Home | History | Annotate | Download | only in coders

Lines Matching full:pcx_packets

254     pcx_packets;
397 pcx_packets=(size_t) image->rows*pcx_info.bytes_per_line;
398 if (HeapOverflowSanityCheck(pcx_packets, (size_t)pcx_info.planes) != MagickFalse)
400 pcx_packets=(size_t) pcx_packets*pcx_info.planes;
402 (pcx_packets*8U))
406 pixel_info=AcquireVirtualMemory(pcx_packets,2*sizeof(*pixels));
422 while (pcx_packets != 0)
428 pcx_packets--;
431 while (pcx_packets != 0)
439 pcx_packets--;
449 pcx_packets--;
450 if (pcx_packets == 0)