Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dbug79067.phpt9 $matrix = [1, 1, 1, 1, 1, 1];
11 var_dump(imageaffine($src, $matrix));
H A Dbug47946.phpt25 function makeFilter($resource, $matrix, $offset = 1.0)
27 $divisor = array_sum(array_flatten($matrix));
31 return imageconvolution($resource, $matrix, $divisor, $offset);
/PHP-7.4/
H A D.appveyor.yml37 matrix:
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c820 FT_Matrix matrix; local
910 matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
911 matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
912 matrix.xy = -matrix.yx;
913 matrix.yy = matrix.xx;
1073 FT_Set_Transform(face, &matrix, NULL);
/PHP-7.4/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/PHP-7.4/ext/gd/
H A Dgd.c4645 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local
4670 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
4678 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます27346 >0x00003B byte 0x02 (matrix)
27364 >0x00003B byte 0x02 (matrix)
27381 >0x00003B byte 0x02 (matrix)
27399 >0x00003B byte 0x02 (matrix)
27424 >0x00003B byte 0x06 (real matrix)
27425 >0x00003B byte 0x07 (complex matrix)
27457 >0x00003B byte 0x06 (real matrix)
27458 >0x00003B byte 0x07 (complex matrix)
27484 >0x000048 byte 0x06 (matrix)
27502 >0x000048 byte 0x06 (matrix)
[all …]
H A Dmagic27346 >0x00003B byte 0x02 (matrix)
27364 >0x00003B byte 0x02 (matrix)
27381 >0x00003B byte 0x02 (matrix)
27399 >0x00003B byte 0x02 (matrix)
27424 >0x00003B byte 0x06 (real matrix)
27425 >0x00003B byte 0x07 (complex matrix)
27457 >0x00003B byte 0x06 (real matrix)
27458 >0x00003B byte 0x07 (complex matrix)
27484 >0x000048 byte 0x06 (matrix)
27502 >0x000048 byte 0x06 (matrix)
[all …]

Completed in 152 milliseconds