Searched refs:crop_box (Results 1 – 1 of 1) sorted by relevance
6837 crop_box; in ReadOneMNGImage() local7399 crop_box.left=mng_info->image_box.left+mng_info->x_off[object_id]; in ReadOneMNGImage()7400 crop_box.right=mng_info->image_box.right+mng_info->x_off[object_id]; in ReadOneMNGImage()7401 crop_box.top=mng_info->image_box.top+mng_info->y_off[object_id]; in ReadOneMNGImage()7402 crop_box.bottom=mng_info->image_box.bottom+mng_info->y_off[object_id]; in ReadOneMNGImage()7403 crop_box=mng_minimum_box(crop_box,mng_info->clip); in ReadOneMNGImage()7404 crop_box=mng_minimum_box(crop_box,mng_info->frame); in ReadOneMNGImage()7405 crop_box=mng_minimum_box(crop_box,mng_info->object_clip[object_id]); in ReadOneMNGImage()7406 if ((crop_box.left != (mng_info->image_box.left in ReadOneMNGImage()7408 (crop_box.right != (mng_info->image_box.right in ReadOneMNGImage()[all …]