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

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

Completed in 29 milliseconds