matrix           4428 ext/gd/gd.c    	float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}};
matrix           4453 ext/gd/gd.c    					matrix[i][j] = (float) zval_get_double(var2);
matrix           4461 ext/gd/gd.c    	res = gdImageConvolution(im_src, matrix, (float)div, (float)offset);
matrix            811 ext/gd/libgd/gdft.c 	FT_Matrix matrix;
matrix            903 ext/gd/libgd/gdft.c 	matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
matrix            904 ext/gd/libgd/gdft.c 	matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
matrix            905 ext/gd/libgd/gdft.c 	matrix.xy = -matrix.yx;
matrix            906 ext/gd/libgd/gdft.c 	matrix.yy = matrix.xx;
matrix           1069 ext/gd/libgd/gdft.c 		FT_Set_Transform(face, &matrix, NULL);