Searched refs:crop_box (Results 1 – 2 of 2) sorted by relevance
118 crop_box = self._crop_box or (0, 0, self._width, self._height)119 return _BitmapTools((self._bpp, self._width, self._height) + crop_box,
6439 crop_box; in ReadMNGImage() local6984 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 …]