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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp332 float asH= fbHeight; local
342 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
344 asY = (fbHeight - asH) / 2;
354 y = (yRatio * asH) + asY;
356 h = (hRatio * asH);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp280 float asH= fbHeight; local
284 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
286 asY = (fbHeight - asH) / 2;
296 y = (yRatio * asH) + asY;
298 h = (hRatio * asH);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp293 float asH= fbHeight; local
303 asH = fbHeight * (1.0f - asHeightRatio / 100.0f);
305 asY = (fbHeight - asH) / 2;
315 y = (yRatio * asH) + asY;
317 h = (hRatio * asH);

Completed in 31 milliseconds