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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp329 float asX = 0; local
343 asX = (fbWidth - asW) / 2;
353 x = (xRatio * asW) + asX;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp277 float asX = 0; local
285 asX = (fbWidth - asW) / 2;
295 x = (xRatio * asW) + asX;
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp290 float asX = 0; local
304 asX = (fbWidth - asW) / 2;
314 x = (xRatio * asW) + asX;

Completed in 166 milliseconds