Searched defs:styles (Results 1 - 17 of 17) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/
H A Dpygapp2.py10 styles = { variable in class:pygapp2
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp22 const BorderStyle styles[4])
29 memcpy(fStyles, styles, sizeof(fStyles));
20 SkBorder(const SkPaint paints[4], const SkScalar widths[4], const BorderStyle styles[4]) argument
/external/skia/gm/
H A Dinversepaths.cpp41 SkPaint::Style styles[] = { member in namespace:skiagm
100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles);
114 paint.setStyle(styles[styleIndex]);
H A Dblurrect.cpp199 const SkBlurStyle styles[] = {kNormal_SkBlurStyle, kInner_SkBlurStyle, kOuter_SkBlurStyle}; local
218 for (size_t k = 0 ; k < SK_ARRAY_COUNT(styles) ; k++) {
219 SkBlurStyle style = styles[k];
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles
[all...]
H A Dtufmtts.cpp266 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; local
336 styleIndex < sizeof(styles)/sizeof(styles[0]);
352 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status);
382 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
H A Dmeasfmttest.cpp747 UMeasureFormatWidth styles[] = { local
821 for ( int32_t styleIndex = 0; styleIndex < UPRV_LENGTHOF(styles); ++styleIndex ) {
827 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status);
H A Dtztest.cpp1323 TimeZone::EDisplayType styles[] = { TimeZone::SHORT, TimeZone::LONG }; local
1339 for(j = 0; j < (int32_t)(sizeof(styles)/sizeof(styles[0])); j++) {
1343 from->getDisplayName(useDst[k], styles[j],locale, fromName);
1344 to->getDisplayName(useDst[k], styles[j], locale, toName);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java63 || tr.styles.hasMetaData()) {
74 * Set the styles to the style of the first character replaced.<br>
81 ReplaceableString styles; field in class:ReplaceableTest.TestReplaceable
87 TestReplaceable (String text, String styles) { argument
91 if (styles != null && i < styles.length()) {
92 s.append(styles.charAt(i));
101 this.styles = new ReplaceableString(s.toString());
105 return styles.toString();
109 return chars.toString() + "{" + styles
[all...]
/external/skia/tests/
H A DPaintTest.cpp239 const SkPaint::Style styles[] = { local
258 FOR_SETUP(p, styles, setStyle)
H A DBlurTest.cpp510 const SkBlurStyle styles[] = { local
520 for (size_t i = 0; i < SK_ARRAY_COUNT(styles); ++i) {
521 const SkBlurStyle style = (SkBlurStyle)styles[i];
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h43 FX_DWORD styles; member in struct:_IOS_FONTDATA
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.js273 var styles = ''; variable
282 styles += selector(r) + rule(r) + '\n';
284 styles += shadowSelector(r) + rule(r) + '\n';
287 styles += r.selectors.map(selector) + rule(r.rule) + '\n';
289 styles += r.selectors.map(shadowSelector) + rule(r.rule) + '\n';
295 el.textContent = styles;
8249 var styles = root.querySelectorAll('style');
8250 if (styles) {
8251 for (var i = 0, l = styles.length, s; (i < l) && (s = styles[
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js3751 description: Contains methods for interacting with the styles of Elements in a fashionable way.
3767 // Check for oldIE, which does not remove styles when they're set to null
3773 // check for oldIE, which returns border* shorthand styles in the wrong order (color-width-style instead of width-style-color)
3782 Element.Properties.styles = {set: function(styles){
3783 this.setStyles(styles);
3921 setStyles: function(styles){
3922 for (var style in styles) this.setStyle(style, styles[style]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 906 milliseconds