Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:extOrientation

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