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

/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java115 * @param sInsets Insets specifying the portion of the image that
128 int y, int w, int h, Image source, Insets sInsets,
134 super.paint(c, g, x, y, w, h, source, sInsets, dInsets, type, mask);
142 Insets sInsets = (Insets)args[argIndex++];
146 paint9(g, 0, 0, w, h, image, sInsets, dInsets, type, mask);
151 Image image, Insets sInsets,
156 if (sInsets == null) {
157 sInsets = EMPTY_INSETS;
187 int st = sInsets.top;
188 int sl = sInsets
127 paint(Component c, Graphics g, int x, int y, int w, int h, Image source, Insets sInsets, Insets dInsets, PaintType type, int mask) argument
150 paint9(Graphics g, int x, int y, int w, int h, Image image, Insets sInsets, Insets dInsets, PaintType type, int componentMask) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java93 * @param sInsets Insets specifying the portion of the image that will be stretched or tiled, if <code>null</code>
103 Image image, Insets sInsets,
108 if (sInsets == null) {
109 sInsets = EMPTY_INSETS;
137 int st = sInsets.top;
138 int sl = sInsets.left;
139 int sb = sInsets.bottom;
140 int sr = sInsets.right;
102 paint(Graphics g, int x, int y, int w, int h, Image image, Insets sInsets, Insets dInsets, PaintType paintType, int mask) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DImagePainter.java48 private Insets sInsets; field in class:ImagePainter
80 this.sInsets = (Insets)sourceInsets.clone();
83 dInsets = sInsets;
144 image, sInsets, dInsets, type,

Completed in 38 milliseconds