Searched refs:height_max (Results 1 – 3 of 3) sorted by relevance
151 const int64 height_max = input_size[1] - 1; in Compute() local160 height_end = std::min(height_end, height_max); in Compute()282 const int64 height_max = input_size[1] - 1; in Compute() local291 height_end = std::min(height_end, height_max); in Compute()
661 png_set_user_limits(png_ptr, width_max, height_max);675 height_max = png_get_user_height_max(png_ptr);
1472 Fixed wrong cast of returns from png_get_user_width|height_max().