Searched refs:xRatio (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp385 float xRatio = 1.0; local
415 xRatio = (float)x/(float)fbWidth;
421 x = int((xRatio * asW) + asX);
481 float xRatio = 1.0; local
505 xRatio = (float)(inPos.x/actualWidth);
511 outPos.x = uint32_t((xRatio * width) + (float)xPos);
527 xRatio = (float)(outPos.x - xPos)/width;
540 outPos.x = uint32_t(xRatio * fbWidth);
559 xRatio = (float)outPos.x/fbWidth;
564 outPos.x = uint32_t(xRatio * (floa
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp374 float xRatio = 1.0; local
404 xRatio = (float)x/fbWidth;
410 x = (xRatio * asW) + asX;
443 float xRatio = 1.0; local
471 // during the computation of xRatio and yRatio
472 xRatio = (inPos.x - viewFrame.left)/actualWidth;
480 outPos.x = (xRatio * width) + xPos;
496 xRatio = (outPos.x - xPos)/width;
508 outPos.x = (xRatio * fbWidth);
527 xRatio
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp323 float xRatio = 1.0; local
347 xRatio = (float)x/fbWidth;
353 x = (xRatio * asW) + asX;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp271 float xRatio = 1.0; local
289 xRatio = (float)x/fbWidth;
295 x = (xRatio * asW) + asX;

Completed in 69 milliseconds