Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:extOrientation

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