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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java188 * If devBounds is non-rectangular and clipping to the specific
189 * bands of devBounds is needed, then an intersection of the
190 * resulting Region with devBounds must be performed in a
193 * @param devBounds a non-null Region specifying some bounds to
201 public static Region getInstance(Region devBounds, argument
204 return getInstance(devBounds, false, s, at);
219 * If devBounds is non-rectangular and clipping to the specific
220 * bands of devBounds is needed, then an intersection of the
221 * resulting Region with devBounds must be performed in a
224 * @param devBounds
234 getInstance(Region devBounds, boolean normalize, Shape s, AffineTransform at) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaintContext.java72 Rectangle devBounds) {
75 int maxw = devBounds.width;
69 getContext(BufferedImage bufImg, AffineTransform xform, RenderingHints hints, Rectangle devBounds) argument

Completed in 33 milliseconds