Home
last modified time | relevance | path

Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp477 float actualHeight = fbHeight; in getAspectRatioPosition() local
497 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()
499 (int)actualHeight, rect); in getAspectRatioPosition()
506 yRatio = (float)(inPos.y/actualHeight); in getAspectRatioPosition()
508 hRatio = (float)(inPos.h/actualHeight); in getAspectRatioPosition()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp464 float actualHeight = fbHeight; in getAspectRatioPosition() local
484 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()
486 (int)actualHeight, rect); in getAspectRatioPosition()
493 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition()
495 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp625 float actualHeight = fbHeight; in getAspectRatioPosition() local
645 swapWidthHeight(actualWidth, actualHeight); in getAspectRatioPosition()
647 (int)actualWidth, (int)actualHeight, rect); in getAspectRatioPosition()
654 yRatio = (float)((float)inPos.y/actualHeight); in getAspectRatioPosition()
656 hRatio = (float)((float)inPos.h/actualHeight); in getAspectRatioPosition()