Searched defs:hRatio (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp322 float hRatio = 1.0; local
350 hRatio = (float)h/fbHeight;
356 h = (hRatio * asH);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp270 float hRatio = 1.0; local
292 hRatio = (float)h/fbHeight;
298 h = (hRatio * asH);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp283 float hRatio = 1.0; local
311 hRatio = (float)h/fbHeight;
317 h = (hRatio * asH);

Completed in 593 milliseconds