Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1554 static MngBox mng_minimum_box(MngBox box1,MngBox box2) in mng_minimum_box() function
5648 mng_info->clip=mng_minimum_box(fb,mng_info->frame); in ReadMNGImage()
6988 crop_box=mng_minimum_box(crop_box,mng_info->clip); in ReadMNGImage()
6989 crop_box=mng_minimum_box(crop_box,mng_info->frame); in ReadMNGImage()
6990 crop_box=mng_minimum_box(crop_box,mng_info->object_clip[object_id]); in ReadMNGImage()