Home
last modified time | relevance | path

Searched refs:viewR (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaRadioButtonUI.java121 viewR.x = i.left; in paint()
122 viewR.y = i.top; in paint()
123 viewR.width = size.width - (i.right + viewR.x); in paint()
124 viewR.height = size.height - (i.bottom + viewR.y); in paint()
134 viewR, iconR, textR in paint()
229 viewR.x = viewR.y = 0; in getPreferredSize()
237 viewR, iconR, textR in getPreferredSize()
327 Rectangle viewR, in layoutCL() argument
339 viewR, in layoutCL()
374 viewR.x = insets.left; in getVisualBounds()
[all …]
H A DQuaquaCheckBoxUI.java131 viewR.x = i.left; in paint()
132 viewR.y = i.top; in paint()
133 viewR.width = size.width - (i.right + viewR.x); in paint()
134 viewR.height = size.height - (i.bottom + viewR.y); in paint()
146 viewR, iconR, textR, in paint()
282 viewR.x = viewR.y = 0; in getPreferredSize()
292 viewR, iconR, textR, in getPreferredSize()
338 Rectangle viewR, in layoutCL() argument
350 viewR, in layoutCL()
381 viewR.x = insets.left; in getVisualBounds()
[all …]
H A DQuaquaUtilities.java430 Rectangle viewR, in layoutCompoundLabel() argument
474 viewR, in layoutCompoundLabel()
498 Rectangle viewR, in layoutCompoundLabel() argument
533 Rectangle viewR, in layoutCompoundLabelImpl() argument
594 availTextWidth = viewR.width; in layoutCompoundLabelImpl()
669 dy = viewR.y - labelR_y; in layoutCompoundLabelImpl()
671 dy = (viewR.y + (viewR.height / 2)) - (labelR_y + (labelR_height / 2)); in layoutCompoundLabelImpl()
674 dy = (viewR.y + viewR.height) - (labelR_y + labelR_height); in layoutCompoundLabelImpl()
678 dx = viewR.x - labelR_x; in layoutCompoundLabelImpl()
680 dx = (viewR.x + viewR.width) - (labelR_x + labelR_width); in layoutCompoundLabelImpl()
[all …]
H A DQuaquaButtonUI.java61 private static Rectangle viewR = new Rectangle(); field in QuaquaButtonUI
346 viewR.x = viewR.y = 0; in getPreferredSize()
347 viewR.width = Short.MAX_VALUE; in getPreferredSize()
348 viewR.height = Short.MAX_VALUE; in getPreferredSize()
356 viewR, iconR, textR, (text == null ? 0 : textIconGap) in getPreferredSize()
384 Rectangle viewR, in layoutCL() argument
396 viewR, in layoutCL()
447 viewR.x = insets.left; in getVisualBounds()
448 viewR.y = insets.top; in getVisualBounds()
449 viewR.width = width - (insets.left + insets.right); in getVisualBounds()
[all …]
H A DQuaquaLabelUI.java56 private static Rectangle viewR = new Rectangle(); field in QuaquaLabelUI
230 Rectangle viewR, in layoutCL() argument
242 viewR, in layoutCL()
271 viewR.x = insets.left; in getVisualBounds()
272 viewR.y = insets.top; in getVisualBounds()
273 viewR.width = width - (insets.left + insets.right); in getVisualBounds()
274 viewR.height = height - (insets.top + insets.bottom); in getVisualBounds()
280 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.java143 viewR.x = i.left; in paint()
144 viewR.y = i.right; in paint()
145 viewR.width = size.width - i.left - i.right; in paint()
146 viewR.height = size.height - i.top - i.bottom; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
265 viewR.x = 0; in getPreferredSize()
266 viewR.y = 0; in getPreferredSize()
267 viewR.width = Short.MAX_VALUE; in getPreferredSize()
268 viewR.height = Short.MAX_VALUE; in getPreferredSize()
276 viewR, iconR, textR, in getPreferredSize()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java143 viewR.x = i.left; in paint()
144 viewR.y = i.right; in paint()
145 viewR.width = size.width - i.left - i.right; in paint()
146 viewR.height = size.height - i.top - i.bottom; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
265 viewR.x = 0; in getPreferredSize()
266 viewR.y = 0; in getPreferredSize()
267 viewR.width = Short.MAX_VALUE; in getPreferredSize()
268 viewR.height = Short.MAX_VALUE; in getPreferredSize()
276 viewR, iconR, textR, in getPreferredSize()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java143 viewR.x = i.left; in paint()
144 viewR.y = i.right; in paint()
145 viewR.width = size.width - i.left - i.right; in paint()
146 viewR.height = size.height - i.top - i.bottom; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
265 viewR.x = 0; in getPreferredSize()
266 viewR.y = 0; in getPreferredSize()
267 viewR.width = Short.MAX_VALUE; in getPreferredSize()
268 viewR.height = Short.MAX_VALUE; in getPreferredSize()
276 viewR, iconR, textR, in getPreferredSize()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java143 viewR.x = i.left; in paint()
144 viewR.y = i.right; in paint()
145 viewR.width = size.width - i.left - i.right; in paint()
146 viewR.height = size.height - i.top - i.bottom; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
265 viewR.x = 0; in getPreferredSize()
266 viewR.y = 0; in getPreferredSize()
267 viewR.width = Short.MAX_VALUE; in getPreferredSize()
268 viewR.height = Short.MAX_VALUE; in getPreferredSize()
276 viewR, iconR, textR, in getPreferredSize()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java143 viewR.x = i.left; in paint()
144 viewR.y = i.right; in paint()
145 viewR.width = size.width - i.left - i.right; in paint()
146 viewR.height = size.height - i.top - i.bottom; in paint()
165 viewR, iconR, textR, b.getIconTextGap()); in paint()
265 viewR.x = 0; in getPreferredSize()
266 viewR.y = 0; in getPreferredSize()
267 viewR.width = Short.MAX_VALUE; in getPreferredSize()
268 viewR.height = Short.MAX_VALUE; in getPreferredSize()
276 viewR, iconR, textR, in getPreferredSize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java164 Rectangle viewR = new Rectangle(); in computeIconPosition() local
168 viewR.x = i.left; in computeIconPosition()
169 viewR.y = i.top; in computeIconPosition()
170 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
171 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
181 viewR, in computeIconPosition()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java165 Rectangle viewR = new Rectangle(); in computeIconPosition() local
169 viewR.x = i.left; in computeIconPosition()
170 viewR.y = i.top; in computeIconPosition()
171 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
172 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
182 viewR, in computeIconPosition()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java164 Rectangle viewR = new Rectangle(); in computeIconPosition() local
168 viewR.x = i.left; in computeIconPosition()
169 viewR.y = i.top; in computeIconPosition()
170 viewR.width = getWidth() - (i.left + i.right); in computeIconPosition()
171 viewR.height = getHeight() - (i.top + i.bottom); in computeIconPosition()
181 viewR, in computeIconPosition()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifGraphicsUtils.java352 Rectangle viewR, in layoutMenuItem() argument
371 viewR, in layoutMenuItem()
419 acceleratorR.x = viewR.x + viewR.width - arrowIconR.width in layoutMenuItem()
423 checkIconR.x = viewR.x; in layoutMenuItem()
424 arrowIconR.x = viewR.x + viewR.width - menuItemGap in layoutMenuItem()
431 acceleratorR.x = viewR.x + arrowIconR.width + menuItemGap; in layoutMenuItem()
434 checkIconR.x = viewR.x + viewR.width - checkIconR.width; in layoutMenuItem()
435 arrowIconR.x = viewR.x + menuItemGap; in layoutMenuItem()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifGraphicsUtils.java352 Rectangle viewR, in layoutMenuItem() argument
371 viewR, in layoutMenuItem()
419 acceleratorR.x = viewR.x + viewR.width - arrowIconR.width in layoutMenuItem()
423 checkIconR.x = viewR.x; in layoutMenuItem()
424 arrowIconR.x = viewR.x + viewR.width - menuItemGap in layoutMenuItem()
431 acceleratorR.x = viewR.x + arrowIconR.width + menuItemGap; in layoutMenuItem()
434 checkIconR.x = viewR.x + viewR.width - checkIconR.width; in layoutMenuItem()
435 arrowIconR.x = viewR.x + menuItemGap; in layoutMenuItem()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DSheetDialog.java43 private static Rectangle viewR = new Rectangle(); field in SheetDialog
115 viewR.x = dx; in fixWrapping()
116 viewR.y = dy; in fixWrapping()
117 viewR.width = viewR.height = Short.MAX_VALUE; in fixWrapping()
133 viewR, iconR, textR, in fixWrapping()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DSheetDialog.java43 private static Rectangle viewR = new Rectangle(); field in SheetDialog
115 viewR.x = dx; in fixWrapping()
116 viewR.y = dy; in fixWrapping()
117 viewR.width = viewR.height = Short.MAX_VALUE; in fixWrapping()
133 viewR, iconR, textR, in fixWrapping()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DSheetDialog.java43 private static Rectangle viewR = new Rectangle(); field in SheetDialog
115 viewR.x = dx; in fixWrapping()
116 viewR.y = dy; in fixWrapping()
117 viewR.width = viewR.height = Short.MAX_VALUE; in fixWrapping()
133 viewR, iconR, textR, in fixWrapping()

12345678