Searched refs:matrix (Results 1 – 6 of 6) sorted by relevance
/PHP-5.5/ext/gd/libgd/ |
H A D | gdft.c | 778 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.5/ |
H A D | .travis.yml | 36 matrix:
|
H A D | NEWS | 9062 matrix convolution to an image. (Pierre)
|
/PHP-5.5/Zend/ |
H A D | bench.php | 292 function matrix($n) { function 413 matrix(20);
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 4858 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local 4886 matrix[i][j] = (float)Z_DVAL(dval); in PHP_FUNCTION() 4888 matrix[i][j] = (float)Z_DVAL_PP(var2); in PHP_FUNCTION() 4897 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
/PHP-5.5/ext/fileinfo/tests/ |
H A D | magic | 17344 >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 …]
|
Completed in 85 milliseconds