HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeWidth (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gm/
bug530095.cpp 20 paint.setStrokeWidth(26);
26 paint.setStrokeWidth(0.26f);
36 paint.setStrokeWidth(26);
43 paint.setStrokeWidth(0.26f);
clip_strokerect.cpp 32 p.setStrokeWidth(22);
44 p.setStrokeWidth(2);
50 p.setStrokeWidth(22);
62 p.setStrokeWidth(2);
smallarc.cpp 19 p.setStrokeWidth(120);
dashcubics.cpp 25 paint.setStrokeWidth(42);
29 paint.setStrokeWidth(21);
35 paint.setStrokeWidth(0);
strokerect.cpp 21 paint.setStrokeWidth(STROKE_WIDTH);
26 paint.setStrokeWidth(0);
30 paint.setStrokeWidth(3);
64 paint.setStrokeWidth(STROKE_WIDTH);
points.cpp 50 p0.setStrokeWidth(SkIntToScalar(4));
52 p2.setStrokeWidth(SkIntToScalar(6));
thinstrokedrects.cpp 47 paint.setStrokeWidth(gStrokeWidths[j]);
62 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
beziers.cpp 27 paint->setStrokeWidth(width);
41 paint->setStrokeWidth(width);
62 paint.setStrokeWidth(SkIntToScalar(9)/2);
arcofzorro.cpp 40 p.setStrokeWidth(35);
glyph_pos.cpp 87 paint.setStrokeWidth(strokeWidth);
100 paint.setStrokeWidth(0.0f);
114 paint.setStrokeWidth(strokeWidth);
122 paint.setStrokeWidth(0.0f);
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
strokes.cpp 54 paint.setStrokeWidth(SkIntToScalar(9)/2);
122 strokePaint.setStrokeWidth(i ? 8.f : 10.f);
138 strokePaint.setStrokeWidth(20);
178 p.setStrokeWidth(scale * 5);
200 p.setStrokeWidth(1.0720f);
205 p.setStrokeWidth(1.0721f);
208 p.setStrokeWidth(1.0722f);
216 paint.setStrokeWidth(20);
243 p.setStrokeWidth(0);
304 paint.setStrokeWidth(SkIntToScalar(9)/2)
    [all...]
  /external/skia/tests/
RectTest.cpp 33 paint.setStrokeWidth(10);
60 paint.setStrokeWidth(1);
68 paint.setStrokeWidth(1);
75 paint.setStrokeWidth(1);
82 paint.setStrokeWidth(0.99f);
  /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);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PaintUtils.java 37 paint.setStrokeWidth(PixelUtils.dpToPix(lineSizeDp));
  /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);
  /external/skia/samplecode/
SamplePoints.cpp 59 p0.setStrokeWidth(SkIntToScalar(4));
61 p2.setStrokeWidth(SkIntToScalar(6));
SampleEmboss.cpp 54 paint.setStrokeWidth(SkIntToScalar(10));
SampleLines.cpp 59 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
88 paint.setStrokeWidth(SkIntToScalar(2));
SampleClock.cpp 49 paintStroke.setStrokeWidth(8);
77 paintStroke.setStrokeWidth(5);
113 paintStroke.setStrokeWidth(14);
134 paintStroke.setStrokeWidth(10);
155 paintStroke.setStrokeWidth(6);
204 paintStroke.setStrokeWidth(18);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 48 paint.setStrokeWidth(0);
65 paint.setStrokeWidth(0);
71 paint.setStrokeWidth(1 + 2 * DEVIATION);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
SegmentFormatter.java 46 getOuterEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
52 getInnerEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
58 getRadialEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
72 getLabelMarkerPaint().setStrokeWidth(DEFAULT_LABEL_MARKER_THICKNESS);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java 23 mPaint.setStrokeWidth(mMargin);

Completed in 857 milliseconds

1 2 3 4 5 6 7 8 91011>>