Searched defs:crop_box (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Dpng.c6446 crop_box;
6991 crop_box.left=mng_info->image_box.left+mng_info->x_off[object_id];
6992 crop_box.right=mng_info->image_box.right+mng_info->x_off[object_id];
6993 crop_box.top=mng_info->image_box.top+mng_info->y_off[object_id];
6994 crop_box.bottom=mng_info->image_box.bottom+mng_info->y_off[object_id];
6995 crop_box=mng_minimum_box(crop_box,mng_info->clip);
6996 crop_box=mng_minimum_box(crop_box,mng_info->frame);
6997 crop_box
6439 crop_box; local
[all...]

Completed in 267 milliseconds