Searched defs:style (Results 126 - 149 of 149) sorted by relevance

123456

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java346 public FontPeer getFontPeer(String name, int style){ argument
347 return new MFontPeer(name, style);
543 * Returns a style map for the input method highlight.
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java53 * structure for this document represents style crossings for
54 * style runs. These style runs are mapped into a paragraph element
56 * style runs break at paragraph boundaries since logical styles are
78 * @param styles resources and style definitions which may
102 * and has a style context that is scoped by the lifetime
368 * Adds a new style into the logical style hierarchy. Style attributes
372 * @param nm the name of the style (must be unique within the
373 * collection of named styles). The name may be null if the style
952 styleChanged(Style style) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java102 * The semantics for when a CSS style should overide visual attributes
175 * Fetches the style to use to render the given type
253 Style style = getResolvedStyle(cacheLookup.toString(),
255 return style;
276 Style style = getResolvedStyle(selector);
277 return style;
285 * a result of parsing a <style> tag.
316 * result of encountering an HTML style attribute.
352 * Removes a named style previously added to the document.
354 * @param nm the name of the style t
2796 insertStyle(Style style, int specificity) argument
2814 removeStyle(Style style) argument
3038 setStyle(Style style) argument
3117 private Style style; field in class:StyleSheet.SelectorMapping
[all...]
H A DCSS.java55 * <li>font-style
78 * <li>border-top-style
79 * <li>border-right-style
80 * <li>border-bottom-style
81 * <li>border-left-style
82 * <li>border-style (only supports inset, outset and none)
88 * <li>list-style-image
89 * <li>list-style-type
90 * <li>list-style-position
116 * <li>list-style
2236 transient private CSS.Value style; field in class:CSS.BorderStyle
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java578 // Methods for handling font and style names //
612 * Checks whether the given style name is a valid logical font style name.
665 protected static int getStyleIndex(int style) { argument
666 switch (style) {
690 * family name and style.
691 * The style argument is interpreted as in java.awt.Font.Font.
693 public static String getLogicalFontFaceName(String familyName, int style) { argument
695 return familyName.toLowerCase(Locale.ENGLISH) + "." + getStyleString(style);
700 * for the given style
703 getStyleString(int style) argument
851 getFontDescriptors(String fontName, int style) argument
[all...]
H A DSunToolkit.java200 public abstract FontPeer getFontPeer(String name, int style); argument
/openjdk7/jdk/src/share/classes/sun/font/
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...]
/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/share/classes/java/awt/
H A DToolkit.java441 * @param style the style of the font, such as <code>PLAIN</code>,
450 protected abstract FontPeer getFontPeer(String name, int style); argument
965 * if the corresponding 1.1-style SecurityManager.checkXXX method
1009 * if the corresponding 1.1-style SecurityManager.checkXXX method
2431 * The style field of the input method highlight is ignored. The map
2434 * @return style attribute map, or <code>null</code>
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c1042 * root-window style status is used.
1073 * root-window style status is used.
1264 jintArray style = NULL; local
1298 style = (*env)->NewIntArray(env, text->length);
1299 if (JNU_IsNull(env, style)) {
1308 (*env)->SetIntArrayRegion(env, style, 0,
1318 (*env)->SetIntArrayRegion(env, style, 0,
1327 style,
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...]
H A Dgtk2_interface.h427 GtkStyle *style; member in struct:_GtkWidget
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java591 public FontPeer getFontPeer(String name, int style) { argument
595 retval = (FontPeer)cacheFontPeer.get(lcName + style);
600 retval = new WFontPeer(name, style);
606 cacheFontPeer.put(lcName + style, retval);
699 * Returns a style map for the input method highlight.
H A DWPrinterJob.java1053 protected boolean setFont(String family, float size, int style, argument
1060 style != mLastFontStyle ||
1067 (style & Font.BOLD) != 0,
1068 (style & Font.ITALIC) != 0,
1073 mLastFontStyle = style;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h305 INLINE virtual void SetStyle(LONG style) { argument
309 DWORD ret = ::SetWindowLong(GetHWnd(), GWL_STYLE, style);
316 INLINE virtual void SetStyleEx(LONG style) { argument
320 DWORD ret = ::SetWindowLong(GetHWnd(), GWL_EXSTYLE, style);
H A Dawt_Frame.cpp236 DWORD style; local
244 style = WS_POPUP|WS_CLIPCHILDREN;
248 style = WS_CLIPCHILDREN;
253 style = WS_POPUP | WS_SYSMENU | WS_CLIPCHILDREN |
261 style = WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN;
279 style,
627 LONG style = GetStyle(); local
628 DASSERT(style & WS_MAXIMIZE);
629 style ^= WS_MAXIMIZE;
630 SetStyle(style);
[all...]
H A Dawt_Font.cpp393 static HFONT CreateHFont_sub(LPCWSTR name, int style, int height, argument
413 // Set style
414 logFont.lfWeight = (style & java_awt_Font_BOLD) ? FW_BOLD : FW_NORMAL;
415 logFont.lfItalic = (style & java_awt_Font_ITALIC) != 0;
416 logFont.lfUnderline = 0;//(style & java_awt_Font_UNDERLINE) != 0;
455 HFONT AwtFont::CreateHFont(WCHAR* name, int style, int height, argument
462 wsprintf(longName, L"%ls-%d-%d", name, style, height);
475 hFont = CreateHFont_sub(name, style, height, angle, awScale);
968 AwtFont::styleID = env->GetFieldID(cls, "style", "I");
H A Dawt_Window.cpp400 * lpwc->style |= CS_SAVEBITS; // improve pull-down menu performance
624 lpwc->style = 0L;
1031 void AwtWindow::TweakStyle(DWORD & style, DWORD & exStyle) argument
1038 style &= ~WS_OVERLAPPED;
1039 style |= WS_POPUP;
1074 DWORD style = WS_CLIPCHILDREN | WS_POPUP; local
1088 style, exStyle,
1351 LONG style = GetStyle(); local
1352 if (style & WS_THICKFRAME) {
1944 LONG style local
2210 LONG style = static_cast<LONG>(::GetWindowLongPtr(foregroundSearch, GWL_STYLE)); local
[all...]
H A Dawt_Component.cpp426 lpwc->style = 0L;//CS_OWNDC;
690 DWORD style = ::GetWindowLong(hwnd, GWL_STYLE); local
694 if ( (style & WS_CHILD) == 0 ||
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java242 " allClassesLink.style.display = \"block\";" + DocletConstants.NL +
245 " allClassesLink.style.display = \"none\";" + DocletConstants.NL +
1649 * @param style the font of the package link label.
1652 String style) {
1653 print(getPackageLinkString(pkg, label, isStrong, style));
1675 * @param style the font of the package link label.
1679 String style) {
1692 "", label, isStrong, style);
1696 return getHyperLinkString(crossPkgLink, "", label, isStrong, style);
1821 * @param style th
1651 printPackageLink(PackageDoc pkg, String label, boolean isStrong, String style) argument
1678 getPackageLinkString(PackageDoc pkg, String label, boolean isStrong, String style) argument
1824 getCrossClassLink(String qualifiedClassName, String refMemName, String label, boolean strong, String style, boolean code) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java230 int style, int transform) {
231 setFontParams( (String)obj, size, style, transform );
235 int style, int transform) {
237 if ( !name.equals( fontName ) || style != fontStyle )
242 fontStyle = style;
386 String name, float size, int style,
400 setFontParams( name, size, style, transform );
229 setFontParams(Object obj, float size, int style, int transform) argument
234 setFontParams(String name, float size, int style, int transform) argument
385 loadOptions( boolean grid, boolean force16, int start, int end, String name, float size, int style, int transform, int g2transform, int text, int method, int aa, int fm, int contrast, String user[] ) argument
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java874 public FontPeer getFontPeer(String name, int style){ argument
875 return new XFontPeer(name, style);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java981 private short style; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SSModuleImpl
995 style = readShort();
1017 public short getDebuggingStyle() { return style; }

Completed in 259 milliseconds

123456