Home
last modified time | relevance | path

Searched refs:textR (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaRadioButtonUI.java126 textR.x = textR.y = textR.width = textR.height = 0; in paint()
134 viewR, iconR, textR in paint()
191 v.paint(g, textR); in paint()
195 textR.width > 0 && textR.height > 0 ) { in paint()
233 textR.x = textR.y = textR.width = textR.height = 0; in getPreferredSize()
243 textR.x + textR.width); in getPreferredSize()
246 textR.y + textR.height); in getPreferredSize()
329 Rectangle textR) { in layoutCL() argument
341 textR, in layoutCL()
380 textR.x = textR.y = textR.width = textR.height = 0; in getVisualBounds()
[all …]
H A DQuaquaCheckBoxUI.java136 textR.x = textR.y = textR.width = textR.height = 0; in paint()
146 viewR, iconR, textR, in paint()
201 v.paint(g, textR); in paint()
205 textR.width > 0 && textR.height > 0) { in paint()
286 textR.x = textR.y = textR.width = textR.height = 0; in getPreferredSize()
292 viewR, iconR, textR, in getPreferredSize()
298 textR.x + textR.width); in getPreferredSize()
301 textR.y + textR.height); in getPreferredSize()
340 Rectangle textR) { in layoutCL() argument
352 textR, in layoutCL()
[all …]
H A DQuaquaUtilities.java476 textR, in layoutCompoundLabel()
557 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
630 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
633 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
637 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
644 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
646 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
661 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
664 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
690 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
H A DQuaquaLabelUI.java55 private static Rectangle textR = new Rectangle(); field in QuaquaLabelUI
232 Rectangle textR) { in layoutCL() argument
244 textR, in layoutCL()
277 textR.x = textR.y = textR.width = textR.height = 0; in getVisualBounds()
287 textR.x += textBounds.x; in getVisualBounds()
288 textR.width = textBounds.width; in getVisualBounds()
289 textR.y += ascent + textBounds.y; in getVisualBounds()
290 textR.height -= fm.getHeight() - textBounds.height; in getVisualBounds()
296 rect = textR.union(iconR); in getVisualBounds()
298 rect.setBounds(textR); in getVisualBounds()
[all …]
H A DQuaquaButtonUI.java63 private static Rectangle textR = new Rectangle(); field in QuaquaButtonUI
350 textR.x = textR.y = textR.width = textR.height = 0; in getPreferredSize()
356 viewR, iconR, textR, (text == null ? 0 : textIconGap) in getPreferredSize()
363 Rectangle r = iconR.union(textR); in getPreferredSize()
386 Rectangle textR) { in layoutCL() argument
398 textR, in layoutCL()
453 textR.x = textR.y = textR.width = textR.height = 0; in getVisualBounds()
456 layoutCL(b, fm, text, icon, viewR, iconR, textR); in getVisualBounds()
460 textR.y += ascent + textBounds.y; in getVisualBounds()
461 textR.height = textBounds.height; in getVisualBounds()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 textR.x = 0; in paint()
136 textR.y = 0; in paint()
137 textR.width = 0; in paint()
138 textR.height = 0; in paint()
177 v.paint(g, textR); in paint()
183 && textR.width > 0 && textR.height > 0) in paint()
257 textR.x = 0; in getPreferredSize()
258 textR.y = 0; in getPreferredSize()
259 textR.width = 0; in getPreferredSize()
260 textR.height = 0; in getPreferredSize()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 textR.x = 0; in paint()
136 textR.y = 0; in paint()
137 textR.width = 0; in paint()
138 textR.height = 0; in paint()
177 v.paint(g, textR); in paint()
183 && textR.width > 0 && textR.height > 0) in paint()
257 textR.x = 0; in getPreferredSize()
258 textR.y = 0; in getPreferredSize()
259 textR.width = 0; in getPreferredSize()
260 textR.height = 0; in getPreferredSize()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 textR.x = 0; in paint()
136 textR.y = 0; in paint()
137 textR.width = 0; in paint()
138 textR.height = 0; in paint()
177 v.paint(g, textR); in paint()
183 && textR.width > 0 && textR.height > 0) in paint()
257 textR.x = 0; in getPreferredSize()
258 textR.y = 0; in getPreferredSize()
259 textR.width = 0; in getPreferredSize()
260 textR.height = 0; in getPreferredSize()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 textR.x = 0; in paint()
136 textR.y = 0; in paint()
137 textR.width = 0; in paint()
138 textR.height = 0; in paint()
177 v.paint(g, textR); in paint()
183 && textR.width > 0 && textR.height > 0) in paint()
257 textR.x = 0; in getPreferredSize()
258 textR.y = 0; in getPreferredSize()
259 textR.width = 0; in getPreferredSize()
260 textR.height = 0; in getPreferredSize()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java135 textR.x = 0; in paint()
136 textR.y = 0; in paint()
137 textR.width = 0; in paint()
138 textR.height = 0; in paint()
177 v.paint(g, textR); in paint()
183 && textR.width > 0 && textR.height > 0) in paint()
257 textR.x = 0; in getPreferredSize()
258 textR.y = 0; in getPreferredSize()
259 textR.width = 0; in getPreferredSize()
260 textR.height = 0; in getPreferredSize()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSwingUtilities.java924 textR.width = 0; in layoutCompoundLabelImpl()
925 textR.height = 0; in layoutCompoundLabelImpl()
938 textR.width = Math.min(availableWidth, textR.width); in layoutCompoundLabelImpl()
969 textR.y = iconR.height / 2 - textR.height / 2; in layoutCompoundLabelImpl()
976 textR.x = -(textR.width + textIconGap); in layoutCompoundLabelImpl()
982 textR.x = iconR.width / 2 - textR.width / 2; 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()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1025 textR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DSwingUtilities.java924 textR.width = 0; in layoutCompoundLabelImpl()
925 textR.height = 0; in layoutCompoundLabelImpl()
938 textR.width = Math.min(availableWidth, textR.width); in layoutCompoundLabelImpl()
969 textR.y = iconR.height / 2 - textR.height / 2; in layoutCompoundLabelImpl()
976 textR.x = -(textR.width + textIconGap); in layoutCompoundLabelImpl()
982 textR.x = iconR.width / 2 - textR.width / 2; 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()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1025 textR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSwingUtilities.java924 textR.width = 0; in layoutCompoundLabelImpl()
925 textR.height = 0; in layoutCompoundLabelImpl()
938 textR.width = Math.min(availableWidth, textR.width); in layoutCompoundLabelImpl()
969 textR.y = iconR.height / 2 - textR.height / 2; in layoutCompoundLabelImpl()
976 textR.x = -(textR.width + textIconGap); in layoutCompoundLabelImpl()
982 textR.x = iconR.width / 2 - textR.width / 2; 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()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1025 textR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DSwingUtilities.java924 textR.width = 0; in layoutCompoundLabelImpl()
925 textR.height = 0; in layoutCompoundLabelImpl()
938 textR.width = Math.min(availableWidth, textR.width); in layoutCompoundLabelImpl()
969 textR.y = iconR.height / 2 - textR.height / 2; in layoutCompoundLabelImpl()
976 textR.x = -(textR.width + textIconGap); in layoutCompoundLabelImpl()
982 textR.x = iconR.width / 2 - textR.width / 2; 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()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1025 textR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DSwingUtilities.java924 textR.width = 0; in layoutCompoundLabelImpl()
925 textR.height = 0; in layoutCompoundLabelImpl()
938 textR.width = Math.min(availableWidth, textR.width); in layoutCompoundLabelImpl()
969 textR.y = iconR.height / 2 - textR.height / 2; in layoutCompoundLabelImpl()
976 textR.x = -(textR.width + textIconGap); in layoutCompoundLabelImpl()
982 textR.x = iconR.width / 2 - textR.width / 2; 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()
995 int lh = Math.max(iconR.y + iconR.height, textR.y + textR.height) - ly; in layoutCompoundLabelImpl()
1025 textR.x += horizontalAdjustment; in layoutCompoundLabelImpl()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DSwingUtilities.java846 textR.width = 0; in layoutCompoundLabel()
847 textR.height = 0; in layoutCompoundLabel()
852 textR.width = fm.stringWidth(text); in layoutCompoundLabel()
853 textR.height = fm.getHeight(); in layoutCompoundLabel()
868 textR.x = 0; in layoutCompoundLabel()
877 textR.x = centerLine - textR.width/2; in layoutCompoundLabel()
885 textR.y = 0; in layoutCompoundLabel()
897 textR.y = centerLine - textR.height/2; in layoutCompoundLabel()
905 Rectangle u = textR.union(iconR); in layoutCompoundLabel()
934 textR.x += horizontalAdjustment; in layoutCompoundLabel()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java929 Rectangle textR, in layoutCompoundLabel() argument
990 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1044 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1048 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1052 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1060 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1063 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1082 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1085 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1113 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1051 Rectangle textR, in layoutCompoundLabel() argument
1112 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1166 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1170 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1174 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1182 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1185 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1204 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1207 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1235 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DSwingUtilities.java1052 Rectangle textR, in layoutCompoundLabel() argument
1113 textR.width = textR.height = 0; in layoutCompoundLabelImpl()
1167 textR.y = -(textR.height + gap); in layoutCompoundLabelImpl()
1171 textR.y = (iconR.height / 2) - (textR.height / 2); in layoutCompoundLabelImpl()
1175 textR.y = iconR.height - textR.height; in layoutCompoundLabelImpl()
1183 textR.x = -(textR.width + gap); in layoutCompoundLabelImpl()
1186 textR.x = (iconR.width / 2) - (textR.width / 2); in layoutCompoundLabelImpl()
1205 textR.x + textR.width) - labelR_x; in layoutCompoundLabelImpl()
1208 textR.y + textR.height) - labelR_y; in layoutCompoundLabelImpl()
1236 textR.x += dx; in layoutCompoundLabelImpl()
[all …]

12345678