Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrtransform.c168 xFixed rot_cos, rot_sin, rot_dx, rot_dy; in RRTransformCompute() local
180 rot_sin = F(0); in RRTransformCompute()
190 rot_sin = F(1); in RRTransformCompute()
200 rot_sin = F(0); in RRTransformCompute()
210 rot_sin = F(~0u); in RRTransformCompute()
216 pixman_transform_rotate(transform, &inverse, rot_cos, rot_sin); in RRTransformCompute()