OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstyle
(Results
201 - 225
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/bench/
ChartBench.cpp
145
plotPaint.
setStyle
(SkPaint::kStroke_Style);
150
fillPaint.
setStyle
(SkPaint::kFill_Style);
/external/skia/experimental/DrawingBoard/
SkColorPalette.cpp
47
paint.
setStyle
(SkPaint::kStroke_Style);
50
paint.
setStyle
(SkPaint::kFill_Style);
/external/skia/gm/
OverStroke.cpp
39
p.
setStyle
(SkPaint::kStroke_Style);
49
p.
setStyle
(SkPaint::kStroke_Style);
complexclip.cpp
115
boundPaint.
setStyle
(SkPaint::kStroke_Style);
178
paint.
setStyle
(SkPaint::kStroke_Style);
drawbitmaprect.cpp
198
blackPaint.
setStyle
(SkPaint::kFill_Style);
205
blackPaint.
setStyle
(SkPaint::kStroke_Style);
pictureshader.cpp
127
paint.
setStyle
(SkPaint::kFill_Style);
146
paint.
setStyle
(SkPaint::kFill_Style);
polygons.cpp
115
paint.
setStyle
(SkPaint::kStroke_Style);
142
paint.
setStyle
(kStyles[style]);
skbug_257.cpp
116
checker.
setStyle
(SkPaint::kStroke_Style);
127
stroke.
setStyle
(SkPaint::kStroke_Style);
/external/skia/samplecode/
SampleAARects.cpp
28
paint.
setStyle
(SkPaint::kStroke_Style);
77
paints[p].
setStyle
(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SampleBitmapRect.cpp
119
paint.
setStyle
(SkPaint::kStroke_Style);
222
paint.
setStyle
(SkPaint::kStroke_Style);
SampleChart.cpp
138
plotPaint.
setStyle
(SkPaint::kStroke_Style);
143
fillPaint.
setStyle
(SkPaint::kFill_Style);
SamplePathOverstroke.cpp
167
p.
setStyle
(SkPaint::kStroke_Style);
180
hairp.
setStyle
(SkPaint::kStroke_Style);
SamplePolyToPoly.cpp
99
paint->
setStyle
(SkPaint::kStroke_Style);
108
paint->
setStyle
(SkPaint::kFill_Style);
SampleStrokePath.cpp
34
paint.
setStyle
(SkPaint::kStroke_Style);
139
paint->
setStyle
(gRec[i].fStyle);
SampleXfermodesBlur.cpp
149
p.
setStyle
(SkPaint::kFill_Style);
158
p.
setStyle
(SkPaint::kStroke_Style);
/external/skia/tests/
StrokeTest.cpp
37
paint.
setStyle
(SkPaint::kStroke_Style);
55
paint.
setStyle
(SkPaint::kStroke_Style);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java
192
mNotificationBuilder.
setStyle
(new Notification.BigPictureStyle()
195
mNotificationBuilder.
setStyle
(null);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchCircleView.java
88
mPaint.
setStyle
(Paint.Style.STROKE);
92
mFill.
setStyle
(Paint.Style.FILL);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerCircleView.java
78
mPaint.
setStyle
(Paint.Style.STROKE);
82
mFill.
setStyle
(Paint.Style.FILL);
/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);
Completed in 1043 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>