Searched refs:style (Results 26 - 50 of 633) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
70 UDateFormatStyle style = UDAT_DEFAULT; local
96 style = UDAT_FULL;
100 style = UDAT_LONG;
104 style = UDAT_MEDIUM;
108 style = UDAT_SHORT;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
242 UDateFormatStyle style,
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]
/external/skia/src/ports/
H A DSkFontMgr_android.cpp4 * Use of this source code is governed by a BSD-style license that can be
31 const SkFontStyle& style,
34 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
54 const SkFontStyle& style,
59 : INHERITED(index, style, isFixedPitch, familyName)
88 const SkFontStyle& style,
91 : INHERITED(index, style, isFixedPitch, familyName)
138 SkFontStyle style; local
140 if (!scanner.scanFont(stream.get(), ttcIndex, &familyName, &style, &isFixedWidth)) {
146 int weight = fontFile.fWeight != 0 ? fontFile.fWeight : style
30 SkTypeface_Android(int index, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) argument
52 SkTypeface_AndroidSystem(const SkString& pathName, int index, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkLanguage& lang, FontVariant variantStyle) argument
86 SkTypeface_AndroidStream(SkStreamAsset* stream, int index, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) argument
208 SkFontStyle style = this->style(i); variable
219 SkFontStyle style(int index) { function in class:SkFontStyleSet_Android
332 find_family_style_character( const SkTDArray<NameToFamily>& fallbackNameToFamilyMap, const SkFontStyle& style, bool elegant, const SkString& langTag, SkUnichar character) argument
412 SkFontStyle style; variable
424 SkFontStyle style = SkFontStyle(styleBits); variable
[all...]
/external/skia/tools/
H A Dsk_tool_utils_font.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 SkTypeface* create_font(const char* name, SkTypeface::Style style) { argument
40 if (!strcmp(name, sub->fName) && sub->fStyle == style) {
46 SkDebugf("missing %s %d\n", name, style);
47 return SkTypeface::CreateFromName(name, style);
66 return SkNEW_ARGS(SkTestTypeface, (font, SkFontStyle(style)));
70 SkTypeface* resource_font(const char* name, SkTypeface::Style style) { argument
75 if (!strcmp(name, sub.fName) && sub.fStyle == style) {
81 return SkTypeface::CreateFromName(name, style);
90 return SkTypeface::CreateFromName(name, style);
[all...]
H A Dsk_tool_utils.cpp4 * Use of this source code is governed by a BSD-style license that can be
37 SkTypeface* create_portable_typeface(const char* name, SkTypeface::Style style) { argument
40 face = create_font(name, style);
42 face = resource_font(name, style);
44 face = SkTypeface::CreateFromName(name, style);
49 void set_portable_typeface(SkPaint* paint, const char* name, SkTypeface::Style style) { argument
50 SkTypeface* face = create_portable_typeface(name, style);
/external/skia/gm/
H A Dlinepaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
28 SkPaint::Style style, SkPath::FillType fill,
36 paint.setStyle(style);
110 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
111 if (0 < style) {
117 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
133 canvas->drawText(gStyles[style].fName,
134 strlen(gStyles[style]
26 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
169 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Dquadpaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
28 SkPaint::Style style, SkPath::FillType fill,
36 paint.setStyle(style);
111 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
112 if (0 < style) {
118 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
134 canvas->drawText(gStyles[style].fName,
135 strlen(gStyles[style]
26 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
171 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Demptypath.cpp5 * Use of this source code is governed by a BSD-style license that can be
29 SkPaint::Style style,
35 paint.setStyle(style);
82 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
97 gStyles[style].fStyle, gFills[fill].fFill);
112 canvas->drawText(gStyles[style].fName,
113 strlen(gStyles[style].fName),
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/clang/www/analyzer/
H A Dmenu.css20 list-style: none inside;
27 list-style-position: inside;
28 list-style:none;
/external/v8/tools/profviz/
H A Dprofviz.js121 this.plot.style.webkitFilter = "grayscale(1)";
122 this.prof.style.color = "#bbb";
129 this.plot.style.webkitFilter = "";
130 this.prof.style.color = "#000";
150 this.plot.style.display = "block";
151 this.prof.style.display = "none";
155 this.plot.style.display = "none";
156 this.prof.style.display = "block";
164 if (field && this[field].style.display != "none") field = null; // Toggle.
165 this.credits.style
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java127 private void checkGet(Map<String, Integer> testmap, TrieMap.Style style) { argument
131 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build();
140 assertEquals(style + "\tGet of '" + key + "' = {" + Utility.hex(key) + "}", value, foundValue);
154 public long timeIteration(Map<String, Integer> testMap, long comparisonTime, Style style, double ratioToMap) { argument
155 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
160 if (style == null) {
190 logln("\titeration time\t" + style + "\tn/a\t" + t.toString(testMap.size(), comparisonTime) + "\titerations=" + t.getIterations());
192 errln(style + "\tTime iteration takes too long. Expected:\t< " + ratioToMap * comparisonTime + ", Actual:\t" + trieTime);
203 public void checkContents(Map<String, Integer> testMap, Style style) { argument
207 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Optio
239 checkSearch(Style style) argument
291 timeBuilding(Map<String, Integer> testmap, long comparisonTime, Style style, Option option, double ratioToMap) argument
346 checkSize(int comparisonSize, Style style, Option option, double ratioToMap) argument
401 timeGet(ArrayList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap) argument
454 Style style; field in class:TrieMapTest.MyLoop
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
H A Ddataurl-dbquote-font.css28 font-style: normal;
H A Ddataurl-noquote-multiline-font.css29 font-style: normal;
H A Ddataurl-singlequote-font.css28 font-style: normal;
/external/doclava/res/assets/templates/
H A Ddesignpage.cs10 <div id="doc-content" style="position:relative;">
H A Dnosidenavpage.cs10 <div id="doc-content" style="position:relative;">
/external/libvorbis/doc/vorbisenc/
H A DMakefile.am6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
/external/skia/tests/
H A DMaskCacheTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
38 SkBlurStyle style = kNormal_SkBlurStyle; local
42 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, quality, rrect, &mask, &cache);
51 SkMaskCache::Add(sigma, style, quality, rrect, mask, data, &cache);
58 data = SkMaskCache::FindAndRef(sigma, style, quality, rrect, &mask, &cache);
76 SkBlurStyle style = kNormal_SkBlurStyle; local
80 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, quality, rects, 1, &mask, &cache);
89 SkMaskCache::Add(sigma, style, quality, rects, 1, mask, data, &cache);
96 data = SkMaskCache::FindAndRef(sigma, style, quality, rects, 1, &mask, &cache);
/external/v8/test/intl/number-format/
H A Dparse-decimal.js28 var nf = new Intl.NumberFormat(['en'], {style: 'decimal'});
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/system_stats/
H A Dsystem_stats_snapshot_view.css2 * Use of this source code is governed by a BSD-style license that can be
16 list-style: none;
25 list-style: none;
/external/freetype/src/truetype/
H A Dttsubpix.c789 /* Does font style match rule style? */
793 /* Is font style a wildcard ""? */
797 /* Is font style contained in a class list? */
821 const FT_String* style,
836 if ( style &&
837 is_member_of_style_class ( style, rule[i].style ) )
852 const FT_String* style,
867 if ( style
849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) argument
909 FT_String* style = face->root.style_name; local
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
H A DDateFormatProviderICU.java22 public DateFormat getDateInstance(int style, Locale locale) { argument
23 return getInstance(style, NONE, locale);
32 public DateFormat getTimeInstance(int style, Locale locale) { argument
33 return getInstance(NONE, style, locale);
/external/pdfium/third_party/freetype/src/truetype/
H A Dttsubpix.c789 /* Does font style match rule style? */
793 /* Is font style a wildcard ""? */
797 /* Is font style contained in a class list? */
821 const FT_String* style,
836 if ( style &&
837 is_member_of_style_class ( style, rule[i].style ) )
852 const FT_String* style,
867 if ( style
849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) argument
909 FT_String* style = face->root.style_name; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowURLSpan.java3 import android.text.style.URLSpan;
/external/skia/include/core/
H A DSkStrokeRec.h4 * Use of this source code is governed by a BSD-style license that can be
21 SkStrokeRec(InitStyle style);
56 * strokeAndFill==true -> new style will be Fill
57 * strokeAndFill==false -> new style will be Hairline
77 Style style = this->getStyle(); local
78 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
85 * If there was no change (i.e. style == hairline or fill) this returns
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon14221

Completed in 787 milliseconds

1234567891011>>