Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extOrientation

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