Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c6439 crop_box; in ReadMNGImage() local
6984 crop_box.left=mng_info->image_box.left+mng_info->x_off[object_id]; in ReadMNGImage()
6985 crop_box.right=mng_info->image_box.right+mng_info->x_off[object_id]; in ReadMNGImage()
6986 crop_box.top=mng_info->image_box.top+mng_info->y_off[object_id]; in ReadMNGImage()
6987 crop_box.bottom=mng_info->image_box.bottom+mng_info->y_off[object_id]; 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()
6991 if ((crop_box.left != (mng_info->image_box.left in ReadMNGImage()
6993 (crop_box.right != (mng_info->image_box.right in ReadMNGImage()
[all …]