Searched refs:style (Results 101 - 125 of 205) sorted by relevance

123456789

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java109 family.setFont(f, f.style);
111 family.setFont(f, f.style);
331 protected boolean cloneStyledFont(FontFamily realFamily, String logicalFamilyName, int style) { argument
334 Font2D realFont = realFamily.getFontWithExactStyleMatch(style);
360 String family, int style, int size)
366 return new FontUIResource(mappedName, style, size);
359 getFontConfigFUIR( String family, int style, int size) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundOperationImpl.java314 private Style style = Style.DOCUMENT; field in class:WSDLBoundOperationImpl
315 public void setStyle(Style style){ argument
316 this.style = style;
326 if(style.equals(Style.RPC)){
355 if(style.equals(Style.RPC)){
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFonts.java129 public DerivedUIResourceFont(final String name, final int style, final int size) { argument
130 super(name, style, size);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_List.h145 INLINE virtual void SetStyle(LONG style) { argument
149 LONG ret = ::SetWindowLong(GetListHandle(), GWL_STYLE, style);
156 INLINE virtual void SetStyleEx(LONG style) { argument
160 LONG ret = ::SetWindowLong(GetListHandle(), GWL_EXSTYLE, style);
H A Dawt_DesktopProperties.cpp196 // since they depend on XP style. ThemeActive property is
197 // '1' for XP Style, '0' for Windows classic style.
199 LPTSTR style = getXPStylePropFromReg(TEXT("ThemeActive")); local
200 BOOL result = (style != NULL && *style == _T('1'));
201 free(style);
725 jint style = java_awt_Font_PLAIN; local
728 style = java_awt_Font_BOLD;
731 style |= java_awt_Font_ITALIC;
737 key, fontName, style, pointSiz
750 jint style; local
[all...]
H A Dawt_Dialog.cpp124 // WS_POPUP style for the dialog. Using toolkit window here. That
136 DWORD style = WS_CAPTION | WS_SYSMENU | WS_CLIPCHILDREN; local
138 style |= WS_POPUP;
140 style &= ~(WS_MINIMIZEBOX|WS_MAXIMIZEBOX);
151 style = WS_POPUP | WS_CLIPCHILDREN;
162 style, exStyle,
535 LONG style = GetStyle(); local
545 style &= ~(WS_MINIMIZEBOX|WS_MAXIMIZEBOX);
546 SetStyle(style);
H A Dawt_Button.cpp78 DWORD style; local
110 style = 0;
116 style = WS_CHILD | WS_CLIPSIBLINGS | BS_PUSHBUTTON | BS_OWNERDRAW;
120 c->CreateHWnd(env, labelStr, style, exStyle, x, y, width, height,
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeFont.java138 style |= Font.BOLD;
144 style |= Font.ITALIC;
154 style |= Font.ITALIC;
185 // style = Font.PLAIN;
393 " style="+style+" nativeName="+platName;
H A DFcFontConfiguration.java176 public FontDescriptor[] getFontDescriptors(String fontName, int style) { argument
210 String fontname, int style) {
219 style == fcFonts[i].style) {
373 String styleKey = fci.jdkName+"."+fci.style;
486 fci[index].style = s;
209 getFcFontList(FcCompFont[] fcFonts, String fontname, int style) argument
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java88 * calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
706 * A style specifier for {@link #getDisplayNames(int, int, Locale)
717 * A style specifier for {@link #getDisplayName(int, int, Locale)
727 * A style specifier for {@link #getDisplayName(int, int, Locale)
1373 * <code>field</code> value in the given <code>style</code> and
1383 * "January" in the long style in an English locale or "Jan" in
1384 * the short style. However, no string representation would be
1395 * @param style
1396 * the style applied to the string representation; one of
1401 * <code>field</code> in the given <code>style</cod
1412 getDisplayName(int field, int style, Locale locale) argument
1472 getDisplayNames(int field, int style, Locale locale) argument
1498 getDisplayNamesImpl(int field, int style, Locale locale) argument
1514 checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, Locale locale, int fieldMask) argument
1526 getFieldStrings(int field, int style, DateFormatSymbols symbols) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c92 fontIDs.style = (*env)->GetFieldID(env, cls, "style", "I");
270 char *family = NULL, *style = NULL, *slant = NULL, *encoding = NULL; local
300 style = start;
333 /* Regular is the style for TrueType fonts -- Type1, F3 use roman */
334 if (strcmp(style, "regular") == 0) {
345 family, style, slant, pointSize, encoding);
361 family, style, slant, pixelSize, encoding);
374 style, slant, pixelSize, encoding);
402 family, style, slan
646 char *style = NULL; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java227 public static boolean sameStyle(SOAPBinding.Style style, SOAPStyle soapStyle) { argument
228 if (style.equals(SOAPBinding.Style.DOCUMENT) &&
231 if (style.equals(SOAPBinding.Style.RPC) &&
240 if (!sameStyle(soapBinding.style(), soapStyle)) {
245 if (soapBinding.style().equals(SOAPBinding.Style.RPC)) {
260 String style = "rpc";
261 if(soapBinding.style().equals(SOAPBinding.Style.DOCUMENT))
262 style = "document";
263 builder.onError(bindingDecl.getPosition(), WebserviceapMessages.localizableWEBSERVICE_ENCODED_NOT_SUPPORTED(classDecl.getQualifiedName(), style));
279 if (soapBinding.style()
807 public Style style() {return SOAPBinding.Style.DOCUMENT;} method in class:WebServiceVisitor.MySOAPBinding
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopPaneUI.java46 private SynthStyle style; field in class:SynthDesktopPaneUI
115 SynthStyle oldStyle = style;
117 style = SynthLookAndFeel.updateStyle(context, this);
145 style.uninstallDefaults(context);
147 style = null;
434 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthBorder.java56 SynthStyle style = context.getStyle();
57 if (style == null) {
/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp104 Prefetch::style prefetch_style() {
127 Prefetch::style prefetch_style() {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentScanner.java218 protected void processComment(CommentStyle style) { argument
219 if (style != CommentStyle.JAVADOC) {
/openjdk7/hotspot/agent/src/os/linux/
H A DMakefile63 # If this is a --hash-style=gnu system, use --hash-style=both
65 _HAS_HASH_STYLE_GNU:=$(shell $(CC) -dumpspecs | grep -- '--hash-style=gnu')
67 LDFLAGS_HASH_STYLE = -Wl,--hash-style=both
/openjdk7/jdk/src/share/classes/sun/awt/
H A DComponentFactory.java91 FontPeer getFontPeer(String name, int style); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css1 /* Javadoc style sheet */
3 Overall document style
53 list-style-type:disc;
158 list-style:none;
163 list-style:none;
212 list-style:none;
261 list-style:none;
296 list-style:none;
308 list-style:none;
330 list-style
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java165 * <dt>messageType<dd>Defines the style of the message. The Look and Feel
579 int style = styleFromMessageType(messageType);
580 JDialog dialog = pane.createDialog(parentComponent, title, style);
866 int style = styleFromMessageType(messageType);
867 JDialog dialog = pane.createDialog(parentComponent, title, style);
918 int style = styleFromMessageType(getMessageType());
919 return createDialog(parentComponent, title, style);
945 int style = styleFromMessageType(getMessageType());
947 initDialog(dialog, style, null);
952 int style)
951 createDialog(Component parentComponent, String title, int style) argument
972 initDialog(final JDialog dialog, int style, Component parentComponent) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java140 } else if (elem == dtd.style) {
197 if (inbody != 0 || elem == dtd.meta || elem == dtd.base || elem == dtd.isindex || elem == dtd.style || elem == dtd.link) {
232 } else if (elem == dtd.style) {
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java144 /* TODO: put default style in style table */
333 writeControlWord("fnil"); /* TODO: supply correct font style */
365 /* write the style sheet */
371 Style style = (Style)styles.nextElement();
372 int styleNumber = styleTable.get(style).intValue();
374 String styleType = (String)style.getAttribute(Constants.StyleType);
387 AttributeSet basis = style.getResolveParent();
395 updateSectionAttributes(goat, style, false);
396 updateParagraphAttributes(goat, style, fals
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontUtilities.java361 * The method currently assumes that only the size and style attributes
368 * Additionally it tries to support a different style by calling
371 * Deriving with a different style is needed because its been shown
477 int style, int size) {
488 fuir = sfm.getFontConfigFUIR(mapped, style, size);
490 fuir = new FontUIResource(mapped, style, size);
476 getFontConfigFUIR(String fcFamily, int style, int size) argument
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DFontEditor.java129 int style = styles[styleChoser.getSelectedIndex()];
132 Font f = new Font(family, style, size);
136 styleNames[style] + "-" + size);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopProperties.java167 private synchronized void setFontProperty(String key, String name, int style, int size) { argument
168 assert( key != null && style <= (Font.BOLD|Font.ITALIC) && size >= 0 );
174 Font font = new Font(name, style, size);

Completed in 180 milliseconds

123456789