HomeSort by relevance Sort by last modified time
    Searched refs:STYLE (Results 1 - 25 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afstyles.h 20 /* Define `STYLE' as needed. */
24 /* style name in lowercase and uppercase, respectively, followed */
32 /* style. */
36 /* STYLE( cyrl_dflt, CYRL_DFLT, */
37 /* "Cyrillic default style", */
45 STYLE( s ## _ ## f, S ## _ ## F, \
46 ds " " df " style", \
86 STYLE( arab_dflt, ARAB_DFLT,
87 "Arabic default style",
93 STYLE( armn_dflt, ARMN_DFLT
    [all...]
afglobal.h 46 #undef STYLE
47 #define STYLE( s, S, d, ws, sc, ss, c ) \
67 /* index of fallback style in `af_style_classes' */
144 * style-specific items
afglobal.c 57 #undef STYLE
58 #define STYLE( s, S, d, ws, sc, ss, c ) \
100 #undef STYLE
101 #define STYLE( s, S, d, ws, sc, ss, c ) \
118 #undef STYLE
119 #define STYLE( s, S, d, ws, sc, ss, c ) #s,
132 /* Compute the style index of each glyph within a given face. */
154 * Ignore this error; we simply use the fallback style.
161 /* scan each style in a Unicode charmap */
176 * glyph style index
432 AF_Style style = (AF_Style)options; local
    [all...]
afpic.c 132 #undef STYLE
133 #define STYLE( s, S, d, ws, sc, bss, c ) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledlg.dlg 10 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
42 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
68 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
94 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
122 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
140 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
164 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
174 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
184 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
195 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMEN
    [all...]
findtext.dlg 7 STYLE WS_BORDER | WS_CAPTION | DS_MODALFRAME | WS_POPUP | WS_SYSMENU |
28 STYLE WS_BORDER | WS_CAPTION | DS_MODALFRAME | WS_POPUP | WS_SYSMENU |
msacmdlg.dlg 7 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
35 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
fileopen.dlg 11 STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
44 STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
74 STYLE WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_MODALFRAME |
106 STYLE WS_CAPTION | WS_SYSMENU | WS_POPUP | DS_MODALFRAME |
color.dlg 9 STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU |
font.dlg 7 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU |
icmui.dlg 7 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
prnsetup.dlg 9 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
46 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
78 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU |
110 STYLE DS_CONTROL | DS_3DLOOK | WS_CHILD
  /external/python/cpython2/PC/bdist_wininst/
install.rc 96 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
110 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
130 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
144 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 37 * <li>{@code CSS} for Cascading Style-Sheets templates.
63 * {@code STYLE} is for the "style" attribute.
73 STYLE
142 * <li>Inside a STYLE tag.
143 * <li>Inside a STYLE attribute.
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 41 STYLE(R.string.style, TYPE_DROP_DOWN, CATEGORY_STYLE,
119 if (this == STYLE)
137 STYLE.setValue(STYLE_NONE);
147 STYLE.setValue(STYLE_INBOX);
157 STYLE.setValue(STYLE_BIG_PICTURE);
  /external/python/cpython2/Lib/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 26 public static final Tag STYLE = new TagImpl ("STYLE");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ThemeAttributeDescriptor.java 29 * Describes a Theme/Style XML attribute displayed by a {@link UiResourceAttributeNode}
55 return new UiResourceAttributeNode(ResourceType.STYLE, this, uiParent);
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 200 // <style>START HERE
248 // <input style="START HERE
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
252 // <input style=START HERE
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
347 if (state.equals(HtmlParser.STATE_CSS_FILE) || tag.equals("style")) {
349 return AutoEscapeState.STYLE;
438 case STYLE:
439 // <input style="border:<?cs var: FancyBorder ?>"> :
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED
    [all...]
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 120 StyleResourceValue style = resolveStyle(resId[i]); local
121 if (style != null) {
123 style, force[i]);
146 .getFrameworkResource(ResourceType.STYLE, theme.getName());
149 .getProjectResource(ResourceType.STYLE, theme.getName());
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 35 import static com.android.notificationstudio.model.EditableItem.STYLE;
82 if (STYLE.hasValue())
90 Integer styleValue = STYLE.getValueInt();

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>