Searched refs:TOP_ALIGN (Results 1 - 2 of 2) sorted by last modified time

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2235 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2276 if(TOP_ALIGN)
2277 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2288 if(TOP_ALIGN)
2289 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2251 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2292 if(TOP_ALIGN)
2293 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2304 if(TOP_ALIGN)
2305 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);

Completed in 27 milliseconds