Searched refs:rot_dy (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
182 rot_dx = F ( 0); rot_dy = F ( 0);
188 rot_dx = F ( height); rot_dy = F (0);
194 rot_dx = F (width); rot_dy = F ( height);
200 rot_dx = F ( 0); rot_dy = F ( width);
205 pixman_transform_translate (transform, &inverse, rot_dx, rot_dy);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrtransform.c168 xFixed rot_cos, rot_sin, rot_dx, rot_dy; local in function:RRTransformCompute
182 rot_dy = F(0);
192 rot_dy = F(0);
202 rot_dy = F(height);
212 rot_dy = F(width);
217 pixman_transform_translate(transform, &inverse, rot_dx, rot_dy);

Completed in 2 milliseconds