HomeSort by relevance Sort by last modified time
    Searched refs:Style (Results 201 - 225 of 931) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Format/
Format.h 331 /// \brief The function definition return type breaking style to use. This
335 /// \brief The function declaration return type breaking style to use.
393 /// \brief The style of breaking before or after binary operators.
571 /// \brief The brace breaking style to use.
820 /// \brief The constructor initializers style to use.
1011 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Format/
Format.h 331 /// \brief The function definition return type breaking style to use. This
335 /// \brief The function declaration return type breaking style to use.
393 /// \brief The style of breaking before or after binary operators.
571 /// \brief The brace breaking style to use.
820 /// \brief The constructor initializers style to use.
1011 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Format/
Format.h 331 /// \brief The function definition return type breaking style to use. This
335 /// \brief The function declaration return type breaking style to use.
393 /// \brief The style of breaking before or after binary operators.
571 /// \brief The brace breaking style to use.
820 /// \brief The constructor initializers style to use.
1011 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Format/
Format.h 331 /// \brief The function definition return type breaking style to use. This
335 /// \brief The function declaration return type breaking style to use.
393 /// \brief The style of breaking before or after binary operators.
571 /// \brief The brace breaking style to use.
820 /// \brief The constructor initializers style to use.
1011 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/
Format.h 331 /// \brief The function definition return type breaking style to use. This
335 /// \brief The function declaration return type breaking style to use.
393 /// \brief The style of breaking before or after binary operators.
571 /// \brief The brace breaking style to use.
820 /// \brief The constructor initializers style to use.
1011 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.h 139 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords)
140 : Style(Style), Keywords(Keywords) {}
170 const FormatStyle &Style;
  /external/python/cpython2/Demo/tkinter/ttk/
combo_themes.py 12 self.style = ttk.Style()
19 self.style.theme_use(newtheme)
22 themes = list(self.style.theme_names())
plastik_theme.py 48 style = ttk.Style()
49 style.theme_create("plastik", "default", settings={
269 style.theme_use("plastik")
  /external/skia/src/core/
SkStrokeRec.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) {
31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) {
34 switch (style) {
54 SkDEBUGFAIL("unknown paint style");
61 // copy these from the paint, regardless of our "style"
67 SkStrokeRec::Style SkStrokeRec::getStyle() const {
160 SkScalar SkStrokeRec::GetInflationRadius(const SkPaint& paint, SkPaint::Style style) {
    [all...]
  /external/skqp/src/core/
SkStrokeRec.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) {
31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) {
34 switch (style) {
54 SkDEBUGFAIL("unknown paint style");
61 // copy these from the paint, regardless of our "style"
67 SkStrokeRec::Style SkStrokeRec::getStyle() const {
160 SkScalar SkStrokeRec::GetInflationRadius(const SkPaint& paint, SkPaint::Style style) {
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextActivity.java 89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE);
93 mMediumPaint.setStyle(Paint.Style.FILL);
97 mMediumPaint.setStyle(Paint.Style.STROKE);
102 mMediumPaint.setStyle(Paint.Style.FILL);
  /frameworks/support/media/src/main/java/androidx/media/
Rating2.java 34 * A rating is defined by its rating style (see {@link #RATING_HEART},
50 public @interface Style {}
61 * Indicates a rating style is not supported. A Rating2 will never have this
68 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to
74 * A rating style for "thumb up" vs "thumb down".
79 * A rating style with 0 to 3 stars.
84 * A rating style with 0 to 4 stars.
89 * A rating style with 0 to 5 stars.
94 * A rating style expressed as a percentage.
101 private static final String KEY_STYLE = "android.media.rating2.style";
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java 25 mPaint.setStyle(Paint.Style.STROKE);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
Formatters.h 28 StringRef Style) {
  /system/tools/hidl/
CompoundType.h 29 enum Style {
34 CompoundType(Style style, const char* localName, const FQName& fullName,
37 Style style() const;
143 Style mStyle;
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/spans/
BulletPointSpan.java 26 import android.text.style.BulletSpan;
27 import android.text.style.LeadingMarginSpan;
58 Paint.Style style = paint.getStyle(); local
62 paint.setStyle(Paint.Style.FILL);
82 paint.setStyle(style);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 47 mPaint.setStyle(Paint.Style.STROKE);
53 mPaint.setStyle(Paint.Style.FILL);
67 // for when the style is STROKE
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LivePointerIconButton.java 56 paint.setStyle(Paint.Style.STROKE);
77 paint.setStyle(Paint.Style.FILL);

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>