Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:t_orientation

516         uint32_t t_orientation = transform.getOrientation();
523 bool is_h_flipped = (t_orientation & NATIVE_WINDOW_TRANSFORM_FLIP_H) != 0;
524 bool is_v_flipped = (t_orientation & NATIVE_WINDOW_TRANSFORM_FLIP_V) != 0;
526 t_orientation ^= NATIVE_WINDOW_TRANSFORM_FLIP_V |
531 transform = Transform(t_orientation) * Transform(invTransform);