Searched defs:RoundRectClipShape (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java111 private RoundRectClipShape roundedClipShape;
211 roundedClipShape = new RoundRectClipShape();
296 12, 12, RoundRectClipShape.TOP_RIGHT));
299 11, 11, RoundRectClipShape.TOP_LEFT));
398 (roundTopLeft ? RoundRectClipShape.TOP_LEFT : 0) |
399 (roundTopRight ? RoundRectClipShape.TOP_RIGHT : 0) |
400 (roundBottomLeft ? RoundRectClipShape.BOTTOM_LEFT : 0) |
401 (roundBottomRight ? RoundRectClipShape.BOTTOM_RIGHT : 0)));
1933 static class RoundRectClipShape extends RectangularShape { class in class:Metacity
1947 public RoundRectClipShape() { method in class:Metacity.RoundRectClipShape
1950 public RoundRectClipShape(int x, int y, int w, int h, method in class:Metacity.RoundRectClipShape
[all...]

Completed in 74 milliseconds