HomeSort by relevance Sort by last modified time
    Searched refs:extOrient (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 89 int extOrient = getExtOrientation(ctx);
90 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
91 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
182 int extOrient = getExtOrientation(ctx);
191 (mDpy && !extOrient
hwc_utils.cpp 364 int extOrient = ctx->mExtOrientation;
366 extOrient = getMirrorModeOrientation(ctx);
367 return extOrient;
398 int extOrient = getExtOrientation(ctx);
400 if(extOrient & HWC_TRANSFORM_ROT_90)
491 eTransform extorient = static_cast<eTransform>(extOrientation); local
493 preRotateSource(extorient, whf, inPos);
602 int extOrient = getExtOrientation(ctx);
605 if(extOrient & HWC_TRANSFORM_ROT_90) {
648 if(extOrient || ctx->dpyAttr[dpy].mDownScaleMode)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 89 int extOrient = getExtOrientation(ctx);
90 ovutils::eTransform orient = static_cast<ovutils::eTransform >(extOrient);
91 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) {
182 int extOrient = getExtOrientation(ctx);
191 (mDpy && !extOrient
hwc_utils.cpp 353 int extOrient = ctx->mExtOrientation;
355 extOrient = getMirrorModeOrientation(ctx);
356 return extOrient;
387 int extOrient = getExtOrientation(ctx);
389 if(extOrient & HWC_TRANSFORM_ROT_90)
453 eTransform extorient = static_cast<eTransform>(extOrientation); local
455 preRotateSource(extorient, whf, inPos);
570 int extOrient = getExtOrientation(ctx);
573 if(extOrient & HWC_TRANSFORM_ROT_90) {
616 if(extOrient || ctx->dpyAttr[dpy].mDownScaleMode)
    [all...]

Completed in 101 milliseconds