Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2243 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); in getSanitizeROI() local
2284 if(TOP_ALIGN) in getSanitizeROI()
2285 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN); in getSanitizeROI()
2296 if(TOP_ALIGN) in getSanitizeROI()
2297 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2254 const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign(); in getSanitizeROI() local
2295 if(TOP_ALIGN) in getSanitizeROI()
2296 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN); in getSanitizeROI()
2307 if(TOP_ALIGN) in getSanitizeROI()
2308 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN); in getSanitizeROI()