Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp472 int yPos = 0; in getAspectRatioPosition() local
501 yPos = rect.top; in getAspectRatioPosition()
512 outPos.y = uint32_t((yRatio * height) + (float)yPos); in getAspectRatioPosition()
533 yPos = r.top; in getAspectRatioPosition()
535 yRatio = (float)yPos/height; in getAspectRatioPosition()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp459 int yPos = 0; in getAspectRatioPosition() local
488 yPos = rect.top; in getAspectRatioPosition()
499 outPos.y = uint32_t((yRatio * height) + (float)yPos); in getAspectRatioPosition()
520 yPos = r.top; in getAspectRatioPosition()
522 yRatio = (float)yPos/height; in getAspectRatioPosition()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp620 int yPos = 0; in getAspectRatioPosition() local
649 yPos = rect.top; in getAspectRatioPosition()
660 outPos.y = uint32_t((yRatio * height) + (float)yPos); in getAspectRatioPosition()
681 yPos = r.top; in getAspectRatioPosition()
683 yRatio = (float)yPos/height; in getAspectRatioPosition()