Home | History | Annotate | Download | only in hwc

Lines Matching refs:wMod

1325         if (sourceDim.width() % attrib->wMod) {
1326 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1327 - (sourceDim.width() % attrib->wMod));