Searched refs:fbHeight (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_virtual.cpp81 int fbWidth = 0, fbHeight = 0; local
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
84 ctx->dpyAttr[dpy].yres = fbHeight;
227 int fbHeight = ctx->dpyAttr[dpy].yres; local
228 if((getWidth(ohnd) != fbWidth) || (getHeight(ohnd) != fbHeight)) {
234 __FUNCTION__, fbWidth, fbHeight,
H A Dhwc_utils.cpp632 uint32_t fbHeight = ctx->dpyAttr[dpy].yres; local
636 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
644 swap(fbWidth, fbHeight);
649 float asH = (float)fbHeight;
653 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
655 asY = ((float)fbHeight - asH) / 2;
659 yRatio = (float)y/(float)fbHeight;
661 hRatio = (float)h/(float)fbHeight;
684 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
689 float height = fbHeight;
800 int fbHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; local
851 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
[all...]
H A Dhwc_copybit.cpp146 int fbHeight = ctx->dpyAttr[dpy].yres; local
147 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp81 int fbWidth = 0, fbHeight = 0; local
82 getLayerResolution(fbLayer, fbWidth, fbHeight);
84 ctx->dpyAttr[dpy].yres = fbHeight;
226 int fbHeight = ctx->dpyAttr[dpy].yres; local
228 getBufferSizeAndDimensions(fbWidth, fbHeight, ohnd->format, alW, alH);
H A Dhwc_utils.cpp565 uint32_t fbHeight = ctx->dpyAttr[dpy].yres; local
569 ctx->mHDMIDisplay->getAttributes(fbWidth, fbHeight);
577 swap(fbWidth, fbHeight);
582 float asH = (float)fbHeight;
586 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
588 asY = ((float)fbHeight - asH) / 2;
592 yRatio = (float)y/(float)fbHeight;
594 hRatio = (float)h/(float)fbHeight;
617 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
622 float height = fbHeight;
733 int fbHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; local
784 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
[all...]
H A Dhwc_copybit.cpp97 int fbHeight = ctx->dpyAttr[dpy].yres; local
98 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp389 int fbHeight = ctx->dpyAttr[dpy].yres; local
393 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
401 swap(fbWidth, fbHeight);
406 float asH = (float)fbHeight;
410 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
412 asY = ((float)fbHeight - asH) / 2;
416 yRatio = (float)y/(float)fbHeight;
418 hRatio = (float)h/(float)fbHeight;
469 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
474 float height = fbHeight;
580 int fbHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; local
631 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
[all...]
H A Dhwc_virtual.cpp102 int fbWidth = 0, fbHeight = 0; local
103 getLayerResolution(fbLayer, fbWidth, fbHeight);
105 ctx->dpyAttr[dpy].yres = fbHeight;
H A Dhwc_copybit.cpp97 int fbHeight = ctx->dpyAttr[dpy].yres; local
98 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp404 int fbHeight = ctx->dpyAttr[dpy].yres; local
408 ctx->mExtDisplay->getAttributes(fbWidth, fbHeight);
416 swap(fbWidth, fbHeight);
421 float asH = (float)fbHeight;
425 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
427 asY = ((float)fbHeight - asH) / 2;
431 yRatio = (float)y/(float)fbHeight;
433 hRatio = (float)h/(float)fbHeight;
456 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
461 float height = fbHeight;
567 int fbHeight = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres; local
618 float fbHeight = (float)ctx->dpyAttr[dpy].yres; local
[all...]
H A Dhwc_virtual.cpp113 int fbWidth = 0, fbHeight = 0; local
114 getLayerResolution(fbLayer, fbWidth, fbHeight);
116 ctx->dpyAttr[dpy].yres = fbHeight;
H A Dhwc_copybit.cpp97 int fbHeight = ctx->dpyAttr[dpy].yres; local
98 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp326 float fbHeight = ctx->dpyAttr[dpy].yres; local
331 float asH= fbHeight;
341 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
343 asY = (fbHeight - asH) / 2;
347 yRatio = (float)y/fbHeight;
349 hRatio = (float)h/fbHeight;
H A Dhwc_copybit.cpp101 int fbHeight = ctx->dpyAttr[dpy].yres; local
102 unsigned int fbArea = (fbWidth * fbHeight);

Completed in 85 milliseconds