Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dgdft.c778 FT_Matrix matrix; local
861 matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
862 matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
863 matrix.xy = -matrix.yx;
864 matrix.yy = matrix.xx;
1033 FT_Set_Transform(face, &matrix, NULL);
/PHP-5.4/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/PHP-5.4/ext/gd/
H A Dgd.c5023 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local
5048 matrix[i][j] = Z_DVAL_PP(var2); in PHP_FUNCTION()
5056 res = gdImageConvolution(im_src, matrix, div, offset); in PHP_FUNCTION()
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic17344 >0x00003B byte 0x02 (matrix)
17362 >0x00003B byte 0x02 (matrix)
17379 >0x00003B byte 0x02 (matrix)
17397 >0x00003B byte 0x02 (matrix)
17422 >0x00003B byte 0x06 (real matrix)
17423 >0x00003B byte 0x07 (complex matrix)
17455 >0x00003B byte 0x06 (real matrix)
17456 >0x00003B byte 0x07 (complex matrix)
17482 >0x000048 byte 0x06 (matrix)
17500 >0x000048 byte 0x06 (matrix)
[all …]
/PHP-5.4/
H A DNEWS7873 matrix convolution to an image. (Pierre)

Completed in 74 milliseconds