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

1 2 3 4 56 7 8 91011>>

  /external/skia/src/pathops/
SkReduceOrder.cpp 4 * Use of this source code is governed by a BSD-style license that can be
31 static int vertical_line(const SkDQuad& quad, SkReduceOrder::Style reduceStyle,
52 static int horizontal_line(const SkDQuad& quad, SkReduceOrder::Style reduceStyle,
73 static int check_linear(const SkDQuad& quad, SkReduceOrder::Style reduceStyle,
140 int SkReduceOrder::reduce(const SkDQuad& quad, Style reduceStyle) {
204 static int vertical_line(const SkDCubic& cubic, SkReduceOrder::Style reduceStyle,
228 static int horizontal_line(const SkDCubic& cubic, SkReduceOrder::Style reduceStyle,
279 static int check_linear(const SkDCubic& cubic, SkReduceOrder::Style reduceStyle,
370 Style reduceStyle) {
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 63 mPaint.setStyle(Paint.Style.STROKE);
65 mTextPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomRenderer.java 63 mPaint.setStyle(Paint.Style.STROKE);
65 mTextPaint.setStyle(Paint.Style.FILL);
ProgressRenderer.java 124 paint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 24 import android.graphics.Paint.Style;
98 paint.setStyle(Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FramedTextButton.java 106 gPaint.setStyle(Paint.Style.STROKE);
121 gPaint.setStyle(Paint.Style.FILL_AND_STROKE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java 68 mEmptyPaint.setStyle(Paint.Style.FILL);
153 p.setStyle(Paint.Style.FILL);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
FolderSpan.java 26 import android.text.style.CharacterStyle;
27 import android.text.style.ReplacementSpan;
123 final Paint.Style prevStyle = mWorkPaint.getStyle();
126 mWorkPaint.setStyle(Paint.Style.FILL);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CameraPreviewView.java 45 mPaint.setStyle(Paint.Style.STROKE);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java 75 paint.setStyle(Paint.Style.STROKE);
SumPathEffectTest.java 53 paint.setStyle(Paint.Style.STROKE);
  /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/chromeos/login/
login_web_dialog.cc 2 // Use of this source code is governed by a BSD-style license that can be
42 Style style)
47 style_(style),
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp 61 case Style:
106 case Style:
145 case Style:
195 : StyleRuleBase(Style)
  /external/skia/gm/
drawlooper.cpp 4 * Use of this source code is governed by a BSD-style license that can be
62 SkPaint::Style fStyle;
linepaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkPaint::Style style, SkPath::FillType fill,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
87 "Indicated Style, Fill and Linecaps, with stroke width 10";
108 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
109 if (0 < style) {
    [all...]
quadpaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
27 SkPaint::Style style, SkPath::FillType fill,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
88 "Indicated Style, Fill and Linecaps, with stroke width 10";
109 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
110 if (0 < style) {
    [all...]
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 17 package android.text.style;
23 import android.graphics.Paint.Style;
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 28 import android.graphics.Paint.Style;
113 // TODO: Move these to a default style.
261 final CaptionStyle style; local
263 style = CaptionStyle.getCustomStyle(cr);
265 style = CaptionStyle.PRESETS[styleId];
268 mForegroundColor = style.foregroundColor;
269 mBackgroundColor = style.backgroundColor;
270 mEdgeType = style.edgeType;
271 mEdgeColor = style.edgeColor;
274 final Typeface typeface = style.getTypeface()
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOpsActivity.java 49 mPaint.setStyle(Paint.Style.FILL);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsListRS.java 132 mItalic = Font.create(mRS, mRes, "serif", Font.Style.BOLD_ITALIC, 8);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HitRectBug.java 53 mPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 25 import android.graphics.Paint.Style;
81 public void setStyle(byte style) {
82 mCurrentStyle = style % mDrawingsTypes.length;
119 paint.setStyle(Style.STROKE);
165 paint.setStyle(Style.STROKE);
228 paint.setStyle(Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 52 mPaint.setStyle(Paint.Style.STROKE);
74 mCenterPaint.setStyle(Paint.Style.STROKE);
85 mCenterPaint.setStyle(Paint.Style.FILL);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 26 /* This class was masterfully pilfered, Carmen-Sandiego style, from our awesome sample app
65 mPaint.setStyle(Paint.Style.STROKE);
90 mCenterPaint.setStyle(Paint.Style.STROKE);
101 mCenterPaint.setStyle(Paint.Style.FILL);

Completed in 670 milliseconds

1 2 3 4 56 7 8 91011>>