Searched refs:style (Results 51 - 75 of 205) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java54 if (desc.style != compFont.style) {
56 if ((desc.style & Font.BOLD) == Font.BOLD &&
57 ((compFont.style & Font.BOLD) == 0)) {
60 if ((desc.style & Font.ITALIC) == Font.ITALIC &&
61 (compFont.style & Font.ITALIC) == 0) {
H A DSunFontManager.java268 /* Key is familyname+style value as an int.
270 * If no mapping exists, it means there is no font file for the style
599 public Font2DHandle getNewComposite(String family, int style, argument
612 if (style == -1) {
613 style = oldComp.getStyle();
616 Font2D newFont = findFont2D(family, style, NO_FALLBACK);
622 (CompositeFont)findFont2D("dialog", style, NO_FALLBACK);
708 family.setFont(f, f.style);
731 * This will ensure that we will algorithmically style the JRE
765 family.setFont(f, f.style);
953 findJREDeferredFont(String name, int style) argument
1026 findOtherDeferredFont(String name, int style) argument
1047 findDeferredFont(String name, int style) argument
1242 getDefaultLogicalFont(int style) argument
1638 findFontFromPlatformMap(String lcName, int style) argument
1971 findFontFromPlatform(String lcName, int style) argument
2072 findFont2D(String name, int style, int fallback) argument
2716 findFont2DAllLocales(String name, int style) argument
3923 getFontConfigFUIR(String family, int style, int size) argument
[all...]
H A DFontStrikeDesc.java46 * ie style is already built and hint "OFF" values are zero.
73 int style; field in class:FontStrikeDesc
204 style = fStyle;
234 style = desc.style;
243 return "FontStrikeDesc: Style="+style+ " AA="+aaHint+ " FM="+fmHint+
H A DCompositeFont.java124 /* composites don't call setStyle() as parsing the style
126 * Do I really have to parse the style from the name?
131 style = Font.PLAIN;
133 style = Font.BOLD;
135 style = Font.ITALIC;
137 style = Font.BOLD | Font.ITALIC;
156 style = physFont.style;
268 style,
342 findFont2D(componentNames[slot], style,
[all...]
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java61 public int style; // eg 0=PLAIN field in class:FontConfigManager.FcCompFont
194 fontArr[i].style = i % 4; // depends on array order.
279 fcInfo.style,
296 fcInfo.style);
308 fcInfo.style,
345 public CompositeFont getFontConfigFont(String name, int style) { argument
359 style == fontConfigFonts[i].style) {
370 .info("FC name=" + name + " style=" + style
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/jws/soap/
H A DSOAPBinding.java41 * The SOAP binding style
57 * The style of mapping parameters onto SOAP messages
65 * Defines the encoding style for messages send to and from the Web Service.
67 Style style() default Style.DOCUMENT;
70 * Defines the formatting style for messages sent to and from the Web Service.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSeparatorUI.java48 private SynthStyle style; field in class:SynthSeparatorUI
88 SynthStyle oldStyle = style;
90 style = SynthLookAndFeel.updateStyle(context, this);
92 if (style != oldStyle) {
96 size = (DimensionUIResource)style.get(
116 style.uninstallDefaults(context);
118 style = null;
211 int thickness = style.getInt(context, "Separator.thickness", 2);
252 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthInternalFrameTitlePane.java51 private SynthStyle style; field in class:SynthInternalFrameTitlePane
71 SynthLookAndFeel.getRegion(c), style, state);
113 SynthStyle oldStyle = style;
114 style = SynthLookAndFeel.updateStyle(context, this);
115 if (style != oldStyle) {
117 style.getIcon(context,"InternalFrameTitlePane.maximizeIcon");
119 style.getIcon(context,"InternalFrameTitlePane.minimizeIcon");
121 style.getIcon(context,"InternalFrameTitlePane.iconifyIcon");
123 style.getIcon(context,"InternalFrameTitlePane.closeIcon");
124 titleSpacing = style
[all...]
H A DSynthOptionPaneUI.java46 private SynthStyle style; field in class:SynthOptionPaneUI
77 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (style != oldStyle) {
81 minimumSize = (Dimension)style.get(context,
101 style.uninstallDefaults(context);
103 style = null;
144 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthScrollPaneUI.java52 private SynthStyle style; field in class:SynthScrollPaneUI
140 SynthStyle oldStyle = style;
142 style = SynthLookAndFeel.updateStyle(context, this);
143 if (style != oldStyle) {
180 style.uninstallDefaults(context);
215 SynthLookAndFeel.getRegion(c), style, state);
250 SynthStyle style = context.getStyle();
251 if (style == null) {
H A DSynthComboBoxUI.java46 private SynthStyle style; field in class:SynthComboBoxUI
124 SynthStyle oldStyle = style;
127 style = SynthLookAndFeel.updateStyle(context, this);
128 if (style != oldStyle) {
129 padding = (Insets) style.get(context, "ComboBox.padding");
130 popupInsets = (Insets)style.get(context, "ComboBox.popupInsets");
131 useListColors = style.getBoolean(context,
133 buttonWhenNotEditable = style.getBoolean(context,
135 pressedWhenPopupVisible = style.getBoolean(context,
137 squareButton = style
[all...]
H A DSynthDesktopIconUI.java44 private SynthStyle style; field in class:SynthDesktopIconUI
121 style = SynthLookAndFeel.updateStyle(context, this);
131 style.uninstallDefaults(context);
133 style = null;
147 style, state);
H A DSynthButtonUI.java45 private SynthStyle style; field in class:SynthButtonUI
78 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (style != oldStyle) {
83 Insets margin = (Insets)style.get(context,getPropertyPrefix() +
93 Object value = style.get(context, getPropertyPrefix() + "iconTextGap");
98 value = style.get(context, getPropertyPrefix() + "contentAreaFilled");
127 style.uninstallDefaults(context);
129 style = null;
143 style, stat
[all...]
H A DSynthTreeUI.java61 private SynthStyle style; field in class:SynthTreeUI
105 SynthStyle oldStyle = style;
107 style = SynthLookAndFeel.updateStyle(context, this);
108 if (style != oldStyle) {
111 setExpandedIcon(style.getIcon(context, "Tree.expandedIcon"));
112 setCollapsedIcon(style.getIcon(context, "Tree.collapsedIcon"));
114 setLeftChildIndent(style.getInt(context, "Tree.leftChildIndent",
116 setRightChildIndent(style.getInt(context, "Tree.rightChildIndent",
119 drawHorizontalLines = style.getBoolean(
121 drawVerticalLines = style
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java36 @XmlElement private UIStyle style; field in class:SynthModel
52 c.initStyles(this.style);
69 defBuffer.append(" //The global style definition\n");
70 defBuffer.append(style.write(""));
108 int style = Font.PLAIN;
110 style = style | Font.BOLD;
113 style = style | Font.ITALIC;
118 name, style, siz
[all...]
H A DUIStyle.java141 @XmlElement private UIStyle style = new UIStyle(); field in class:UIRegion
153 style.setParentStyle(parentStyle);
155 state.getStyle().setParentStyle(this.style);
158 state.getStyle().setParentStyle(this.style);
161 state.getStyle().setParentStyle(this.style);
164 region.initStyles(this.style);
250 // write style
251 sb.append(style.write(prefix + '.'));
343 @XmlElement private UIStyle style; field in class:UIState
344 public UIStyle getStyle() { return style; }
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java125 private Style style = Style.DOCUMENT; field in class:WSDLBoundPortTypeImpl
126 public void setStyle(Style style){ argument
127 this.style = style;
131 return style;
135 return Style.RPC==style;
139 return Style.DOCUMENT==style;
216 if(style== Style.RPC) {
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DTimeZoneNameProviderImpl.java131 public String getDisplayName(String id, boolean dst, int style, Locale language) { argument
142 String ret = array[(style==TimeZone.LONG?0:1)+(dst?2:0)+1];
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/
H A DSocketCreation.java103 void doServerSide(int style) throws Exception { argument
108 switch (style) {
260 void doClientSide(int style) throws Exception { argument
272 switch (style) {
469 void startServer(boolean newThread, final int style) throws Exception { argument
474 doServerSide(style);
489 doServerSide(style);
493 void startClient(boolean newThread, final int style) throws Exception { argument
498 doClientSide(style);
510 doClientSide(style);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKIconFactory.java216 GTKStyle style = (GTKStyle) context.getStyle();
217 iconDimension = style.getClassSpecificIntValue(context,
224 iconDimension += 2 * style.getClassSpecificIntValue(context,
262 // we create a unique icon per ToolBar and lookup the style for the
270 private SynthStyle style; field in class:GTKIconFactory.ToolBarHandleIcon
288 if (style == null) {
289 style = SynthLookAndFeel.getStyleFactory().getStyle(
293 style, SynthConstants.ENABLED);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c216 static void (*fp_gtk_paint_hline)(GtkStyle* style, GdkWindow* window,
219 static void (*fp_gtk_paint_vline)(GtkStyle* style, GdkWindow* window,
222 static void (*fp_gtk_paint_shadow)(GtkStyle* style, GdkWindow* window,
226 static void (*fp_gtk_paint_arrow)(GtkStyle* style, GdkWindow* window,
231 static void (*fp_gtk_paint_diamond)(GtkStyle* style, GdkWindow* window,
235 static void (*fp_gtk_paint_box)(GtkStyle* style, GdkWindow* window,
239 static void (*fp_gtk_paint_flat_box)(GtkStyle* style, GdkWindow* window,
243 static void (*fp_gtk_paint_check)(GtkStyle* style, GdkWindow* window,
247 static void (*fp_gtk_paint_option)(GtkStyle* style, GdkWindow* window,
251 static void (*fp_gtk_paint_box_gap)(GtkStyle* style, GdkWindo
2020 GtkStyle* style = gtk2_widget->style; local
2029 GtkStyle* style = gtk2_widget->style; local
2048 GtkStyle* style = gtk2_widget->style; local
2348 GtkStyle* style = gtk2_widget->style; local
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DColorFilter.java80 ConnectionStyle style = rule.getLineStyle();
88 if (style != null) {
89 c.setStyle(style);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap/
H A DSOAPBinding.java46 public com.sun.xml.internal.ws.wsdl.writer.document.soap.SOAPBinding style(String value); method in interface:SOAPBinding
H A DSOAPOperation.java46 public com.sun.xml.internal.ws.wsdl.writer.document.soap.SOAPOperation style(String value); method in interface:SOAPOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap12/
H A DSOAPBinding.java46 public com.sun.xml.internal.ws.wsdl.writer.document.soap12.SOAPBinding style(String value); method in interface:SOAPBinding

Completed in 205 milliseconds

123456789