Searched refs:matrix (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gdft.c | 776 FT_Matrix matrix; local 859 matrix.xx = (FT_Fixed) (cos_a * (1 << 16)); 860 matrix.yx = (FT_Fixed) (sin_a * (1 << 16)); 861 matrix.xy = -matrix.yx; 862 matrix.yy = matrix.xx; 1031 FT_Set_Transform(face, &matrix, NULL);
|
/PHP-5.3/Zend/ |
H A D | bench.php | 293 function matrix($n) { function 414 matrix(20);
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 4989 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 5014 matrix[i][j] = Z_DVAL_PP(var2); in PHP_FUNCTION() 5022 res = gdImageConvolution(im_src, matrix, div, offset); in PHP_FUNCTION()
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 14819 >0x00003B byte 0x02 (matrix) 14837 >0x00003B byte 0x02 (matrix) 14854 >0x00003B byte 0x02 (matrix) 14872 >0x00003B byte 0x02 (matrix) 14897 >0x00003B byte 0x06 (real matrix) 14898 >0x00003B byte 0x07 (complex matrix) 14930 >0x00003B byte 0x06 (real matrix) 14931 >0x00003B byte 0x07 (complex matrix) 14957 >0x000048 byte 0x06 (matrix) 14975 >0x000048 byte 0x06 (matrix) [all …]
|
/PHP-5.3/ |
H A D | NEWS | 6012 matrix convolution to an image. (Pierre)
|
Completed in 95 milliseconds