Lines Matching full:dstwidth
3281 const int dstWidth = rnd.getInt(1, dstSize.x());3283 const int dstX = rnd.getInt(-(dstWidth / 2), dstSize.x() - (dstWidth+1) / 2); // allow dst go out of bounds3292 args.dst.z() = dstX + dstWidth;