Searched defs:style (Results 201 - 225 of 574) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dfilterbitmap.cpp4 * Use of this source code is governed by a BSD-style license that can be
16 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { argument
17 sk_tool_utils::set_portable_typeface(paint, name, style);
H A Dlinepaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
31 SkPaint::Style style, SkPath::FillType fill,
39 paint.setStyle(style);
113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
114 if (0 < style) {
120 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
136 canvas->drawText(gStyles[style].fName,
137 strlen(gStyles[style]
29 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
172 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
31 SkPaint::Style style, SkPath::FillType fill,
39 paint.setStyle(style);
114 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
115 if (0 < style) {
121 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
137 canvas->drawText(gStyles[style].fName,
138 strlen(gStyles[style]
29 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
177 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...]
/external/chromium_org/third_party/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
72 Style style = this->getStyle(); local
73 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
80 * If there was no change (i.e. style == hairline or fill) this returns
97 void init(const SkPaint& paint, SkPaint::Style style);
H A DSkTypeface.h5 * Use of this source code is governed by a BSD-style license that can be
30 The SkTypeface class specifies the typeface and intrinsic style of a font.
41 /** Style specifies the intrinsic style attributes of a given typeface
52 /** Returns the typeface's intrinsic style attributes
54 Style style() const { return fStyle; } function in class:SkTypeface
65 * This is a style bit, advance widths may vary even if this returns true.
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
92 requested familyName and style. Pass null as the familyName to return
93 the default font for the requested style. Will never return null
96 @param style Th
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEmptyPath.cpp5 * Use of this source code is governed by a BSD-style license that can be
32 SkPaint::Style style,
38 paint.setStyle(style);
83 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
98 gStyles[style].fStyle, gFills[fill].fFill);
108 label.appendf("%s, %s", gStyles[style].fName, gFills[fill].fName);
29 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.h5 * Use of this source code is governed by a BSD-style license that can be
59 int /* SkPaint::Style */ style; member in class:SkDrawPaint
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.cpp5 * Use of this source code is governed by a BSD-style license that can be
148 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) { argument
149 SkDebugf("SkTypefaceCache: face %p fontID %d style %d refcnt %d\n",
150 face, face->uniqueID(), style, face->getRefCnt());
/external/chromium_org/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp5 * Use of this source code is governed by a BSD-style license that can be
35 SkScalar phase, Style style) : fPath(path)
65 if ((unsigned)style >= kStyleCount) {
66 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
68 fStyle = style;
176 Style style = (Style)buffer.readUInt(); local
177 return SkPath1DPathEffect::Create(path, advance, phase, style);
34 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_fontconfig.cpp4 * Use of this source code is governed by a BSD-style license that can be
63 FindRec(const char* name, SkTypeface::Style style) argument
65 , fStyle(style) {}
71 static bool find_proc(SkTypeface* face, SkTypeface::Style style, void* ctx) { argument
75 return rec->fStyle == style && fci->isFamilyName(rec->fFamilyName);
81 SkTypeface::Style style) {
92 FindRec rec(familyName, style);
103 if (!fci->matchFamilyName(familyName, style,
118 SkTypefaceCache::Add(face, style);
78 LegacyCreateTypeface( const SkTypeface* familyFace, const char familyName[], SkTypeface::Style style) argument
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc4 * Use of this source code is governed by a BSD-style license
32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style, argument
61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style,
/external/chromium_org/ui/gfx/
H A Dfont_list_impl.cc2 // Use of this source code is governed by a BSD-style license that can be
49 // Returns the font style and size as a string.
178 // All fonts have the same style and size.
200 int style = 0; local
202 &style, &font_size_);
204 font_style_ = style;
H A Dplatform_font_win.h2 // Use of this source code is governed by a BSD-style license that can be
49 // Returns a derived Font with the specified |style| and with height at most
50 // |height|. If the height and style of the receiver already match, it is
54 Font DeriveFontWithHeight(int height, int style);
57 virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
90 int style);
98 int style() const { return style_; } function in class:gfx::PlatformFontWin::HFontRef
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button_border.cc2 // Use of this source code is governed by a BSD-style license that can be
52 LabelButtonBorder::LabelButtonBorder(Button::ButtonStyle style) argument
53 : style_(style) {
60 if (style == Button::STYLE_BUTTON) {
86 } else if (style == Button::STYLE_TEXTBUTTON) {
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc2 // Use of this source code is governed by a BSD-style license that can be
43 void GlowHoverController::Show(Style style) { argument
44 switch (style) {
H A Dlink.cc2 // Use of this source code is governed by a BSD-style license that can be
222 const int style = font_list().GetFontStyle(); local
224 (style | gfx::Font::UNDERLINE) : (style & ~gfx::Font::UNDERLINE);
225 if (style != intended_style)
/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
35 float GetOpacityForStyle(wm::Shadow::Style style) { argument
36 switch (style) {
47 int GetShadowApertureForStyle(wm::Shadow::Style style) { argument
48 switch (style) {
59 int GetInteriorInsetForStyle(wm::Shadow::Style style) { argument
60 switch (style) {
81 void Shadow::Init(Style style) { argument
82 style_ = style;
100 void Shadow::SetStyle(Style style) { argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java42 public ButtonPropertyEditorPresentation(int style) { argument
43 m_style = style;
/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/lldb/source/Symbol/
H A DLineEntry.cpp106 Address::DumpStyle style,
114 if (!range.Dump(s, target, style, fallback_style))
122 style,
101 Dump( Stream *s, Target *target, bool show_file, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_range ) const argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DMixin.java45 public Object newInstance(int style, String[] classes, int[] route); argument
100 private int style = STYLE_INTERFACES; field in class:Mixin.Generator
112 public void setStyle(int style) { argument
113 switch (style) {
117 this.style = style;
120 throw new IllegalArgumentException("Unknown mixin style: " + style);
136 switch (style) {
165 return (Mixin)super.create(KEY_FACTORY.newInstance(style, ReflectUtil
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h111 IN INT style,
119 style,
135 IN INT style,
150 style,
220 INT style; local
222 SetStatus(DllExports::GdipGetFontStyle(nativeFont, &style));
224 return style;
108 Font( IN const FontFamily * family, IN REAL emSize, IN INT style, IN Unit unit ) argument
132 Font( IN const WCHAR * familyName, IN REAL emSize, IN INT style, IN Unit unit, IN const FontCollection * fontCollection ) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c46 LONG style; local
48 style = GetWindowLong(SDL_Window, GWL_STYLE);
55 style,
/external/skia/gm/
H A Dcubicpaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
74 SkPaint::Style style, SkPath::FillType fill,
82 paint.setStyle(style);
157 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
158 if (0 < style) {
164 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
179 canvas->drawText(gStyles[style].fName,
180 strlen(gStyles[style]
72 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
219 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 Ddownsamplebitmap.cpp4 * Use of this source code is governed by a BSD-style license that can be
17 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) { argument
18 SkSafeUnref(paint->setTypeface(SkTypeface::CreateFromName(name, style)));

Completed in 4798 milliseconds

1234567891011>>