OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstrokewidth
(Results
151 - 175
of
368
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/samplecode/
SampleCircle.cpp
56
paint.
setStrokeWidth
(SkIntToScalar(width));
SampleClip.cpp
67
paint.
setStrokeWidth
(strokeWidth);
SampleHairCurves.cpp
34
paint.
setStrokeWidth
(0);
SampleHairModes.cpp
56
paint.
setStrokeWidth
(SK_Scalar1 * angle * 2 / 24);
SamplePathFill.cpp
24
paint.
setStrokeWidth
(5);
SampleTextOnPath.cpp
34
paint.
setStrokeWidth
(.005f);
/external/skia/site/dev/testing/
tests.md
57
p.
setStrokeWidth
(2);
/external/skia/src/c/
sk_paint.cpp
86
AsPaint(cpaint)->
setStrokeWidth
(width);
/external/skia/src/core/
SkStrokeRec.cpp
132
paint->
setStrokeWidth
(fWidth);
/external/skia/src/views/
SkParsePaint.cpp
72
paint->
setStrokeWidth
(x);
/external/skia/tests/
DashPathEffectTest.cpp
61
paint.
setStrokeWidth
(1.0f);
GpuDrawPathTest.cpp
42
paint.
setStrokeWidth
(SkIntToScalar(20));
/frameworks/base/libs/hwui/tests/common/scenes/
ShapeAnimation.cpp
80
paint.
setStrokeWidth
(strokeWidth);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CirclePropActivity.java
82
p.
setStrokeWidth
(60.0f);
PathsCacheActivity.java
84
mMediumPaint.
setStrokeWidth
(10.0f);
/frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java
54
borderPaint.
setStrokeWidth
(circularImageBorder);
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DrawView.java
54
mPaint1.
setStrokeWidth
(2);
/packages/apps/Camera2/src/com/android/camera/ui/
ProgressRenderer.java
122
paint.
setStrokeWidth
(width);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java
100
paint.
setStrokeWidth
(2);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java
229
paint.
setStrokeWidth
(3);
245
paint.
setStrokeWidth
(2);
/development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java
93
mPaint.
setStrokeWidth
(6);
103
mGlow.
setStrokeWidth
(1);
/external/skia/gm/
arcto.cpp
51
paint.
setStrokeWidth
(2);
76
paint.
setStrokeWidth
(5);
convexpolyclip.cpp
69
paint.
setStrokeWidth
(SK_Scalar1);
188
clipOutlinePaint.
setStrokeWidth
(0);
hairlines.cpp
197
paint.
setStrokeWidth
(kWidths[w]);
224
paint.
setStrokeWidth
(width);
showmiplevels.cpp
30
paint.
setStrokeWidth
(w / 16.0f);
63
paint.
setStrokeWidth
(2.1f);
Completed in 416 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>