Home
last modified time | relevance | path

Searched refs:actualHeight (Results 1 – 2 of 2) 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()