Searched refs:crop_box (Results 1 – 1 of 1) sorted by relevance
6834 crop_box; in ReadOneMNGImage() local7391 crop_box.left=mng_info->image_box.left+mng_info->x_off[object_id]; in ReadOneMNGImage()7392 crop_box.right=mng_info->image_box.right+mng_info->x_off[object_id]; in ReadOneMNGImage()7393 crop_box.top=mng_info->image_box.top+mng_info->y_off[object_id]; in ReadOneMNGImage()7394 crop_box.bottom=mng_info->image_box.bottom+mng_info->y_off[object_id]; in ReadOneMNGImage()7395 crop_box=mng_minimum_box(crop_box,mng_info->clip); in ReadOneMNGImage()7396 crop_box=mng_minimum_box(crop_box,mng_info->frame); in ReadOneMNGImage()7397 crop_box=mng_minimum_box(crop_box,mng_info->object_clip[object_id]); in ReadOneMNGImage()7398 if ((crop_box.left != (mng_info->image_box.left in ReadOneMNGImage()7400 (crop_box.right != (mng_info->image_box.right in ReadOneMNGImage()[all …]