Home
last modified time | relevance | path

Searched refs:ping_pixels (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dpng.c2244 *ping_pixels; in ReadOnePNGImage() local
3438 sizeof(*ping_pixels)); in ReadOnePNGImage()
3440 pixel_info=AcquireVirtualMemory(ping_rowbytes,sizeof(*ping_pixels)); in ReadOnePNGImage()
3444 ping_pixels=(unsigned char *) GetVirtualMemoryBlob(pixel_info); in ReadOnePNGImage()
3487 png_read_row(ping,ping_pixels+row_offset,NULL); in ReadOnePNGImage()
3499 GrayQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage()
3503 GrayAlphaQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage()
3507 RGBAQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage()
3511 IndexQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage()
3515 RGBQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage()
[all …]