Searched refs:extOrientation (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp465 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...]
H A Dhwc_utils.h282 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp452 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...]
H A Dhwc_utils.h300 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,

Completed in 61 milliseconds