Home | History | Annotate | Download | only in hwc

Lines Matching refs:hMod

1333         if (sourceDim.height() % attrib->hMod) {
1334 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1335 - (sourceDim.height() % attrib->hMod));