Searched refs:p_height (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | webpimg.h | 75 int* p_height);
|
H A D | webpimg.c | 392 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.4/ext/exif/ |
H A D | exif.c | 4102 zval *p_width = 0, *p_height = 0, *p_imagetype = 0; in PHP_FUNCTION() local 4113 …if (zend_parse_parameters(arg_c TSRMLS_CC, "p|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, … in PHP_FUNCTION() 4141 zval_dtor(p_height); in PHP_FUNCTION() 4143 ZVAL_LONG(p_height, ImageInfo.Thumbnail.height); in PHP_FUNCTION()
|
Completed in 20 milliseconds