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

/hardware/qcom/display/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);

Completed in 47 milliseconds