Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:TOP_ALIGN

2243    const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign();
2284 if(TOP_ALIGN)
2285 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2296 if(TOP_ALIGN)
2297 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);