HomeSort by relevance Sort by last modified time
    Searched full:t_orientation (Results 1 - 1 of 1) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.cpp 431 uint32_t t_orientation = transform.getOrientation(); local
438 bool is_h_flipped = (t_orientation & NATIVE_WINDOW_TRANSFORM_FLIP_H) != 0;
439 bool is_v_flipped = (t_orientation & NATIVE_WINDOW_TRANSFORM_FLIP_V) != 0;
441 t_orientation ^= NATIVE_WINDOW_TRANSFORM_FLIP_V |
446 transform = Transform(t_orientation) * Transform(invTransform);
    [all...]

Completed in 765 milliseconds