Searched refs:xRatio (Results 1 - 4 of 4) sorted by last modified time

/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.cpp400 float xRatio = 1.0; local
430 xRatio = (float)x/(float)fbWidth;
436 x = int((xRatio * asW) + asX);
468 float xRatio = 1.0; local
492 xRatio = (float)((float)inPos.x/actualWidth);
498 outPos.x = uint32_t((xRatio * width) + (float)xPos);
514 xRatio = (float)(outPos.x - xPos)/width;
527 outPos.x = uint32_t(xRatio * fbWidth);
546 xRatio = (float)outPos.x/fbWidth;
551 outPos.x = uint32_t(xRatio * (floa
[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 62 milliseconds