Searched refs:ping_pixels (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 2010 *ping_pixels; in ReadOnePNGImage() local 3155 sizeof(*ping_pixels)); in ReadOnePNGImage() 3157 pixel_info=AcquireVirtualMemory(ping_rowbytes,sizeof(*ping_pixels)); in ReadOnePNGImage() 3161 ping_pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info); in ReadOnePNGImage() 3204 png_read_row(ping,ping_pixels+row_offset,NULL); in ReadOnePNGImage() 3216 GrayQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3220 GrayAlphaQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3224 RGBAQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3228 IndexQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3232 RGBQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() [all …]
|