HomeSort by relevance Sort by last modified time
    Searched refs:extOrientation (Results 1 - 6 of 6) 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...]
hwc_utils.h 284 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
  /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...]
hwc_utils.h 304 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 613 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,
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;
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...]
hwc_utils.h 360 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation,

Completed in 71 milliseconds