Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c2217 ping_width, in ReadOnePNGImage() local
2594 png_get_IHDR(ping,ping_info,&ping_width,&ping_height, in ReadOnePNGImage()
2661 (double) ping_width, (double) ping_height, in ReadOnePNGImage()
3186 mng_info->image_box.right=(ssize_t) ping_width; in ReadOnePNGImage()
3191 mng_info->mng_width=ping_width; in ReadOnePNGImage()
3203 image->columns=ping_width; in ReadOnePNGImage()
3341 "%d, %d",(int) ping_width, (int) ping_height); in ReadOnePNGImage()
4033 if (ping_width > 250000L || ping_height > 250000L) in ReadOnePNGImage()
4036 mng_info->ob[object_id]->width=ping_width; in ReadOnePNGImage()
8441 ping_width; in WriteOnePNGImage() local
[all …]