Searched refs:matrix (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | bug47946.phpt | 27 function makeFilter($resource, $matrix, $offset = 1.0) 29 $divisor = array_sum(array_flatten($matrix)); 33 return imageconvolution($resource, $matrix, $divisor, $offset);
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gdft.c | 813 FT_Matrix matrix; local 903 matrix.xx = (FT_Fixed) (cos_a * (1 << 16)); 904 matrix.yx = (FT_Fixed) (sin_a * (1 << 16)); 905 matrix.xy = -matrix.yx; 906 matrix.yy = matrix.xx; 1066 FT_Set_Transform(face, &matrix, NULL);
|
/PHP-7.0/ |
H A D | .appveyor.yml | 36 matrix:
|
H A D | .travis.yml | 45 matrix:
|
/PHP-7.0/Zend/ |
H A D | bench.php | 292 function matrix($n) { function 413 matrix(20);
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 4481 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 4506 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION() 4514 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 19988 >0x00003B byte 0x02 (matrix) 20006 >0x00003B byte 0x02 (matrix) 20023 >0x00003B byte 0x02 (matrix) 20041 >0x00003B byte 0x02 (matrix) 20066 >0x00003B byte 0x06 (real matrix) 20067 >0x00003B byte 0x07 (complex matrix) 20099 >0x00003B byte 0x06 (real matrix) 20100 >0x00003B byte 0x07 (complex matrix) 20126 >0x000048 byte 0x06 (matrix) 20144 >0x000048 byte 0x06 (matrix) [all …]
|
Completed in 66 milliseconds