Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c692 image_box, member
2922 mng_info->image_box.left=0; in ReadOnePNGImage()
2923 mng_info->image_box.right=(ssize_t) ping_width; in ReadOnePNGImage()
2924 mng_info->image_box.top=0; in ReadOnePNGImage()
2925 mng_info->image_box.bottom=(ssize_t) ping_height; in ReadOnePNGImage()
2930 mng_info->frame=mng_info->image_box; in ReadOnePNGImage()
2931 mng_info->clip=mng_info->image_box; in ReadOnePNGImage()
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()
[all …]