Searched refs:wMod (Results 1 – 4 of 4) sorted by relevance
297 if ((refWidth & refFormat->wMod) != 0) { in main()298 refWidth += refFormat->wMod - (refWidth % refFormat->wMod); in main()303 if ((equivWidth & equivFormat->wMod) != 0) { in main()304 equivWidth += equivFormat->wMod - (equivWidth % equivFormat->wMod); in main()
578 if ((w % formatPtr->wMod) != 0) { in initFrames()579 w += formatPtr->wMod - (w % formatPtr->wMod); in initFrames()
41 uint32_t wMod, hMod; // Width/height mod this value must equal zero member
1326 if (sourceDim.width() % attrib->wMod) { in setSourceDim()1327 sourceDim.setWidth(sourceDim.width() + attrib->wMod in setSourceDim()1328 - (sourceDim.width() % attrib->wMod)); in setSourceDim()