Searched defs:yPos (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp472 int yPos = 0; local
501 yPos = rect.top;
512 outPos.y = uint32_t((yRatio * height) + (float)yPos);
533 yPos = r.top;
535 yRatio = (float)yPos/height;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp459 int yPos = 0; local
488 yPos = rect.top;
499 outPos.y = uint32_t((yRatio * height) + (float)yPos);
520 yPos = r.top;
522 yRatio = (float)yPos/height;

Completed in 172 milliseconds