Searched refs:max_h (Results 1 – 4 of 4) sorted by relevance
82 T min_h = min_w, max_h = max_w; in get_bounding_rect() local89 max_h = std::max<T>(src.at(i).y, max_h); in get_bounding_rect()92 return Rect((int)min_w, (int)min_h, (int)max_w-(int)min_w + 1, (int)max_h-(int)min_h + 1); in get_bounding_rect()
145 int max_h = std::max(baseline.h(), actual.h()); in CountImageSizeMismatchAsPixelDifference() local149 *pixels_different += (max_h - h) * max_w; in CountImageSizeMismatchAsPixelDifference()
209 const unsigned max_h = 1024; in nv04_surface_copy_swizzle() local211 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle()
448 int max_h = (int)image->comps[0].h; in color_apply_icc_profile() local490 max = max_w * max_h; in color_apply_icc_profile()515 max = max_w * max_h; in color_apply_icc_profile()541 max = max_w * max_h; in color_apply_icc_profile()