Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c198 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdAddRotation()
209 Rotation reflect = (a & RR_Reflect_All) ^ (b & RR_Reflect_All); in KdSubRotation()
H A Dkdrive.h84 #define RR_Reflect_All (RR_Reflect_X|RR_Reflect_Y) macro
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c234 if ((scrpriv->randr & RR_Rotate_0) && !(scrpriv->randr & RR_Reflect_All)) { in ephyrMapFramebuffer()
435 *rotations = RR_Rotate_All | RR_Reflect_All; in ephyrRandRGetInfo()