Searched refs:asX (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp328 float asX = 0; local
342 asX = (fbWidth - asW) / 2;
352 x = (xRatio * asW) + asX;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp403 float asX = 0; local
411 asX = ((float)fbWidth - asW) / 2;
421 x = int((xRatio * asW) + asX);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp418 float asX = 0; local
426 asX = ((float)fbWidth - asW) / 2;
436 x = int((xRatio * asW) + asX);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp646 float asX = 0; local
654 asX = ((float)fbWidth - asW) / 2;
664 x = int((xRatio * asW) + asX);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp579 float asX = 0; local
587 asX = ((float)fbWidth - asW) / 2;
597 x = int((xRatio * asW) + asX);

Completed in 48 milliseconds