Searched refs:yz (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftcalc.c | 755 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local 765 yz = ADD_LONG( FT_MulDiv( vector->x, matrix->yx, val ), in FT_Vector_Transform_Scaled() 769 vector->y = yz; in FT_Vector_Transform_Scaled()
|
H A D | ftoutln.c | 691 FT_Pos xz, yz; in FT_Vector_Transform() local 700 yz = FT_MulFix( vector->x, matrix->yx ) + in FT_Vector_Transform() 704 vector->y = yz; in FT_Vector_Transform()
|
/reactos/dll/opengl/mesa/ |
H A D | matrix.c | 819 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c; in gl_rotation_matrix() local 895 yz = y * z; in gl_rotation_matrix() 909 M(1,2) = (one_c * yz) - xs; in gl_rotation_matrix() 913 M(2,1) = (one_c * yz) + xs; in gl_rotation_matrix()
|