Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd.c4750 zend_long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
4753 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl|ll", &IM, &tmp_w, &tmp_h, &tmp_m) == FAILURE) { in PHP_FUNCTION()
4762 if (tmp_h < 0) { in PHP_FUNCTION()
4769 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION()
4773 if (tmp_h <= 0 || tmp_h > INT_MAX || tmp_w <= 0 || tmp_w > INT_MAX) { in PHP_FUNCTION()
4778 new_height = tmp_h; in PHP_FUNCTION()

Completed in 42 milliseconds