Searched refs:hRatio (Results 1 - 4 of 4) sorted by path

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp384 float hRatio = 1.0; local
418 hRatio = (float)h/(float)fbHeight;
424 h = int(hRatio * asH);
480 float hRatio = 1.0; local
508 hRatio = (float)(inPos.h/actualHeight);
514 outPos.h = uint32_t(hRatio * height);
537 hRatio = tempHeight/height;
543 outPos.h = uint32_t(hRatio * fbHeight);
562 hRatio = (float)outPos.h/fbHeight;
567 outPos.h = uint32_t(hRatio * (floa
639 float hRatio = ((float)extH)/fbHeight; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp399 float hRatio = 1.0; local
433 hRatio = (float)h/(float)fbHeight;
439 h = int(hRatio * asH);
467 float hRatio = 1.0; local
495 hRatio = (float)((float)inPos.h/actualHeight);
501 outPos.h = uint32_t(hRatio * height);
524 hRatio = tempHeight/height;
530 outPos.h = uint32_t(hRatio * fbHeight);
549 hRatio = (float)outPos.h/fbHeight;
554 outPos.h = uint32_t(hRatio * (floa
626 float hRatio = ((float)extH)/fbHeight; local
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp322 float hRatio = 1.0; local
350 hRatio = (float)h/fbHeight;
356 h = (hRatio * asH);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp270 float hRatio = 1.0; local
292 hRatio = (float)h/fbHeight;
298 h = (hRatio * asH);

Completed in 36 milliseconds