HomeSort by relevance Sort by last modified time
    Searched defs:Style (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 21 public enum Style {
26 Style(int value) {
34 * applies to drawings when the paint's style is STROKE or STROKE_AND_FILL.
35 * If the paint's style is FILL, then this effect is ignored. The paint's
40 * @param style how to transform the shape at each position as it is stamped
43 Style style) {
45 style.native_style);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 2 // Use of this source code is governed by a BSD-style license that can be
26 enum Style {
27 STYLE_GENERIC = 0, // Default style.
35 Style style,
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.h 46 Style,
  /external/chromium_org/third_party/skia/include/effects/
Sk1DPathEffect.h 4 * Use of this source code is governed by a BSD-style license that can be
40 enum Style {
52 @param style how to transform path at each point (based on the current
55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
74 Style fStyle; // copied from constructor
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.h 5 * Use of this source code is governed by a BSD-style license that can be
18 enum Style {
33 SkScalar radius, Style style,
37 SkScalar radius, Style style, Quality quality,
44 SkScalar provided_radius, Style style,
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.h 4 * Use of this source code is governed by a BSD-style license that can be
21 enum Style {
26 int reduce(const SkDCubic& cubic, Quadratics, Style);
28 int reduce(const SkDQuad& quad, Style);
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 2 // Use of this source code is governed by a BSD-style license that can be
32 enum Style {
48 void Show(Style style);
  /external/chromium_org/ui/views/corewm/
shadow.h 2 // Use of this source code is governed by a BSD-style license that can be
26 enum Style {
42 void Init(Style style);
51 Style style() const { return style_; } function in class:views::corewm::Shadow
56 // Sets the shadow's style, animating opacity as necessary.
57 void SetStyle(Style style);
70 // The current style, set when the transition animation starts
    [all...]
  /external/skia/include/effects/
Sk1DPathEffect.h 4 * Use of this source code is governed by a BSD-style license that can be
40 enum Style {
52 @param style how to transform path at each point (based on the current
55 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
74 Style fStyle; // copied from constructor
  /external/skia/src/effects/
SkBlurMask.h 5 * Use of this source code is governed by a BSD-style license that can be
18 enum Style {
33 SkScalar radius, Style style,
37 SkScalar radius, Style style, Quality quality,
44 SkScalar provided_radius, Style style,
  /external/skia/src/pathops/
SkReduceOrder.h 4 * Use of this source code is governed by a BSD-style license that can be
21 enum Style {
26 int reduce(const SkDCubic& cubic, Quadratics, Style);
28 int reduce(const SkDQuad& quad, Style);
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 2 // Use of this source code is governed by a BSD-style license that can be
34 enum Style {
43 Style style);
81 Style style_;
  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h 2 // Use of this source code is governed by a BSD-style license that can be
36 enum Style {
45 Style style);
89 Style style_;
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 4 * Use of this source code is governed by a BSD-style license that can be
21 SkStrokeRec(InitStyle style);
26 enum Style {
33 Style getStyle() const;
52 * strokeAndFill==true -> new style will be Fill
53 * strokeAndFill==false -> new style will be Hairline
68 Style style = this->getStyle(); local
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
    [all...]
SkTypeface.h 5 * 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
43 enum Style {
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)
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 73 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in)
74 : Style(Style), Ident_in(Ident_in) {}
94 const FormatStyle &Style;
UnwrappedLineParser.h 59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
140 const FormatStyle &Style;
WhitespaceManager.h 40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style)
41 : SourceMgr(SourceMgr), Style(Style) {}
164 const FormatStyle &Style;
  /external/clang/tools/clang-format/
ClangFormat.cpp 30 // Default style to use when no style specified or specified style not found.
65 Style("style",
66 cl::desc("Coding style, currently supports:\n"
68 "Use -style=file to load style configuration from\n"
72 "Use -style=\"{key: value, ...}\" to set specific\n"
74 " -style=\"{BasedOnStyle: llvm, IndentWidth: 8}\"")
    [all...]
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 25 enum Style {
52 /// Which style to use for printing hexadecimal values.
53 HexStyle::Style PrintHexStyle;
93 HexStyle::Style getPrintHexStyleHex() const { return PrintHexStyle; }
94 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; }
  /external/skia/include/core/
SkStrokeRec.h 4 * Use of this source code is governed by a BSD-style license that can be
21 SkStrokeRec(InitStyle style);
26 enum Style {
33 Style getStyle() const;
52 * strokeAndFill==true -> new style will be Fill
53 * strokeAndFill==false -> new style will be Hairline
68 Style style = this->getStyle(); local
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
    [all...]
SkTypeface.h 5 * 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
43 enum Style {
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)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 2 // Use of this source code is governed by a BSD-style license that can be
46 enum Style {
53 ACMatchClassification(size_t offset, int style)
55 style(style) {
61 int style; member in struct:AutocompleteMatch::ACMatchClassification
110 // Fills in the classifications for |text|, using |style| as the base style
112 // will also not be dimmed, if |style| has DIM set.)
115 int style,
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 2 // Use of this source code is governed by a BSD-style license that can be
53 enum Style {
60 ACMatchClassification(size_t offset, int style)
62 style(style) {
68 int style; member in struct:AutocompleteMatch::ACMatchClassification
117 // Fills in the classifications for |text|, using |style| as the base style
119 // will also not be dimmed, if |style| has DIM set.)
122 int style,
    [all...]
  /frameworks/base/libs/hwui/font/
Font.h 45 enum Style {

Completed in 1428 milliseconds

1 2 3