Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:WIDTH_ALIGN

2250    const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign();
2276 if(WIDTH_ALIGN) {
2278 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN);