OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setstrokewidth
(Results
26 - 50
of
368
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java
289
timFormatter.getLinePaint().
setStrokeWidth
(PixelUtils.dpToPix(LINE_THICKNESS_DP));
290
timFormatter.getVertexPaint().
setStrokeWidth
(PixelUtils.dpToPix(POINT_SIZE_DP));
302
nickFormatter.getLinePaint().
setStrokeWidth
(PixelUtils.dpToPix(LINE_THICKNESS_DP));
303
nickFormatter.getVertexPaint().
setStrokeWidth
(PixelUtils.dpToPix(POINT_SIZE_DP));
317
joeFormatter.getLinePaint().
setStrokeWidth
(PixelUtils.dpToPix(LINE_THICKNESS_DP));
318
joeFormatter.getVertexPaint().
setStrokeWidth
(PixelUtils.dpToPix(POINT_SIZE_DP));
331
jamesFormatter.getLinePaint().
setStrokeWidth
(PixelUtils.dpToPix(LINE_THICKNESS_DP));
332
jamesFormatter.getVertexPaint().
setStrokeWidth
(PixelUtils.dpToPix(POINT_SIZE_DP));
/external/skia/gm/
dashcircle.cpp
32
refPaint.
setStrokeWidth
(1);
64
p.
setStrokeWidth
(10);
texteffects.cpp
22
p.
setStrokeWidth
(SK_Scalar1);
37
p.
setStrokeWidth
(SK_Scalar1*2);
43
p.
setStrokeWidth
(SK_Scalar1*4);
47
p.
setStrokeWidth
(SK_Scalar1*3/2);
54
p.
setStrokeWidth
(SK_Scalar1*3);
125
p.
setStrokeWidth
(SK_Scalar1);
142
p.
setStrokeWidth
(SK_Scalar1);
205
paint.
setStrokeWidth
(5);
276
paint.
setStrokeWidth
(uWidth);
320
paint.
setStrokeWidth
(uWidth)
[
all
...]
arcofzorro.cpp
40
p.
setStrokeWidth
(35);
fatpathfill.cpp
58
paint.
setStrokeWidth
(SK_Scalar1);
glyph_pos.cpp
87
paint.
setStrokeWidth
(strokeWidth);
100
paint.
setStrokeWidth
(0.0f);
114
paint.
setStrokeWidth
(strokeWidth);
122
paint.
setStrokeWidth
(0.0f);
patch.cpp
37
paint.
setStrokeWidth
(0.5f);
49
paint.
setStrokeWidth
(2);
pathcontourstart.cpp
34
fDashPaint.
setStrokeWidth
(6);
39
fPointsPaint.
setStrokeWidth
(3);
srcmode.cpp
40
p.
setStrokeWidth
(0);
46
p.
setStrokeWidth
(H/5);
/external/skia/samplecode/
SampleLines.cpp
59
paint.
setStrokeWidth
(SkScalarHalf(SkIntToScalar(3)));
88
paint.
setStrokeWidth
(SkIntToScalar(2));
SampleMeasure.cpp
62
p.
setStrokeWidth
(0);
74
p.
setStrokeWidth
(SkIntToScalar(4));
SampleArc.cpp
57
paint.
setStrokeWidth
(SkIntToScalar(2));
70
paint.
setStrokeWidth
(0);
152
paint.
setStrokeWidth
(SkIntToScalar(1));
184
paint.
setStrokeWidth
(SkIntToScalar(2));
SampleEmboss.cpp
54
paint.
setStrokeWidth
(SkIntToScalar(10));
SampleStrokeRect.cpp
32
paint.
setStrokeWidth
(SkIntToScalar(20));
SampleAll.cpp
88
p.
setStrokeWidth
(SK_Scalar1);
103
p.
setStrokeWidth
(SK_Scalar1*2);
109
p.
setStrokeWidth
(SK_Scalar1*4);
113
p.
setStrokeWidth
(SK_Scalar1*3/2);
120
p.
setStrokeWidth
(SK_Scalar1*3);
204
p.
setStrokeWidth
(SK_Scalar1);
221
p.
setStrokeWidth
(SK_Scalar1);
406
paint.
setStrokeWidth
(SkIntToScalar(10));
436
paint.
setStrokeWidth
(SkIntToScalar(5));
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ExactCanvasTests.java
56
p.
setStrokeWidth
(1f);
74
p.
setStrokeWidth
(5);
87
p.
setStrokeWidth
(10);
135
p.
setStrokeWidth
(5);
/external/skia/bench/
LineBench.cpp
51
paint.
setStrokeWidth
(fStrokeWidth);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathsActivity.java
61
mSmallPaint.
setStrokeWidth
(1.0f);
67
mLinePaint.
setStrokeWidth
(1.0f);
73
mMediumPaint.
setStrokeWidth
(10.0f);
79
mLargePaint.
setStrokeWidth
(15.0f);
/external/skia/tests/
StrokerTest.cpp
26
p.
setStrokeWidth
(widths[index]);
142
p.
setStrokeWidth
(unboundedPos(r));
182
p.
setStrokeWidth
(unboundedPos(r));
234
p.
setStrokeWidth
(r.nextRangeF(0, 500));
292
p.
setStrokeWidth
(r.nextRangeF(0, 500));
338
p.
setStrokeWidth
(r.nextRangeF(0, 500));
377
p.
setStrokeWidth
(r.nextRangeF(0, 100));
410
p.
setStrokeWidth
(SkDoubleToScalar(164.683548));
435
p.
setStrokeWidth
(SkDoubleToScalar(42.835968));
/cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java
52
pathPaint.
setStrokeWidth
(0);
73
expectedPaint.
setStrokeWidth
(TOLERANCE);
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
70
rectChecked.getPaint().
setStrokeWidth
(strokeWidth);
80
rectUnchecked.getPaint().
setStrokeWidth
(strokeWidth);
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java
70
rectChecked.getPaint().
setStrokeWidth
(strokeWidth);
80
rectUnchecked.getPaint().
setStrokeWidth
(strokeWidth);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java
68
mPaints[2].
setStrokeWidth
(4);
86
mFramePaint.
setStrokeWidth
(0);
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java
70
rectChecked.getPaint().
setStrokeWidth
(strokeWidth);
80
rectUnchecked.getPaint().
setStrokeWidth
(strokeWidth);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java
101
linePaint.
setStrokeWidth
(PixelUtils.dpToPix(DEFAULT_LINE_STROKE_WIDTH_DP));
113
vertexPaint.
setStrokeWidth
(PixelUtils.dpToPix(DEFAULT_VERTEX_STROKE_WIDTH_DP));
Completed in 333 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>