Home
last modified time | relevance | path

Searched refs:img (Results 26 – 33 of 33) sorted by relevance

12

/PHP-5.6/ext/gd/tests/
H A Dbug72730.phpt9 $img = imagecreatetruecolor(1, 1);
10 imagegammacorrect($img, -1, 1337);
H A Dbug72697.phpt11 $img=imagecreatetruecolor(10, 10);
12 imagetruecolortopalette($img, false, PHP_INT_MAX / 8);
H A Dbug39286.phpt9 $img =imagecreatefromgd2part("foo.png",0, 100, 0, 100);
/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.c414 if (img) { in VPXDecode()
415 int y_width = img->d_w; in VPXDecode()
416 int y_height = img->d_h; in VPXDecode()
432 img->planes[0] + y * img->stride[0], in VPXDecode()
437 img->planes[1] + y * img->stride[1], in VPXDecode()
440 img->planes[2] + y * img->stride[2], in VPXDecode()
673 vpx_image_t img; in VPXEncode() local
709 vpx_img_wrap(&img, VPX_IMG_FMT_I420, in VPXEncode()
714 img.stride[VPX_PLANE_Y] = y_stride; in VPXEncode()
715 img.stride[VPX_PLANE_U] = uv_stride; in VPXEncode()
[all …]
/PHP-5.6/ext/tidy/tests/
H A D032.phpt11 $buffer = '<img src="file.png" /><php>';
H A D033.phpt11 $buffer = '<img src="file.png" /><php>';
H A D034.phpt11 $buffer = '<img src="file.png" /><php>';
/PHP-5.6/ext/gd/
H A Dgd.c4165 zval *img, *fnt; in PHP_FUNCTION() local
4183 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsrlllll|lldl", &img, &str, &str_len, &fnt, … in PHP_FUNCTION()
4192 ZEND_FETCH_RESOURCE(bg_img, gdImagePtr, &img, -1, "Image", le_gd); in PHP_FUNCTION()

Completed in 26 milliseconds

12