Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgdft.c814 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.yml42 matrix:
H A DNEWS10640 matrix convolution to an image. (Pierre)
/PHP-5.6/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/PHP-5.6/ext/gd/
H A Dgd.c4928 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 Dmagic18490 >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 119 milliseconds