Searched defs:asHeightRatio (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp339 int asHeightRatio = atoi(value); local
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp262 int asHeightRatio = atoi(value); local
264 if(!asWidthRatio && !asHeightRatio) {
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp381 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; local
410 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp396 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; local
425 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));

Completed in 509 milliseconds