Searched refs:cropH (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/
H A DCropImageFilter.java50 int cropH; field in class:CropImageFilter
65 cropH = h;
84 p.put("croprect", new Rectangle(cropX, cropY, cropW, cropH));
101 consumer.setDimensions(cropW, cropH);
133 if (y2 > cropY + cropH) {
134 y2 = cropY + cropH;
173 if (y2 > cropY + cropH) {
174 y2 = cropY + cropH;

Completed in 91 milliseconds