Searched defs:style (Results 126 - 150 of 574) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp25 #include "core/rendering/style/SVGRenderStyle.h"
38 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle& style, SVGElement* contextElement) const argument
40 if (style.baselineShift() == BS_LENGTH) {
41 RefPtr<SVGLength> baselineShiftValueLength = style.baselineShiftValue();
49 switch (style.baselineShift()) {
65 ASSERT(textRenderer->style());
67 ASSERT(textRenderer->parent()->style());
69 const SVGRenderStyle& style = textRenderer->style()->svgStyle(); local
71 EDominantBaseline baseline = style
152 calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle& style, const UChar& character) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterPrimitiveStandardAttributes.cpp121 bool SVGFilterPrimitiveStandardAttributes::rendererIsNeeded(const RenderStyle& style) argument
124 return SVGElement::rendererIsNeeded(style);
H A DSVGImageElement.cpp93 void SVGImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
96 SVGGraphicsElement::collectStyleForPresentationAttribute(name, value, style);
98 addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, value);
100 addPropertyToPresentationAttributeStyle(style, CSSPropertyHeight, value);
H A DSVGTextPathElement.cpp134 bool SVGTextPathElement::rendererIsNeeded(const RenderStyle& style) argument
137 return Element::rendererIsNeeded(style);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
H A DFontPlatformDataLinux.cpp105 WebFontRenderStyle style; local
107 style.setDefaults();
111 style.setDefaults();
113 const int sizeAndStyle = (((int)m_textSize) << 2) | (m_typeface->style() & 3);
114 Platform::current()->sandboxSupport()->getRenderStyleForStrike(m_family.data(), sizeAndStyle, &style);
117 style.toFontRenderStyle(&m_style);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DStrokeData.h57 StrokeStyle style() const { return m_style; } function in class:blink::StrokeData
58 void setStyle(StrokeStyle style) { m_style = style; } argument
/external/chromium_org/third_party/icu/source/test/compat/
H A Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE; local
82 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status);
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c175 * @style: an XSLT style sheet
183 xsltNewStyleDocument(xsltStylesheetPtr style, xmlDocPtr doc) { argument
188 xsltTransformError(NULL, style, (xmlNodePtr) doc,
194 if (style != NULL) {
195 cur->next = style->docList;
196 style->docList = cur;
203 * @style: an XSLT stylesheet (representing a stylesheet-level)
207 * the given @style.
210 xsltFreeStyleDocuments(xsltStylesheetPtr style) { argument
359 xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c70 UINT style = WS_VISIBLE | WS_TILEDWINDOW; local
88 wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW;
98 AdjustWindowRectEx(&rect, style, FALSE, 0);
103 style,
/external/chromium_org/third_party/skia/bench/
H A DMorphologyBench.cpp4 * Use of this source code is governed by a BSD-style license that can be
36 MorphologyBench(SkScalar rad, MorphologyType style) argument
39 fStyle = style;
40 const char* name = rad > 0 ? gStyleName[style] : "none";
/external/chromium_org/third_party/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
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h4 * Use of this source code is governed by a BSD-style license that can be
16 * regarding the stroke. The two objects are SkStrokeRec which holds information on fill style,
22 GrStrokeInfo(SkStrokeRec::InitStyle style) : argument
23 fStroke(style), fDashType(SkPathEffect::kNone_DashType) {}
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp4 * Use of this source code is governed by a BSD-style license that can be
33 SkTypeface_Custom(Style style, bool isFixedPitch, argument
35 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
84 SkTypeface_Stream(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
86 : INHERITED(style, isFixedPitch, sysFont, familyName, ttcIndex)
107 SkTypeface_File(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
109 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
148 virtual void getStyle(int index, SkFontStyle* style, SkString* name) SK_OVERRIDE {
152 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight,
181 SkFontStyle style variable
[all...]
H A DSkTypeface_win_dw.h4 * Use of this source code is governed by a BSD-style license that can be
28 int style = SkTypeface::kNormal; local
31 style |= SkTypeface::kBold;
35 style |= SkTypeface::kItalic;
37 return static_cast<SkTypeface::Style>(style);
42 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, argument
49 : SkTypeface(style, fontID, false)
83 SkTypeface::Style style = get_style(font); local
85 return SkNEW_ARGS(DWriteFontTypeface, (style, fontID,
/external/chromium_org/third_party/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, 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...]
/external/chromium_org/ui/gfx/
H A Dfont_list_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
22 int style = font.GetStyle(); local
23 if (style & gfx::Font::BOLD)
25 if (style & gfx::Font::ITALIC)
27 if (style & gfx::Font::UNDERLINE)
37 // Test init from font name style size string.
44 // Test init from font names, style and size.
64 // Test init from Font with non-normal style.
107 // Test init from font name style size string with flexible format.
126 // Test init from Font with non-normal style
[all...]
H A Dfont_render_params.h2 // Use of this source code is governed by a BSD-style license that can be
68 return families.empty() && pixel_size <= 0 && point_size <= 0 && style < 0;
84 int style; member in struct:gfx::FontRenderParamsQuery
/external/chromium_org/ui/gfx/win/
H A Dwindow_impl.h2 // Use of this source code is governed by a BSD-style license that can be
60 void set_window_style(DWORD style) { window_style_ = style; } argument
64 void set_window_ex_style(DWORD style) { window_ex_style_ = style; } argument
67 // Sets the class style to use. The default is CS_DBLCLKS.
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.h2 // Use of this source code is governed by a BSD-style license that can be
76 // Get or set the button's overall style; the default is |STYLE_TEXTBUTTON|.
77 ButtonStyle style() const { return style_; } function in class:views::LabelButton
78 void SetStyle(ButtonStyle style);
160 // The cached font lists in the normal and bold style.
185 // The button's overall style.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java59 public CFlatButton(Composite parent, int style) { argument
60 super(parent, style);
H A DCImageLabel.java42 public CImageLabel(Composite parent, int style) { argument
43 super(parent, style | SWT.NO_BACKGROUND);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java41 public PageSiteComposite(Composite parent, int style) { argument
42 super(parent, style);
/external/freetype/src/autofit/
H A Dafglobal.c130 /* Compute the style index of each glyph within a given face. */
153 * Ignore this error; we simply use the fallback style.
160 /* scan each style in a Unicode charmap */
175 * glyph style index.
243 * By default, all uncovered glyphs are set to the fallback style.
264 "style coverage\n"
275 FT_TRACE4(( "%s:\n", af_style_names[style_class->style] ));
279 if ( ( gstyles[idx] & ~AF_DIGIT ) == style_class->style )
393 AF_Style style = (AF_Style)options; local
406 /* if we have a forced style (vi
[all...]
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c77 UDateFormatStyle style = UDAT_RELATIVE; local
82 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status);
/external/lldb/source/Core/
H A DAddressRange.cpp142 AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style) const argument
150 switch (style)
157 m_base_addr.Dump(s, target, style, fallback_style);

Completed in 5884 milliseconds

1234567891011>>