Searched defs:style (Results 76 - 100 of 574) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingReasonFinder.cpp2 // Use of this source code is governed by a BSD-style license that can be
73 RenderStyle* style = renderer->style(); local
78 if (style->backfaceVisibility() == BackfaceVisibilityHidden)
81 if (requiresCompositingForAnimation(style))
84 if (style->hasWillChangeCompositingHint() && !style->subtreeWillChangeContents())
87 if (style->hasInlineTransform())
90 if (style->transformStyle3D() == TransformStyle3DPreserve3D)
93 if (style
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetrics.cpp65 ASSERT(text->style());
66 return constructTextRun(text, position, length, text->style()->direction());
71 RenderStyle* style = text->style(); local
72 ASSERT(style);
80 , isOverride(style->unicodeBidi()) /* directionalOverride */);
89 if (textRunNeedsRenderingContext(style->font()))
117 bool needsContext = textRunNeedsRenderingContext(text->style()->font());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.cpp74 void SVGForeignObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
82 addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, value);
84 addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, value);
87 SVGGraphicsElement::collectStyleForPresentationAttribute(name, value, style);
122 bool SVGForeignObjectElement::rendererIsNeeded(const RenderStyle& style) argument
137 return SVGGraphicsElement::rendererIsNeeded(style);
H A DSVGStopElement.cpp96 RenderStyle* style = renderer() ? renderer()->style() : 0; local
97 // FIXME: This check for null style exists to address Bug WK 90814, a rare crash condition in
98 // which the renderer or style is null. This entire class is scheduled for removal (Bug WK 86941)
100 if (!style)
103 const SVGRenderStyle& svgStyle = style->svgStyle();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessor.h57 void importStylesheet(PassRefPtrWillBeRawPtr<Node> style) argument
59 if (style)
60 m_stylesheetRootNode = style;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCustomPlatformDataSkia.cpp64 // CreateFromName and specifying the bold/italics style allows
65 // for proper rendering of synthetic style. Once Skia has been
74 int style = SkTypeface::kNormal; local
76 style |= SkTypeface::kBold;
78 style |= SkTypeface::kItalic;
80 RefPtr<SkTypeface> typeface = adoptRef(FontCache::fontCache()->fontManager()->legacyCreateTypeface(name.c_str(), static_cast<SkTypeface::Style>(style)));
/external/chromium_org/third_party/skia/include/effects/
H A DSk1DPathEffect.h4 * Use of this source code is governed by a BSD-style license that can be
52 @param style how to transform path at each point (based on the current
56 Style style) {
57 return SkNEW_ARGS(SkPath1DPathEffect, (path, advance, phase, style));
55 Create(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkFontDescriptor.cpp4 * Use of this source code is governed by a BSD-style license that can be
25 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) : fFontIndex(0), fStyle(style) { } argument
H A DSkStrokeRec.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style) { argument
35 switch (style) {
55 SkDEBUGFAIL("unknown paint style");
62 // copy these from the paint, regardless of our "style"
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h4 * Use of this source code is governed by a BSD-style license that can be
21 static FontConfigTypeface* Create(Style style, argument
24 return SkNEW_ARGS(FontConfigTypeface, (style, fi, familyName));
27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) { argument
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
53 FontConfigTypeface(Style style, argument
56 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) argument
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
/external/chromium_org/third_party/skia/tools/
H A Dsk_tool_utils.cpp4 * Use of this source code is governed by a BSD-style license that can be
35 SkTypeface* create_portable_typeface(const char* name, SkTypeface::Style style) { argument
38 face = create_font(name, style);
40 face = resource_font(name, style);
42 face = SkTypeface::CreateFromName(name, style);
47 void set_portable_typeface(SkPaint* paint, const char* name, SkTypeface::Style style) { argument
48 SkTypeface* face = create_portable_typeface(name, style);
/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.h2 // Use of this source code is governed by a BSD-style license that can be
40 LONG style; member in struct:views::FullscreenHandler::SavedWindowInfo
/external/chromium_org/ui/wm/core/
H A Dshadow.h2 // Use of this source code is governed by a BSD-style license that can be
39 void Init(Style style);
48 Style style() const { return style_; } function in class:wm::Shadow
53 // Sets the shadow's style, animating opacity as necessary.
54 void SetStyle(Style style);
67 // The current style, set when the transition animation starts.
/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs35 private string style = "File"; field in class:LLVM.ClangFormat.OptionPageGrid
39 [Description("Coding style, currently supports:\n" +
53 get { return style; }
54 set { style = value; }
140 string style = GetStyle().Replace("\"", "\\\"");
144 " -style \"" + style + "\"";
/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/owasp/sanitizer/src/main/org/owasp/html/
H A DStylingPolicy.java65 String sanitizeCssProperties(String style) { argument
67 CssGrammar.parsePropertyGroup(style, new CssGrammar.PropertyHandler() {
/external/skia/include/effects/
H A DSk1DPathEffect.h4 * Use of this source code is governed by a BSD-style license that can be
52 @param style how to transform path at each point (based on the current
56 Style style) {
57 return SkNEW_ARGS(SkPath1DPathEffect, (path, advance, phase, style));
55 Create(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
/external/skia/src/core/
H A DSkFontDescriptor.h4 * Use of this source code is governed by a BSD-style license that can be
25 void setStyle(SkTypeface::Style style) { fStyle = style; } argument
H A DSkStrokeRec.cpp4 * Use of this source code is governed by a BSD-style license that can be
34 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style) { argument
35 switch (style) {
55 SkDEBUGFAIL("unknown paint style");
62 // copy these from the paint, regardless of our "style"
/external/skia/src/ports/
H A DSkFontConfigTypeface.h4 * Use of this source code is governed by a BSD-style license that can be
21 static FontConfigTypeface* Create(Style style, argument
24 return SkNEW_ARGS(FontConfigTypeface, (style, fi, familyName));
27 static FontConfigTypeface* Create(Style style, bool fixedWidth, SkStream* localStream) { argument
28 return SkNEW_ARGS(FontConfigTypeface, (style, fixedWidth, localStream));
53 FontConfigTypeface(Style style, argument
56 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
61 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream) argument
62 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon30877
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon30927
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h62 EAS_I8 style; /* from STYLE */ member in struct:__anon30979
/external/bison/src/
H A Dprint_graph.c155 char const *style = local
165 style, fgraph);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java13 import org.bouncycastle.asn1.x500.style.BCStyle;
38 private X500NameStyle style; field in class:X500Name
41 public X500Name(X500NameStyle style, X500Name name) argument
44 this.style = style;
78 X500NameStyle style,
83 return getInstance(style, ((X500Name)obj).toASN1Primitive());
87 return new X500Name(style, ASN1Sequence.getInstance(obj));
105 X500NameStyle style,
108 this.style
77 getInstance( X500NameStyle style, Object obj) argument
104 X500Name( X500NameStyle style, ASN1Sequence seq) argument
125 X500Name( X500NameStyle style, RDN[] rDNs) argument
139 X500Name( X500NameStyle style, String dirName) argument
307 setDefaultStyle(X500NameStyle style) argument
[all...]

Completed in 486 milliseconds

1234567891011>>