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

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrtransform.c172 xFixed rot_cos, rot_sin, rot_dx, rot_dy; local in function:RRTransformCompute
181 rot_cos = F ( 1); rot_sin = F ( 0);
187 rot_cos = F ( 0); rot_sin = F ( 1);
193 rot_cos = F (-1); rot_sin = F ( 0);
199 rot_cos = F ( 0); rot_sin = F (-1);
204 pixman_transform_rotate (transform, &inverse, rot_cos, rot_sin);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c168 xFixed rot_cos, rot_sin, rot_dx, rot_dy; local in function:RRTransformCompute
180 rot_sin = F(0);
190 rot_sin = F(1);
200 rot_sin = F(0);
210 rot_sin = F(~0u);
216 pixman_transform_rotate(transform, &inverse, rot_cos, rot_sin);

Completed in 3 milliseconds