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