Home | History | Annotate | Download | only in src

Lines Matching refs:cropped_width

818   int cropped_width = 0, cropped_height = 0;
823 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) /
827 cropped_width = p_thumb_dim->src_dim.width;
828 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) /
831 p_thumb_dim->crop.left = floor(p_thumb_dim->src_dim.width - cropped_width)/2;
833 p_thumb_dim->crop.width = cropped_width;