Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c671 zend_long x_size, y_size; in PHP_FUNCTION() local
675 Z_PARAM_LONG(x_size) in PHP_FUNCTION()
679 if (x_size <= 0 || x_size >= INT_MAX) { in PHP_FUNCTION()
689 im = gdImageCreateTrueColor(x_size, y_size); in PHP_FUNCTION()
1299 zend_long x_size, y_size; in PHP_FUNCTION() local
1303 Z_PARAM_LONG(x_size) in PHP_FUNCTION()
1307 if (x_size <= 0 || x_size >= INT_MAX) { in PHP_FUNCTION()
1317 im = gdImageCreate(x_size, y_size); in PHP_FUNCTION()

Completed in 12 milliseconds