Lines Matching full:rotation
59 /* Enum for Rotation
60 * DSS understands rotation in 0, 1, 2, 3 context
70 /* Enum for choosing rotation type for vout
71 * DSS2 doesn't understand no rotation as an
73 * rotation in the case where VRFB is not built in
154 enum dss_rotation rotation; member
182 * Return true if rotation is 90 or 270
186 return (vout->rotation == dss_rotation_90_degree || in is_rotation_90_or_270()
187 vout->rotation == dss_rotation_270_degree); in is_rotation_90_or_270()
191 * Return true if rotation is enabled
195 return vout->rotation || vout->mirror; in is_rotation_enabled()
199 * Reverse the rotation degree if mirroring is enabled
204 return vout->rotation; in calc_rotation()
206 switch (vout->rotation) { in calc_rotation()