HomeSort by relevance Sort by last modified time
    Searched defs:extOrientation (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 465 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
491 eTransform extorient = static_cast<eTransform>(extOrientation);
495 if(extOrientation & HAL_TRANSFORM_ROT_90) {
523 if ((extOrientation & HWC_TRANSFORM_ROT_90) &&
667 int extOrientation = 0;
672 extOrientation = HWC_TRANSFORM_ROT_270;
674 extOrientation = 0;
676 extOrientation = HWC_TRANSFORM_ROT_90;
678 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H;
680 return extOrientation;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 452 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
478 eTransform extorient = static_cast<eTransform>(extOrientation);
482 if(extOrientation & HAL_TRANSFORM_ROT_90) {
510 if ((extOrientation & HWC_TRANSFORM_ROT_90) &&
654 int extOrientation = 0;
659 extOrientation = HWC_TRANSFORM_ROT_270;
661 extOrientation = 0;
663 extOrientation = HWC_TRANSFORM_ROT_90;
665 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H;
667 return extOrientation;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 601 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
627 eTransform extorient = static_cast<eTransform>(extOrientation);
631 if(extOrientation & HAL_TRANSFORM_ROT_90) {
659 if ((extOrientation & HWC_TRANSFORM_ROT_90) &&
817 int extOrientation = 0;
822 extOrientation = HWC_TRANSFORM_ROT_270;
824 extOrientation = 0;
826 extOrientation = HWC_TRANSFORM_ROT_90;
828 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H;
830 return extOrientation;
    [all...]

Completed in 40 milliseconds