Home
last modified time | relevance | path

Searched refs:iconR (Results 1 – 25 of 147) sorted by relevance

123456

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaRadioButtonUI.java125 iconR.x = iconR.y = iconR.width = iconR.height = 0; in paint()
134 viewR, iconR, textR in paint()
174 altIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
182 defaultIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
232 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
237 viewR, iconR, textR in getPreferredSize()
242 int x2 = Math.max(iconR.x + iconR.width, in getPreferredSize()
245 int y2 = Math.max(iconR.y + iconR.height, in getPreferredSize()
328 Rectangle iconR, in layoutCL() argument
340 iconR, in layoutCL()
[all …]
H A DQuaquaCheckBoxUI.java135 iconR.x = iconR.y = iconR.width = iconR.height = 0; in paint()
146 viewR, iconR, textR, in paint()
187 altIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
192 defaultIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
285 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
292 viewR, iconR, textR, in getPreferredSize()
297 int x2 = Math.max(iconR.x + iconR.width, in getPreferredSize()
300 int y2 = Math.max(iconR.y + iconR.height, in getPreferredSize()
339 Rectangle iconR, in layoutCL() argument
351 iconR, in layoutCL()
[all …]
H A DQuaquaUtilities.java431 Rectangle iconR, in layoutCompoundLabel() argument
475 iconR, in layoutCompoundLabel()
499 Rectangle iconR, in layoutCompoundLabel() argument
534 Rectangle iconR, in layoutCompoundLabelImpl() argument
541 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
544 iconR.width = iconR.height = 0; in layoutCompoundLabelImpl()
649 textR.x = (iconR.width + gap); in layoutCompoundLabelImpl()
660 int labelR_width = Math.max(iconR.x + iconR.width, in layoutCompoundLabelImpl()
663 int labelR_height = Math.max(iconR.y + iconR.height, in layoutCompoundLabelImpl()
693 iconR.x += dx; in layoutCompoundLabelImpl()
[all …]
H A DQuaquaButtonUI.java62 private static Rectangle iconR = new Rectangle(); field in QuaquaButtonUI
349 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
356 viewR, iconR, textR, (text == null ? 0 : textIconGap) in getPreferredSize()
363 Rectangle r = iconR.union(textR); in getPreferredSize()
385 Rectangle iconR, in layoutCL() argument
397 iconR, in layoutCL()
452 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getVisualBounds()
456 layoutCL(b, fm, text, icon, viewR, iconR, textR); in getVisualBounds()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java139 iconR.x = 0; in paint()
140 iconR.y = 0; in paint()
141 iconR.width = 0; in paint()
142 iconR.height = 0; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
169 currentIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
261 iconR.x = 0; in getPreferredSize()
262 iconR.y = 0; in getPreferredSize()
263 iconR.width = 0; in getPreferredSize()
264 iconR.height = 0; in getPreferredSize()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java139 iconR.x = 0; in paint()
140 iconR.y = 0; in paint()
141 iconR.width = 0; in paint()
142 iconR.height = 0; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
169 currentIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
261 iconR.x = 0; in getPreferredSize()
262 iconR.y = 0; in getPreferredSize()
263 iconR.width = 0; in getPreferredSize()
264 iconR.height = 0; in getPreferredSize()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java139 iconR.x = 0; in paint()
140 iconR.y = 0; in paint()
141 iconR.width = 0; in paint()
142 iconR.height = 0; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
169 currentIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
261 iconR.x = 0; in getPreferredSize()
262 iconR.y = 0; in getPreferredSize()
263 iconR.width = 0; in getPreferredSize()
264 iconR.height = 0; in getPreferredSize()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java139 iconR.x = 0; in paint()
140 iconR.y = 0; in paint()
141 iconR.width = 0; in paint()
142 iconR.height = 0; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
169 currentIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
261 iconR.x = 0; in getPreferredSize()
262 iconR.y = 0; in getPreferredSize()
263 iconR.width = 0; in getPreferredSize()
264 iconR.height = 0; in getPreferredSize()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java139 iconR.x = 0; in paint()
140 iconR.y = 0; in paint()
141 iconR.width = 0; in paint()
142 iconR.height = 0; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
169 currentIcon.paintIcon(c, g, iconR.x, iconR.y); in paint()
261 iconR.x = 0; in getPreferredSize()
262 iconR.y = 0; in getPreferredSize()
263 iconR.width = 0; in getPreferredSize()
264 iconR.height = 0; in getPreferredSize()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DSwingUtilities.java835 iconR.width = 0; in layoutCompoundLabel()
836 iconR.height = 0; in layoutCompoundLabel()
840 iconR.width = icon.getIconWidth(); in layoutCompoundLabel()
841 iconR.height = icon.getIconHeight(); in layoutCompoundLabel()
872 iconR.x = 0; in layoutCompoundLabel()
878 iconR.x = centerLine - iconR.width/2; in layoutCompoundLabel()
890 iconR.y = 0; in layoutCompoundLabel()
898 iconR.y = centerLine - iconR.height/2; in layoutCompoundLabel()
905 Rectangle u = textR.union(iconR); in layoutCompoundLabel()
931 iconR.x += horizontalAdjustment; in layoutCompoundLabel()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSwingUtilities.java912 iconR.width = 0; in layoutCompoundLabelImpl()
913 iconR.height = 0; in layoutCompoundLabelImpl()
917 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
918 iconR.height = icon.getIconHeight(); in layoutCompoundLabelImpl()
966 iconR.height + textIconGap : iconR.height - textR.height; in layoutCompoundLabelImpl()
992 int lx = Math.min(iconR.x, textR.x); in layoutCompoundLabelImpl()
993 int lw = Math.max(iconR.x + iconR.width, textR.x + textR.width) - lx; in layoutCompoundLabelImpl()
994 int ly = Math.min(iconR.y, textR.y); in layoutCompoundLabelImpl()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1022 iconR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DSwingUtilities.java912 iconR.width = 0; in layoutCompoundLabelImpl()
913 iconR.height = 0; in layoutCompoundLabelImpl()
917 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
918 iconR.height = icon.getIconHeight(); in layoutCompoundLabelImpl()
966 iconR.height + textIconGap : iconR.height - textR.height; in layoutCompoundLabelImpl()
992 int lx = Math.min(iconR.x, textR.x); in layoutCompoundLabelImpl()
993 int lw = Math.max(iconR.x + iconR.width, textR.x + textR.width) - lx; in layoutCompoundLabelImpl()
994 int ly = Math.min(iconR.y, textR.y); in layoutCompoundLabelImpl()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1022 iconR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSwingUtilities.java912 iconR.width = 0; in layoutCompoundLabelImpl()
913 iconR.height = 0; in layoutCompoundLabelImpl()
917 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
918 iconR.height = icon.getIconHeight(); in layoutCompoundLabelImpl()
966 iconR.height + textIconGap : iconR.height - textR.height; in layoutCompoundLabelImpl()
992 int lx = Math.min(iconR.x, textR.x); in layoutCompoundLabelImpl()
993 int lw = Math.max(iconR.x + iconR.width, textR.x + textR.width) - lx; in layoutCompoundLabelImpl()
994 int ly = Math.min(iconR.y, textR.y); in layoutCompoundLabelImpl()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1022 iconR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DSwingUtilities.java912 iconR.width = 0; in layoutCompoundLabelImpl()
913 iconR.height = 0; in layoutCompoundLabelImpl()
917 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
918 iconR.height = icon.getIconHeight(); in layoutCompoundLabelImpl()
966 iconR.height + textIconGap : iconR.height - textR.height; in layoutCompoundLabelImpl()
992 int lx = Math.min(iconR.x, textR.x); in layoutCompoundLabelImpl()
993 int lw = Math.max(iconR.x + iconR.width, textR.x + textR.width) - lx; in layoutCompoundLabelImpl()
994 int ly = Math.min(iconR.y, textR.y); in layoutCompoundLabelImpl()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1022 iconR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DSwingUtilities.java912 iconR.width = 0; in layoutCompoundLabelImpl()
913 iconR.height = 0; in layoutCompoundLabelImpl()
917 iconR.width = icon.getIconWidth(); in layoutCompoundLabelImpl()
918 iconR.height = icon.getIconHeight(); in layoutCompoundLabelImpl()
966 iconR.height + textIconGap : iconR.height - textR.height; in layoutCompoundLabelImpl()
992 int lx = Math.min(iconR.x, textR.x); in layoutCompoundLabelImpl()
993 int lw = Math.max(iconR.x + iconR.width, textR.x + textR.width) - lx; in layoutCompoundLabelImpl()
994 int ly = Math.min(iconR.y, textR.y); in layoutCompoundLabelImpl()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1022 iconR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java99 Rectangle iconR, in layoutCL() argument
112 iconR, in layoutCL()
246 Rectangle iconR = new Rectangle(); in getPreferredSize() local
250 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
256 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
257 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
258 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
259 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
260 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java105 Rectangle iconR, in layoutCL() argument
118 iconR, in layoutCL()
252 Rectangle iconR = new Rectangle(); in getPreferredSize() local
256 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
262 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
263 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
264 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
265 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
266 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java105 Rectangle iconR, in layoutCL() argument
118 iconR, in layoutCL()
252 Rectangle iconR = new Rectangle(); in getPreferredSize() local
256 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
262 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
263 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
264 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
265 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
266 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java100 Rectangle iconR, in layoutCL() argument
113 iconR, in layoutCL()
247 Rectangle iconR = new Rectangle(); in getPreferredSize() local
251 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
257 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
258 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
259 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
260 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
261 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLabelUI.java99 Rectangle iconR, in layoutCL() argument
112 iconR, in layoutCL()
246 Rectangle iconR = new Rectangle(); in getPreferredSize() local
250 iconR.x = iconR.y = iconR.width = iconR.height = 0; in getPreferredSize()
256 layoutCL(label, fm, text, icon, viewR, iconR, textR); in getPreferredSize()
257 int x1 = Math.min(iconR.x, textR.x); in getPreferredSize()
258 int x2 = Math.max(iconR.x + iconR.width, textR.x + textR.width); in getPreferredSize()
259 int y1 = Math.min(iconR.y, textR.y); in getPreferredSize()
260 int y2 = Math.max(iconR.y + iconR.height, textR.y + textR.height); in getPreferredSize()

123456