Searched refs:matrix (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gdft.c | 814 FT_Matrix matrix; local 904 matrix.xx = (FT_Fixed) (cos_a * (1 << 16)); 905 matrix.yx = (FT_Fixed) (sin_a * (1 << 16)); 906 matrix.xy = -matrix.yx; 907 matrix.yy = matrix.xx; 1067 FT_Set_Transform(face, &matrix, NULL);
|
/PHP-5.6/ |
H A D | .travis.yml | 42 matrix:
|
H A D | NEWS | 10640 matrix convolution to an image. (Pierre)
|
/PHP-5.6/Zend/ |
H A D | bench.php | 292 function matrix($n) { function 413 matrix(20);
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 4928 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 4956 matrix[i][j] = (float)Z_DVAL(dval); in PHP_FUNCTION() 4958 matrix[i][j] = (float)Z_DVAL_PP(var2); in PHP_FUNCTION() 4967 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 18490 >0x00003B byte 0x02 (matrix) 18508 >0x00003B byte 0x02 (matrix) 18525 >0x00003B byte 0x02 (matrix) 18543 >0x00003B byte 0x02 (matrix) 18568 >0x00003B byte 0x06 (real matrix) 18569 >0x00003B byte 0x07 (complex matrix) 18601 >0x00003B byte 0x06 (real matrix) 18602 >0x00003B byte 0x07 (complex matrix) 18628 >0x000048 byte 0x06 (matrix) 18646 >0x000048 byte 0x06 (matrix) [all …]
|
Completed in 100 milliseconds