Searched refs:f_rot_sin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.c170 double f_rot_cos, f_rot_sin, f_rot_dx, f_rot_dy; local in function:RRTransformCompute
179 f_rot_cos = 1; f_rot_sin = 0;
185 f_rot_cos = 0; f_rot_sin = 1;
191 f_rot_cos = -1; f_rot_sin = 0;
197 f_rot_cos = 0; f_rot_sin = -1;
206 pixman_f_transform_rotate (f_transform, f_inverse, f_rot_cos, f_rot_sin);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c166 double f_rot_cos, f_rot_sin, f_rot_dx, f_rot_dy; local in function:RRTransformCompute
176 f_rot_sin = 0;
186 f_rot_sin = 1;
196 f_rot_sin = 0;
206 f_rot_sin = -1;
218 pixman_f_transform_rotate(f_transform, f_inverse, f_rot_cos, f_rot_sin);

Completed in 5 milliseconds