Searched defs:extOrientation (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_utils.cpp | 465 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, argument 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; local 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/ |
H A D | hwc_utils.cpp | 452 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, argument 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; local 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/msm8909/libhwcomposer/ |
H A D | hwc_utils.cpp | 680 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, argument 706 eTransform extorient = static_cast<eTransform>(extOrientation); 710 if(extOrientation & HAL_TRANSFORM_ROT_90) { 738 if ((extOrientation & HWC_TRANSFORM_ROT_90) && 896 int extOrientation = 0; local 901 extOrientation = HWC_TRANSFORM_ROT_270; 903 extOrientation = 0; 905 extOrientation = HWC_TRANSFORM_ROT_90; 907 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; 909 return extOrientation; [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.cpp | 613 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, argument 639 eTransform extorient = static_cast<eTransform>(extOrientation); 643 if(extOrientation & HAL_TRANSFORM_ROT_90) { 671 if ((extOrientation & HWC_TRANSFORM_ROT_90) && 829 int extOrientation = 0; local 834 extOrientation = HWC_TRANSFORM_ROT_270; 836 extOrientation = 0; 838 extOrientation = HWC_TRANSFORM_ROT_90; 840 extOrientation = HWC_TRANSFORM_FLIP_V | HWC_TRANSFORM_FLIP_H; 842 return extOrientation; [all...] |
Completed in 25 milliseconds