Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:TOP_ALIGN

2678    const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign();
2728 TOP_ALIGN)
2729 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2740 if(TOP_ALIGN)
2741 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);