Searched refs:f_rot_dx (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
180 f_rot_dx = 0; f_rot_dy = 0;
186 f_rot_dx = height; f_rot_dy = 0;
192 f_rot_dx = width; f_rot_dy = height;
198 f_rot_dx = 0; f_rot_dy = width;
207 pixman_f_transform_translate (f_transform, f_inverse, f_rot_dx, f_rot_dy);
/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
177 f_rot_dx = 0;
187 f_rot_dx = height;
197 f_rot_dx = width;
207 f_rot_dx = 0;
219 pixman_f_transform_translate(f_transform, f_inverse, f_rot_dx,

Completed in 3 milliseconds