HomeSort by relevance Sort by last modified time
    Searched full:pcx_packets (Results 1 - 1 of 1) sorted by null

  /external/ImageMagick/coders/
pcx.c 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
248 pcx_packets; local
    [all...]

Completed in 202 milliseconds