Searched refs:style (Results 1 - 25 of 832) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPointEncoder.java17 * @param style the style to use.
19 public void setPointFormat(String style); argument
/external/abi-compliance-checker/modules/Internals/Scripts/
H A DSections.js4 if(e.style.display == 'none')
6 e.style.display = 'block';
7 e.style.visibility = 'visible';
12 e.style.display = 'none';
13 e.style.visibility = 'hidden';
/external/icu/icu4c/source/io/
H A Dlocbund.cpp39 int32_t style; local
40 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) {
41 unum_close(gPosixNumberFormat[style]);
42 gPosixNumberFormat[style] = NULL;
49 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
52 if (result->fNumberFormat[style-1] == NULL) {
53 if (gPosixNumberFormat[style-1] == NULL) {
55 UNumberFormat *formatAlias = unum_open(style, NUL
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) argument
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
H A DLinkableStub.java23 private final String style; field in class:LinkableStub
25 public LinkableStub(String link, String label, String style) { argument
28 this.style = style;
40 return style;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DScalarNode.java27 private Character style; field in class:ScalarNode
30 public ScalarNode(Tag tag, String value, Mark startMark, Mark endMark, Character style) { argument
31 this(tag, true, value, startMark, endMark, style);
35 Character style) {
41 this.style = style;
46 * Get scalar style of this node.
53 return style;
34 ScalarNode(Tag tag, boolean resolved, String value, Mark startMark, Mark endMark, Character style) argument
/external/v8/tools/
H A Ddraw_instruction_graph.sh99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style lin
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
H A DScalarToken.java23 private final char style; field in class:ScalarToken
29 public ScalarToken(String value, boolean plain, Mark startMark, Mark endMark, char style) { argument
33 this.style = style;
45 return this.style;
50 return "value=" + value + ", plain=" + plain + ", style=" + style;
/external/clang/www/demo/
H A Dsyntax.css3 .llvm_type { font-style: oblique; color: green }
/external/doclava/res/assets/templates-sdk/
H A Dbody_tag.cs16 ?><div id="doc-api-level" class="<?cs var:class.since ?><?cs var:package.since ?>" style="display:none"></div><?cs
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
H A DScalarEvent.java25 // style flag of a scalar event indicates the style of the scalar. Possible
27 private final Character style; field in class:ScalarEvent
31 // and non-plain style correspondingly.
35 Mark startMark, Mark endMark, Character style) {
40 this.style = style;
73 return this.style;
34 ScalarEvent(String anchor, String tag, ImplicitTuple implicit, String value, Mark startMark, Mark endMark, Character style) argument
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
H A Dscan.js2 // Use of this source code is governed by a BSD-style license that can be
19 waitAnimation.style.display = 'block';
20 requestButton.style.display = 'none';
21 scanButton.style.display = 'block';
23 waitAnimation.style.display = 'none';
29 waitAnimation.style.display = 'block';
41 waitAnimation.style.display = 'none';
61 waitAnimation.style.display = 'block';
/external/skia/src/gpu/
H A DGrPath.cpp4 * Use of this source code is governed by a BSD-style license that can be
11 static inline void write_style_key(uint32_t* key, const GrStyle& style) { argument
12 // Pass 1 for the scale since the GPU will apply the style not GrStyle::applyToPath().
13 GrStyle::WriteKey(key, style, GrStyle::Apply::kPathEffectAndStrokeRec, SK_Scalar1);
19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec);
31 write_style_key(&builder[geoCnt], shape.style());
37 bool GrPath::isEqualTo(const SkPath& path, const GrStyle& style) const {
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec);
48 write_style_key(key1.get(), style);
H A DGrStyle.cpp4 * Use of this source code is governed by a BSD-style license that can be
11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { argument
14 if (style.isDashed()) {
16 size += 2 + style.dashIntervalCnt();
17 } else if (style.pathEffect()) {
26 if (style.strokeRec().needToApply()) {
27 // One for res scale, one for style/cap/join, one for miter limit, and one for width.
33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, argument
36 SkASSERT(KeySize(style, apply) >= 0);
46 if (style
170 applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, SkScalar resScale) const argument
[all...]
H A DGrPath.h4 * Use of this source code is governed by a BSD-style license that can be
24 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStyle& style) argument
30 , fStyle(style)
41 bool isEqualTo(const SkPath& path, const GrStyle& style) const;
/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
32 sk_sp<SkTypeface> create_font(const char* name, SkFontStyle style) { argument
38 if (!strcmp(name, sub->fName) && sub->fStyle == style) {
47 name, style.weight(), style.width(), style.slant());
51 return sk_sp<SkTypeface>(fm->legacyCreateTypeface(name, style));
69 return sk_make_sp<SkTestTypeface>(std::move(font), style);
/external/skia/src/core/
H A DSkMaskCache.h4 * Use of this source code is governed by a BSD-style license that can be
26 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
29 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
36 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
39 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
/external/skia/src/gpu/ops/
H A DGrDashOp.h4 * Use of this source code is governed by a BSD-style license that can be
27 const SkPoint pts[2], AAMode, const GrStyle& style);
28 bool CanDrawDashLine(const SkPoint pts[2], const GrStyle& style, const SkMatrix& viewMatrix);
/external/skia/src/ports/
H A DSkFontConfigTypeface.h4 * Use of this source code is governed by a BSD-style license that can be
26 const SkFontStyle& style)
28 return new SkTypeface_FCI(std::move(fci), fi, std::move(familyName), style);
32 SkString familyName, SkFontStyle style, bool isFixedPitch)
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch);
45 const SkFontStyle& style)
46 : INHERITED(style, false)
53 SkString familyName, SkFontStyle style, bool isFixedPitch)
54 : INHERITED(style, isFixedPitch)
23 Create(sk_sp<SkFontConfigInterface> fci, const SkFontConfigInterface::FontIdentity& fi, SkString familyName, const SkFontStyle& style) argument
31 Create(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) argument
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci, const SkFontConfigInterface::FontIdentity& fi, SkString familyName, const SkFontStyle& style) argument
52 SkTypeface_FCI(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) argument
H A DSkFontMgr_custom.cpp4 * Use of this source code is governed by a BSD-style license that can be
28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, argument
30 : INHERITED(style, isFixedPitch)
55 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
57 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex())
71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, argument
73 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
94 void SkFontStyleSet_Custom::getStyle(int index, SkFontStyle* style, SkString* name) { argument
96 if (style) {
97 *style
54 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java13 import org.bouncycastle.asn1.x500.style.BCStyle;
39 private X500NameStyle style; field in class:X500Name
43 * @deprecated use the getInstance() method that takes a style.
45 public X500Name(X500NameStyle style, X500Name name) argument
48 this.style = style;
82 X500NameStyle style,
87 return new X500Name(style, (X500Name)obj);
91 return new X500Name(style, ASN1Sequence.getInstance(obj));
109 X500NameStyle style,
81 getInstance( X500NameStyle style, Object obj) argument
108 X500Name( X500NameStyle style, ASN1Sequence seq) argument
129 X500Name( X500NameStyle style, RDN[] rDNs) argument
143 X500Name( X500NameStyle style, String dirName) argument
311 setDefaultStyle(X500NameStyle style) argument
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java55 /** Default style (IN). */
80 private int style; field in class:HolidayBorderPanel
95 style = DEFAULT_STYLE;
114 style = IN;
127 style = SOLID;
133 * Constructor. Makes a border of the given style with the default
134 * thickness for that style.
136 * @param style The style for this border.
138 public HolidayBorderPanel(int style) { argument
161 HolidayBorderPanel(int style, int thickness) argument
201 setStyle(int style) argument
[all...]
/external/libmtp/examples/
H A Dhotplug.c39 enum style { enum
52 enum style style = style_usbmap; local
66 style = style_udev;
69 style = style_hal;
72 style = style_usbids;
88 switch (style) {
90 printf("# UDEV-style hotplug map for libmtp\n");
111 printf("# usb.ids style device list from libmtp\n");
119 switch (style) {
[all...]
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DGraphvizEdge.java41 private EdgeStyle style = EdgeStyle.SOLID; field in class:GraphvizEdge
107 return style;
110 public void setStyle(EdgeStyle style) { argument
111 this.style = style;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DSourceHighlighter.java89 final String style;
92 style = Styles.NOT_COVERED;
95 style = Styles.FULLY_COVERED;
98 style = Styles.PARTLY_COVERED;
108 return span(pre, lineId, style, Styles.BRANCH_NOT_COVERED,
111 return span(pre, lineId, style, Styles.BRANCH_FULLY_COVERED,
114 return span(pre, lineId, style, Styles.BRANCH_PARTLY_COVERED,
117 return pre.span(style, lineId);
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp4 * Use of this source code is governed by a BSD-style license that can be
10 SkBorder::SkBorder(SkPaint& p, SkScalar width, BorderStyle style) argument
16 fStyles[i] = style;

Completed in 3989 milliseconds

1234567891011>>