OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStrokeWidth
(Results
176 - 200
of
477
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/bench/
BitmapRectBench.cpp
30
p.
setStrokeWidth
(SkIntToScalar(4));
StrokeBench.cpp
86
fRec.fPaint.
setStrokeWidth
(5);
/external/skia/gm/
cubicpaths.cpp
79
paint.
setStrokeWidth
(strokeWidth);
170
rectPaint.
setStrokeWidth
(-1);
226
paint.
setStrokeWidth
(strokeWidth);
318
rectPaint.
setStrokeWidth
(-1);
drawlooper.cpp
90
paint->
setStrokeWidth
(gParams[i].fWidth);
nonclosedpaths.cpp
115
paint.
setStrokeWidth
(SkIntToScalar(kStrokeWidth[width]));
samplerstress.cpp
132
paint2.
setStrokeWidth
(1);
shadows.cpp
22
paint->
setStrokeWidth
(strokeWidth);
strokefill.cpp
49
paint.
setStrokeWidth
(SkIntToScalar(5));
techtalk1.cpp
54
paint->
setStrokeWidth
(WIRE_FRAME_WIDTH);
139
paint.
setStrokeWidth
(40);
161
paint.
setStrokeWidth
(25);
213
paint.
setStrokeWidth
(25);
/external/skia/samplecode/
SampleAll.cpp
91
p.
setStrokeWidth
(SK_Scalar1);
106
p.
setStrokeWidth
(SK_Scalar1*2);
112
p.
setStrokeWidth
(SK_Scalar1*4);
116
p.
setStrokeWidth
(SK_Scalar1*3/2);
123
p.
setStrokeWidth
(SK_Scalar1*3);
210
p.
setStrokeWidth
(SK_Scalar1);
227
p.
setStrokeWidth
(SK_Scalar1);
413
paint.
setStrokeWidth
(SkIntToScalar(10));
443
paint.
setStrokeWidth
(SkIntToScalar(5));
SampleAnimatedGradient.cpp
36
paint.
setStrokeWidth
(SkScalarHalf(SkIntToScalar(3)));
SampleCircle.cpp
55
paint.
setStrokeWidth
(SkIntToScalar(width));
SampleEmptyPath.cpp
103
rectPaint.
setStrokeWidth
(-1);
/external/skia/src/views/
SkParsePaint.cpp
72
paint->
setStrokeWidth
(x);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java
54
mClearPaint.
setStrokeWidth
(15.0f);
ScaledPathsActivity.java
48
mPathPaint.
setStrokeWidth
(5.0f);
/frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java
54
borderPaint.
setStrokeWidth
(circularImageBorder);
/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/graphics/
ColorPickerDialog.java
53
mPaint.
setStrokeWidth
(32);
57
mCenterPaint.
setStrokeWidth
(5);
/development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java
93
mPaint.
setStrokeWidth
(6);
103
mGlow.
setStrokeWidth
(1);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java
66
mPaint.
setStrokeWidth
(32);
70
mCenterPaint.
setStrokeWidth
(5);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp
26
m_strokePaint.
setStrokeWidth
(SkFloatToScalar(m_strokeData.thickness()));
89
m_strokePaint.
setStrokeWidth
(SkFloatToScalar(thickness));
/external/chromium_org/third_party/skia/gm/
patchgrid.cpp
25
paint.
setStrokeWidth
(0.5);
37
paint.
setStrokeWidth
(2);
xfermodes3.cpp
83
modePaint.
setStrokeWidth
(kStrokes[s].fWidth);
100
modePaint.
setStrokeWidth
(kStrokes[s].fWidth);
/external/chromium_org/third_party/skia/samplecode/
SampleStrokePath.cpp
31
paint.
setStrokeWidth
(8000);
143
paint->
setStrokeWidth
(SkIntToScalar(gRec[i].fStrokeWidth));
Completed in 4786 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>