OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStrokeWidth
(Results
1 - 25
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/skia/gm/
dashcubics.cpp
52
paint.
setStrokeWidth
(42);
56
paint.
setStrokeWidth
(21);
62
paint.
setStrokeWidth
(0);
strokerect.cpp
21
paint.
setStrokeWidth
(STROKE_WIDTH);
26
paint.
setStrokeWidth
(0);
30
paint.
setStrokeWidth
(3);
63
paint.
setStrokeWidth
(STROKE_WIDTH);
points.cpp
49
p0.
setStrokeWidth
(SkIntToScalar(4));
51
p2.
setStrokeWidth
(SkIntToScalar(6));
thinstrokedrects.cpp
47
paint.
setStrokeWidth
(gStrokeWidths[j]);
62
paint.
setStrokeWidth
(2.0f * gStrokeWidths[j]);
texteffects.cpp
21
p.
setStrokeWidth
(SK_Scalar1);
36
p.
setStrokeWidth
(SK_Scalar1*2);
42
p.
setStrokeWidth
(SK_Scalar1*4);
46
p.
setStrokeWidth
(SK_Scalar1*3/2);
53
p.
setStrokeWidth
(SK_Scalar1*3);
124
p.
setStrokeWidth
(SK_Scalar1);
141
p.
setStrokeWidth
(SK_Scalar1);
arcofzorro.cpp
39
p.
setStrokeWidth
(35);
patheffects.cpp
32
paint->
setStrokeWidth
(0);
36
paint->
setStrokeWidth
(0);
41
paint->
setStrokeWidth
(12);
47
paint->
setStrokeWidth
(12);
rects.cpp
115
p.
setStrokeWidth
(SkIntToScalar(3));
126
p.
setStrokeWidth
(SkIntToScalar(3));
137
p.
setStrokeWidth
(SkIntToScalar(3));
156
p.
setStrokeWidth
(SkIntToScalar(40));
166
p.
setStrokeWidth
(SkIntToScalar(2));
inversepaths.cpp
92
clipPaint.
setStrokeWidth
(SkIntToScalar(2));
97
outlinePaint.
setStrokeWidth
(SkIntToScalar(0));
112
paint.
setStrokeWidth
(strokeWidths[widthIndex]);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java
113
p.
setStrokeWidth
(1);
122
p.
setStrokeWidth
(2);
130
p.
setStrokeWidth
(0);
141
p.
setStrokeWidth
(1);
150
p.
setStrokeWidth
(2);
159
p.
setStrokeWidth
(1);
169
p.
setStrokeWidth
(5);
182
p.
setStrokeWidth
(1);
192
p.
setStrokeWidth
(2);
205
p.
setStrokeWidth
(1)
[
all
...]
LinesActivity.java
77
mSmallPaint.
setStrokeWidth
(1.0f);
82
mMediumPaint.
setStrokeWidth
(4.0f);
87
mLargePaint.
setStrokeWidth
(15.0f);
92
mAlphaPaint.
setStrokeWidth
(10.0f);
97
mHairLinePaint.
setStrokeWidth
(0.0f);
159
mSmallPaint.
setStrokeWidth
(0.0f);
161
mSmallPaint.
setStrokeWidth
(1.0f);
PointsActivity.java
106
p.
setStrokeWidth
(0f);
111
p.
setStrokeWidth
(1f);
115
p.
setStrokeWidth
(20);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DrawPoints.java
70
paint.
setStrokeWidth
(0);
74
paint.
setStrokeWidth
(3);
MeasureText.java
61
mPaint.
setStrokeWidth
(5);
94
mPaint.
setStrokeWidth
(0);
96
mPaint.
setStrokeWidth
(5);
Arcs.java
68
mPaints[2].
setStrokeWidth
(4);
86
mFramePaint.
setStrokeWidth
(0);
/cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java
48
paint.
setStrokeWidth
(0);
65
paint.
setStrokeWidth
(0);
71
paint.
setStrokeWidth
(1 + 2 * DEVIATION);
CornerPathEffectTest.java
52
pathPaint.
setStrokeWidth
(0);
73
expectedPaint.
setStrokeWidth
(TOLERANCE);
/external/chromium_org/ash/accelerators/
debug_commands.cc
28
paint.
setStrokeWidth
(10);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerMoreButton.java
40
mBorderPaint.
setStrokeWidth
(1.0f);
/external/chromium_org/ui/views/
round_rect_painter.cc
29
paint.
setStrokeWidth
(1);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java
23
mPaint.
setStrokeWidth
(mMargin);
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
70
rectChecked.getPaint().
setStrokeWidth
(strokeWidth);
80
rectUnchecked.getPaint().
setStrokeWidth
(strokeWidth);
/developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
70
rectChecked.getPaint().
setStrokeWidth
(strokeWidth);
80
rectUnchecked.getPaint().
setStrokeWidth
(strokeWidth);
/packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java
104
mPaint.
setStrokeWidth
(mDefStrokeWidth);
114
mPaint.
setStrokeWidth
(mBorderWidth);
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java
62
mPaint.
setStrokeWidth
(STROKE_WIDTH);
Completed in 1698 milliseconds
1
2
3
4
5
6
7
8
9
10
11