Searched refs:asWidthRatio (Results 1 - 3 of 3) sorted by relevance

/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/msm8960/libhwcomposer/
H A Dhwc_utils.cpp337 int asWidthRatio = atoi(value); local
341 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp298 int asWidthRatio = atoi(value); local
302 asW = fbWidth * (1.0f - asWidthRatio / 100.0f);

Completed in 27 milliseconds