Searched refs:image_box (Results 1 – 1 of 1) sorted by relevance
700 image_box, member3181 mng_info->image_box.left=0; in ReadOnePNGImage()3182 mng_info->image_box.right=(ssize_t) ping_width; in ReadOnePNGImage()3183 mng_info->image_box.top=0; in ReadOnePNGImage()3184 mng_info->image_box.bottom=(ssize_t) ping_height; in ReadOnePNGImage()3189 mng_info->frame=mng_info->image_box; in ReadOnePNGImage()3190 mng_info->clip=mng_info->image_box; in ReadOnePNGImage()7391 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()[all …]