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

/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_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;
H A Dhwc_copybit.cpp93 int fbHeight = ctx->dpyAttr[dpy].yres; local
94 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8960/libhwcomposer/
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;
H A Dhwc_copybit.cpp100 int fbHeight = ctx->dpyAttr[dpy].yres; local
101 unsigned int fbArea = (fbWidth * fbHeight);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp288 float fbHeight = ctx->dpyAttr[dpy].yres; local
293 float asH= fbHeight;
303 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
305 asY = (fbHeight - asH) / 2;
309 yRatio = (float)y/fbHeight;
311 hRatio = (float)h/fbHeight;
H A Dhwc_copybit.cpp100 int fbHeight = ctx->dpyAttr[dpy].yres; local
101 unsigned int fbArea = (fbWidth * fbHeight);

Completed in 61 milliseconds