Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c5107 long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
5110 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|ll", &IM, &tmp_w, &tmp_h, &tmp_m) == FAIL… in PHP_FUNCTION()
5117 if (tmp_h < 0) { in PHP_FUNCTION()
5124 tmp_h = tmp_w * src_y / src_x; in PHP_FUNCTION()
5129 new_height = tmp_h; in PHP_FUNCTION()

Completed in 15 milliseconds