Searched defs:fbHeight (Results 1 - 11 of 11) sorted by last modified time

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp97 int fbHeight = ctx->dpyAttr[dpy].yres; local
98 unsigned int fbArea = (fbWidth * fbHeight);
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;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp97 int fbHeight = ctx->dpyAttr[dpy].yres; local
98 unsigned int fbArea = (fbWidth * fbHeight);
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;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp101 int fbHeight = ctx->dpyAttr[dpy].yres; local
102 unsigned int fbArea = (fbWidth * fbHeight);
H A Dhwc_utils.cpp327 float fbHeight = ctx->dpyAttr[dpy].yres; local
332 float asH= fbHeight;
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
344 asY = (fbHeight - asH) / 2;
348 yRatio = (float)y/fbHeight;
350 hRatio = (float)h/fbHeight;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp220 int fbWidth = 0, fbHeight = 0; local
221 getLayerResolution(fbLayer, fbWidth, fbHeight);
223 ctx->dpyAttr[dpy].yres = fbHeight;
H A Dhwc_copybit.cpp94 int fbHeight = ctx->dpyAttr[dpy].yres; local
95 unsigned int fbArea = (fbWidth * fbHeight);
H A Dhwc_utils.cpp275 float fbHeight = ctx->dpyAttr[dpy].yres; local
280 float asH= fbHeight;
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
286 asY = (fbHeight - asH) / 2;
290 yRatio = (float)y/fbHeight;
292 hRatio = (float)h/fbHeight;

Completed in 111 milliseconds