Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.h75 int* p_height);
H A Dwebpimg.c392 int* p_height) { in VPXDecode() argument
424 *p_height = y_height; in VPXDecode()
458 int* p_height) { in WebPDecode() argument
465 return VPXDecode(data, data_size, p_Y, p_U, p_V, p_width, p_height); in WebPDecode()
/PHP-5.5/ext/exif/
H A Dexif.c4138 zval *p_width = 0, *p_height = 0, *p_imagetype = 0; in PHP_FUNCTION() local
4149 …if (zend_parse_parameters(arg_c TSRMLS_CC, "p|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, … in PHP_FUNCTION()
4177 zval_dtor(p_height); in PHP_FUNCTION()
4179 ZVAL_LONG(p_height, ImageInfo.Thumbnail.height); in PHP_FUNCTION()

Completed in 22 milliseconds