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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp337 int asWidthRatio = atoi(value); local
341 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp260 int asWidthRatio = atoi(value); local
264 if(!asWidthRatio && !asHeightRatio) {
283 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp380 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio; local
409 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp395 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio; local
424 asW = ((float)fbWidth * (1.0f - (float)asWidthRatio / 100.0f));

Completed in 137 milliseconds