Searched refs:dstSize (Results 1 – 1 of 1) sorted by relevance
1981 Size dstSize = new Size(dst.getWidth(), dst.getHeight()); in imageCopy() local1982 if (!srcSize.equals(dstSize)) { in imageCopy()1984 + " with " + "destination image size " + dstSize); in imageCopy()