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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp338 int asHeightRatio = atoi(value); local
341 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));
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp624 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; local
653 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp557 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; local
586 asH = ((float)fbHeight * (1.0f - (float)asHeightRatio / 100.0f));

Completed in 57 milliseconds