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