Searched defs:TOP_ALIGN (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2241 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2282 if(TOP_ALIGN)
2283 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2294 if(TOP_ALIGN)
2295 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2252 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2293 if(TOP_ALIGN)
2294 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2305 if(TOP_ALIGN)
2306 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp2719 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2760 if(TOP_ALIGN)
2761 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2772 if(TOP_ALIGN)
2773 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2676 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); local
2726 if(TOP_ALIGN)
2727 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2738 if(TOP_ALIGN)
2739 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);

Completed in 37 milliseconds