Searched refs:tmp_w (Results 1 – 1 of 1) sorted by relevance
5177 long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; in PHP_FUNCTION() local5180 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|ll", &IM, &tmp_w, &tmp_h, &tmp_m) == FAIL… 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()5202 new_width = tmp_w; in PHP_FUNCTION()
Completed in 14 milliseconds