OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstyle
(Results
176 - 200
of
582
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/samplecode/
SampleXfermodesBlur.cpp
177
p.
setStyle
(SkPaint::kFill_Style);
186
p.
setStyle
(SkPaint::kStroke_Style);
/external/skia/tests/
StrokeTest.cpp
37
paint.
setStyle
(SkPaint::kStroke_Style);
55
paint.
setStyle
(SkPaint::kStroke_Style);
PaintTest.cpp
144
paint.
setStyle
(SkPaint::kStrokeAndFill_Style);
189
paint.
setStyle
(SkPaint::kStroke_Style);
258
FOR_SETUP(p, styles,
setStyle
)
/frameworks/base/services/core/java/com/android/server/wm/
FocusedStackFrame.java
67
mInnerPaint.
setStyle
(Paint.Style.STROKE);
70
mOuterPaint.
setStyle
(Paint.Style.STROKE);
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java
99
paint.
setStyle
(Paint.Style.FILL);
104
paint.
setStyle
(Paint.Style.STROKE);
/frameworks/minikin/sample/
example_skia.cpp
136
paint.
setStyle
(SkPaint::kStroke_Style);
141
paint.
setStyle
(SkPaint::kFill_Style);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java
117
mPaint.
setStyle
(Paint.Style.STROKE);
121
mPaint.
setStyle
(Paint.Style.FILL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorCompareView.java
68
mBarPaint1.
setStyle
(Paint.Style.FILL);
69
mOrigBarPaint1.
setStyle
(Paint.Style.FILL);
ColorOpacityView.java
71
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorSVRectView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
81
mPaint1.
setStyle
(Paint.Style.FILL);
ColorSaturationView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorValueView.java
68
mDotPaint.
setStyle
(Paint.Style.FILL);
71
mBarPaint1.
setStyle
(Paint.Style.FILL);
/external/skia/bench/
DashBench.cpp
67
paint.
setStyle
(SkPaint::kStroke_Style);
121
p.
setStyle
(SkPaint::kFill_Style);
277
p.
setStyle
(SkPaint::kStroke_Style);
362
p.
setStyle
(SkPaint::kStroke_Style);
403
p.
setStyle
(SkPaint::kStroke_Style);
BitmapBench.cpp
172
p.
setStyle
(SkPaint::kStroke_Style);
320
p.
setStyle
(SkPaint::kFill_Style);
337
p.
setStyle
(SkPaint::kFill_Style);
/frameworks/base/docs/html/training/custom-views/
custom-drawing.jd
95
mPiePaint.
setStyle
(Paint.Style.FILL);
236
android.graphics.Paint#
setStyle
(android.graphics.Paint.Style)
setStyle
()}.
244
{@link android.graphics.Paint#
setStyle
245
setStyle
()}.
/frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java
53
* Style for {@link #
setStyle
(int, int)}: a basic,
59
* Style for {@link #
setStyle
(int, int)}: don't include
65
* Style for {@link #
setStyle
(int, int)}: don't draw
72
* Style for {@link #
setStyle
(int, int)}: like
113
public void
setStyle
(@DialogStyle int style, @StyleRes int theme) {
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java
322
p.
setStyle
(Style.FILL);
329
mMonthNumPaint.
setStyle
(Style.FILL);
409
p.
setStyle
(Style.FILL);
437
p.
setStyle
(Style.FILL);
480
p.
setStyle
(Style.STROKE);
MonthWeekEventsView.java
403
mMonthNumPaint.
setStyle
(Style.FILL);
435
mEventExtrasPaint.
setStyle
(Style.FILL);
447
mEventDeclinedExtrasPaint.
setStyle
(Style.FILL);
455
mWeekNumPaint.
setStyle
(Style.FILL);
463
mDNATimePaint.
setStyle
(Style.FILL_AND_STROKE);
467
mDNAAllDayPaint.
setStyle
(Style.FILL_AND_STROKE);
563
p.
setStyle
(Style.STROKE);
570
p.
setStyle
(Style.FILL);
[
all
...]
/external/skia/src/gpu/
GrSWMaskHelper.cpp
129
paint.
setStyle
(SkPaint::kStroke_Style);
133
paint.
setStyle
(SkPaint::kFill_Style);
135
paint.
setStyle
(SkPaint::kStroke_Style);
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java
404
pt.
setStyle
(Paint.Style.FILL);
406
pt.
setStyle
(Paint.Style.STROKE);
411
pt.
setStyle
(Paint.Style.STROKE);
/cts/tests/tests/graphics/src/android/graphics/cts/
ComposePathEffectTest.java
75
paint.
setStyle
(Paint.Style.STROKE);
DashPathEffectTest.java
53
paint.
setStyle
(Style.STROKE);
EmbossMaskFilterTest.java
45
paint.
setStyle
(Paint.Style.STROKE);
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java
58
paint.
setStyle
(Style.FILL);
Completed in 410 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>