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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_StyleTest.java 21 import android.graphics.Paint.Style;
26 assertEquals(Style.FILL, Style.valueOf("FILL"));
27 assertEquals(Style.STROKE, Style.valueOf("STROKE"));
28 assertEquals(Style.FILL_AND_STROKE, Style.valueOf("FILL_AND_STROKE"));
33 Style[] actual = Style.values();
36 assertEquals(Style.FILL, actual[0])
    [all...]
PathDashPathEffect_StyleTest.java 20 import android.graphics.PathDashPathEffect.Style;
27 assertEquals(Style.TRANSLATE, Style.valueOf("TRANSLATE"));
28 assertEquals(Style.ROTATE, Style.valueOf("ROTATE"));
29 assertEquals(Style.MORPH, Style.valueOf("MORPH"));
30 // Every Style element will be tested somewhere else.
35 Style[] expected = {
36 Style.TRANSLATE
    [all...]
  /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/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/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);
  /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_org/content/common/
font_config_ipc_linux.h 2 // Use of this source code is governed by a BSD-style license that can be
23 SkTypeface::Style requested,
26 SkTypeface::Style* outStyle) OVERRIDE;
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
FontTest.java 24 import android.renderscript.Font.Style;
31 for (Font.Style style : Font.Style.values()) {
33 F = Font.create(mRS, mRes, "sans-serif", style, fontSize);
43 F = Font.create(mRS, mRes, "serif", style, fontSize);
53 F = Font.create(mRS, mRes, "mono", style, fontSize);
80 assertEquals(Font.Style.NORMAL, Font.Style.valueOf("NORMAL"));
81 assertEquals(Font.Style.BOLD, Font.Style.valueOf("BOLD"))
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.h 4 * Use of this source code is governed by a BSD-style license that can be
19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
24 SkTypeface::Style getStyle() { return fStyle; }
25 void setStyle(SkTypeface::Style style) { fStyle = style; }
43 SkTypeface::Style fStyle;
SkTypefaceCache.h 5 * Use of this source code is governed by a BSD-style license that can be
31 typedef bool (*FindProc)(SkTypeface*, SkTypeface::Style, void* context);
46 SkTypeface::Style requested,
80 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
89 SkTypeface::Style fRequestedStyle;
  /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/ports/
SkFontConfigTypeface.h 4 * Use of this source code is governed by a BSD-style license that can be
21 FontConfigTypeface(Style style,
24 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
29 FontConfigTypeface(Style style, SkStream* localStream)
30 : INHERITED(style, SkTypefaceCache::NewFontID(), false) {
53 SkTypeface::Style);
60 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
SkFontHost_none.cpp 5 * Use of this source code is governed by a BSD-style license that can be
15 SkTypeface::Style style) {
  /external/skia/src/core/
SkFontDescriptor.h 4 * Use of this source code is governed by a BSD-style license that can be
19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
24 SkTypeface::Style getStyle() { return fStyle; }
25 void setStyle(SkTypeface::Style style) { fStyle = style; }
43 SkTypeface::Style fStyle;
SkTypefaceCache.h 5 * Use of this source code is governed by a BSD-style license that can be
31 typedef bool (*FindProc)(SkTypeface*, SkTypeface::Style, void* context);
46 SkTypeface::Style requested,
80 void add(SkTypeface*, SkTypeface::Style requested, bool strong = true);
89 SkTypeface::Style fRequestedStyle;
  /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/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/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/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/skia/include/ports/
SkTypeface_android.h 4 * Use of this source code is governed by a BSD-style license that can be
60 * @param style The font style, for example bold
65 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
68 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
  /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;
  /external/skia/src/ports/
SkFontConfigTypeface.h 4 * Use of this source code is governed by a BSD-style license that can be
21 FontConfigTypeface(Style style,
24 : INHERITED(style, SkTypefaceCache::NewFontID(), false)
29 FontConfigTypeface(Style style, bool fixedWidth, SkStream* localStream)
30 : INHERITED(style, SkTypefaceCache::NewFontID(), fixedWidth) {
53 SkTypeface::Style);
60 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
SkFontHost_none.cpp 5 * Use of this source code is governed by a BSD-style license that can be
15 SkTypeface::Style style) {
  /external/chromium_org/third_party/skia/include/core/
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/skia/include/core/
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...]

Completed in 1454 milliseconds

1 2 3 4 5 6 7 8 91011>>