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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
H A DFontPlatformDataLinuxHarfBuzz.cpp102 blink::WebFontRenderStyle style; local
105 style.setDefaults();
108 style.setDefaults(); // It's probably a webfont. Take the system defaults.
110 blink::Platform::current()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style);
112 blink::WebFontInfo::renderStyleForStrike(font, sizeAndStyle, &style);
115 style.toFontRenderStyle(&fontRenderStyle);
120 getRenderStyleForStrike(m_style, m_family.data(), (((int)m_textSize) << 2) | (m_typeface->style() & 3));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp73 if (fallbackFont.isItalic && description.style() == FontStyleNormal)
75 if (!fallbackFont.isItalic && description.style() == FontStyleItalic) {
132 int style = SkTypeface::kNormal; local
134 style |= SkTypeface::kBold;
135 if (fontDescription.style())
136 style |= SkTypeface::kItalic;
147 return adoptRef(m_fontManager->legacyCreateTypeface(name.data(), style));
150 return adoptRef(SkTypeface::CreateFromName(name.data(), static_cast<SkTypeface::Style>(style)));
165 (fontDescription.style() && !tf->isItalic()) || fontDescription.isSyntheticItalic(),
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalPopupMenu.cpp199 PopupMenuStyle style = m_popupMenuClient->itemStyle(i); local
200 if (style.textDirection() == WebCore::RTL)
204 popupItem.hasTextDirectionOverride = style.hasTextDirectionOverride();
/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/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
29 SkTypeface::Style* style, bool* isFixedPitch);
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
37 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
78 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, argument
80 : INHERITED(style, sysFont, isFixedPitch, familyName)
101 SkTypeface_File(Style style, bool sysFont, const char path[], argument
103 : INHERITED(style, sysFont, isFixedPitch, familyName)
142 virtual void getStyle(int index, SkFontStyle* style, SkString* name) SK_OVERRIDE {
146 *style
175 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight variable
[all...]
H A DSkTypeface_win_dw.h4 * Use of this source code is governed by a BSD-style license that can be
26 int style = SkTypeface::kNormal; local
29 style |= SkTypeface::kBold;
33 style |= SkTypeface::kItalic;
35 return static_cast<SkTypeface::Style>(style);
40 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, argument
47 : SkTypeface(style, fontID, false)
77 SkTypeface::Style style = get_style(font); local
79 return SkNEW_ARGS(DWriteFontTypeface, (style, fontID,
/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
55 void set_window_style(DWORD style) { window_style_ = style; } argument
59 void set_window_ex_style(DWORD style) { window_ex_style_ = style; } argument
62 // Sets the class style to use. The default is CS_DBLCLKS.
/external/chromium_org/ui/wm/core/
H A Dshadow.cc2 // Use of this source code is governed by a BSD-style license that can be
27 float GetOpacityForStyle(wm::Shadow::Style style) { argument
28 switch (style) {
39 int GetInteriorInsetForStyle(wm::Shadow::Style style) { argument
40 switch (style) {
61 void Shadow::Init(Style style) { argument
62 style_ = style;
78 void Shadow::SetStyle(Style style) { argument
79 if (style_ == style)
83 style_ = style;
[all...]
/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);
/external/mesa3d/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/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
222 return invoke(request, style);
264 public OAuthMessage invoke(OAuthMessage request, ParameterStyle style) argument
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
269 style = ParameterStyle.QUERY_STRING;
274 switch (style) {
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.h2 // Use of this source code is governed by a BSD-style license that can be
55 void SetLayoutProviderStyle(LAYOUTPROVIDER_STYLE style) {}; argument
/external/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/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/skia/src/ports/
H A DSkFontHost_linux.cpp4 * Use of this source code is governed by a BSD-style license that can be
29 SkTypeface::Style* style, bool* isFixedPitch);
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
37 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
78 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, argument
80 : INHERITED(style, sysFont, isFixedPitch, familyName)
101 SkTypeface_File(Style style, bool sysFont, const char path[], argument
103 : INHERITED(style, sysFont, isFixedPitch, familyName)
142 virtual void getStyle(int index, SkFontStyle* style, SkString* name) SK_OVERRIDE {
146 *style
175 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight variable
[all...]
H A DSkTypeface_win_dw.h4 * Use of this source code is governed by a BSD-style license that can be
26 int style = SkTypeface::kNormal; local
29 style |= SkTypeface::kBold;
33 style |= SkTypeface::kItalic;
35 return static_cast<SkTypeface::Style>(style);
40 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, argument
47 : SkTypeface(style, fontID, false)
77 SkTypeface::Style style = get_style(font); local
79 return SkNEW_ARGS(DWriteFontTypeface, (style, fontID,

Completed in 585 milliseconds

1234567891011>>