Home
last modified time | relevance | path

Searched refs:TOP_ALIGN (Results 1 – 4 of 4) sorted by relevance

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