Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:HEIGHT_ALIGN

2255    const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign();
2298 if(HEIGHT_ALIGN) {
2300 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);