Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c5177 long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
5180 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|ll", &IM, &tmp_w, &tmp_h, &tmp_m) == FAIL… in PHP_FUNCTION()
5187 if (tmp_h < 0) { in PHP_FUNCTION()
5194 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION()
5198 if (tmp_h <= 0 || tmp_w <= 0) { in PHP_FUNCTION()
5203 new_height = tmp_h; in PHP_FUNCTION()

Completed in 24 milliseconds