Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:TOP_ALIGN

2721    const int TOP_ALIGN = qdutils::MDPVersion::getInstance().getTopAlign();
2762 if(TOP_ALIGN)
2763 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);
2774 if(TOP_ALIGN)
2775 t_roi.top = t_roi.top - (t_roi.top % TOP_ALIGN);