Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extOrientation

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;
2086 ActionSafe, and extorientation features. */
2232 ActionSafe, and extorientation features. */