Lines Matching refs:width

358 	ZEND_ARG_INFO(0, width)
1471 * byte 8-11: (int) pixel width of each character
1475 * (nchars*width*height) bytes.
2396 long srcx, srcy, width, height;
2403 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) {
2406 if (width < 1 || height < 1) {
2407 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Zero width or height not allowed");
2449 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height);
2466 im = (*func_p)(fp, srcx, srcy, width, height);
2584 /* {{{ proto resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)
3515 Get font width */
3777 Get image width */
4167 long _fg, _bg, x, y, size, space = 0, aa_steps = 4, width = 0;
4183 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrlllll|lldl", &img, &str, &str_len, &fnt, &size, &_fg, &_bg, &x, &y, &space, &width, &angle, &aa_steps) == FAILURE) {
4244 if (width) {
4258 add_width = (int) (amount_kern + width) / extend;
4485 long height, width, threshold;
4500 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) {
4507 dest_width = width;
5035 Crop an image using the given coordinates and size, x, y, width and height. */
5081 if (zend_hash_find(HASH_OF(z_rect), "width", sizeof("width"), (void **)&tmp) != FAILURE) {
5087 rect.width = Z_LVAL(lval);
5089 rect.width = Z_LVAL_PP(tmp);
5092 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing width");
5170 Scale an image using the given new width and height. */
5303 if (zend_hash_find(HASH_OF(z_rect), "width", sizeof("width"), (void **)&tmp) != FAILURE) {
5309 rect.width = Z_LVAL(lval);
5311 rect.width = Z_LVAL_PP(tmp);
5314 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Missing width");
5336 rect.width = gdImageSX(src);
5560 * tab-width: 4