Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1981 ping_width, in ReadOnePNGImage() local
2329 png_get_IHDR(ping,ping_info,&ping_width,&ping_height, in ReadOnePNGImage()
2394 (double) ping_width, (double) ping_height, in ReadOnePNGImage()
2923 mng_info->image_box.right=(ssize_t) ping_width; in ReadOnePNGImage()
2928 mng_info->mng_width=ping_width; in ReadOnePNGImage()
2940 image->columns=ping_width; in ReadOnePNGImage()
3068 "%d, %d",(int) ping_width, (int) ping_height); in ReadOnePNGImage()
3744 if (ping_width > 250000L || ping_height > 250000L) in ReadOnePNGImage()
3747 mng_info->ob[object_id]->width=ping_width; in ReadOnePNGImage()
7939 ping_width; in WriteOnePNGImage() local
[all …]