Searched refs:extOrient (Results 1 - 4 of 4) 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...]

Completed in 61 milliseconds