Searched refs:STYLE (Results 1 - 25 of 37) sorted by relevance

12

/external/freetype/src/autofit/
H A Dafstyles.h20 /* Define `STYLE' as needed. */
34 /* STYLE( cyrl_dflt, CYRL_DFLT, */
43 STYLE( s ## _ ## f, S ## _ ## F, \
87 STYLE( hebr_dflt, HEBR_DFLT,
95 STYLE( deva_dflt, DEVA_DFLT,
103 STYLE( ltn2_dflt, LTN2_DFLT,
111 STYLE( none_dflt, NONE_DFLT,
123 STYLE( s ## _dflt, S ## _DFLT, \
148 STYLE( hani_dflt, HANI_DFLT,
H A Dafglobal.h46 #undef STYLE macro
47 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
H A Dafglobal.c55 #undef STYLE macro
56 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
98 #undef STYLE macro
99 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
116 #undef STYLE macro
117 #define STYLE( s, S, d, ws, sc, ss, c ) #s, macro
H A Dafpic.c132 #undef STYLE macro
133 #define STYLE( s, S, d, ws, sc, bss, c ) \ macro
H A Daftypes.h422 #undef STYLE macro
423 #define STYLE( s, S, d, ws, sc, ss, c ) \ macro
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java63 * {@code STYLE} is for the "style" attribute.
73 STYLE enum constant in enum:HtmlParser.ATTR_TYPE
142 * <li>Inside a STYLE tag.
143 * <li>Inside a STYLE attribute.
H A DHtmlParserFactory.java226 case STYLE:
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java26 public static final Tag STYLE = new TagImpl ("STYLE"); field in class:Tag
H A DHTMLDocument.java120 final IElement style = IElement.Factory.create (Tag.STYLE);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
349 return AutoEscapeState.STYLE;
438 case STYLE:
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED( enum constant in enum:AutoEscapeContext.AutoEscapeState
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dmath_store.js32 cvox.SpeechRule.DynamicCstrAttrib.STYLE
55 this, [name, dynamicCstr[cvox.SpeechRule.DynamicCstrAttrib.STYLE],
91 dynamicCstr[cvox.SpeechRule.DynamicCstrAttrib.STYLE] = style;
H A Dbase_rule_store.js56 this.dynamicCstrAttribs = [cvox.SpeechRule.DynamicCstrAttrib.STYLE];
95 dynamicCstr[cvox.SpeechRule.DynamicCstrAttrib.STYLE] = dynamic;
H A Dspeech_rule.js357 STYLE: 'style'
H A Dspeech_rule_engine.js43 this.dynamicCstr[cvox.SpeechRule.DynamicCstrAttrib.STYLE] = 'short';
/external/libvorbis/lib/
H A Dlookups.pl7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.h299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
302 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
H A Di830_vtbl.c51 #define EMIT_ATTR( ATTR, STYLE, V0 ) \
54 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_context.c96 #define EMIT_ATTR( ATTR, STYLE, MEMBER ) \
99 map[e].format = (STYLE); \
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h299 #define EMIT_ATTR( ATTR, STYLE, S4, SZ ) \
302 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
H A Di830_vtbl.c51 #define EMIT_ATTR( ATTR, STYLE, V0 ) \
54 intel->vertex_attrs[intel->vertex_attr_count].format = (STYLE); \
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.c96 #define EMIT_ATTR( ATTR, STYLE, MEMBER ) \
99 map[e].format = (STYLE); \
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dactive_indicator.js138 cvox.ActiveIndicator.STYLE =
467 style.innerHTML = cvox.ActiveIndicator.STYLE;
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java221 * <li>Inside a STYLE tag.
222 * <li>Inside a STYLE attribute.
232 && (getAttributeType() == ATTR_TYPE.STYLE))
249 return ATTR_TYPE.STYLE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c62 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
65 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c67 #define EMIT_ATTR( ATTR, STYLE, F0 ) \
70 rmesa->radeon.swtcl.vertex_attrs[rmesa->radeon.swtcl.vertex_attr_count].format = (STYLE); \

Completed in 1327 milliseconds

12