Searched defs:extOrient (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp89 int extOrient = getExtOrientation(ctx); local
90 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
91 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
182 int extOrient = getExtOrientation(ctx); local
191 (mDpy && !extOrient
H A Dhwc_utils.cpp364 int extOrient = ctx->mExtOrientation; local
366 extOrient = getMirrorModeOrientation(ctx);
367 return extOrient;
398 int extOrient = getExtOrientation(ctx); local
400 if(extOrient & HWC_TRANSFORM_ROT_90)
602 int extOrient = getExtOrientation(ctx); local
605 if(extOrient & HWC_TRANSFORM_ROT_90) {
648 if(extOrient || ctx->dpyAttr[dpy].mDownScaleMode) {
649 getAspectRatioPosition(ctx, dpy, extOrient,
654 if(extOrient) {
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp96 int extOrient = getExtOrientation(ctx); local
97 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
98 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
188 int extOrient = getExtOrientation(ctx); local
197 (mDpy && !extOrient
H A Dhwc_utils.cpp379 int extOrient = ctx->mExtOrientation; local
381 extOrient = getMirrorModeOrientation(ctx);
382 return extOrient;
413 int extOrient = getExtOrientation(ctx); local
415 if(extOrient & HWC_TRANSFORM_ROT_90)
589 int extOrient = getExtOrientation(ctx); local
592 if(extOrient & HWC_TRANSFORM_ROT_90) {
635 if(extOrient || ctx->dpyAttr[dpy].mDownScaleMode) {
636 getAspectRatioPosition(ctx, dpy, extOrient,
641 if(extOrient) {
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_fbupdate.cpp94 int extOrient = getExtOrientation(ctx); local
95 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
96 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
179 int extOrient = getExtOrientation(ctx); local
187 } else if((mDpy && !extOrient
304 int extOrient = getExtOrientation(ctx); local
312 } else if((mDpy && !extOrient
470 int extOrient = getExtOrientation(ctx); local
478 } else if((mDpy && !extOrient
H A Dhwc_utils.cpp607 int extOrient = ctx->mExtOrientation; local
609 extOrient = getMirrorModeOrientation(ctx);
610 return extOrient;
641 int extOrient = getExtOrientation(ctx); local
643 if(extOrient & HWC_TRANSFORM_ROT_90)
822 int extOrient = getExtOrientation(ctx); local
825 if(extOrient & HWC_TRANSFORM_ROT_90) {
877 if(extOrient || ctx->dpyAttr[dpy].mMDPScalingMode) {
878 getAspectRatioPosition(ctx, dpy, extOrient,
883 if(extOrient) {
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_fbupdate.cpp94 int extOrient = getExtOrientation(ctx); local
95 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
96 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
182 int extOrient = getExtOrientation(ctx); local
190 } else if((mDpy && !extOrient
310 int extOrient = getExtOrientation(ctx); local
318 } else if((mDpy && !extOrient
478 int extOrient = getExtOrientation(ctx); local
486 } else if((mDpy && !extOrient
H A Dhwc_utils.cpp540 int extOrient = ctx->mExtOrientation; local
542 extOrient = getMirrorModeOrientation(ctx);
543 return extOrient;
574 int extOrient = getExtOrientation(ctx); local
576 if(extOrient & HWC_TRANSFORM_ROT_90)
755 int extOrient = getExtOrientation(ctx); local
758 if(extOrient & HWC_TRANSFORM_ROT_90) {
810 if(extOrient || ctx->dpyAttr[dpy].mMDPScalingMode) {
811 getAspectRatioPosition(ctx, dpy, extOrient,
816 if(extOrient) {
[all...]

Completed in 220 milliseconds