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

1 2 3 4 5 6 7 8 9

  /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));
texteffects.cpp 20 p.setStrokeWidth(SK_Scalar1);
35 p.setStrokeWidth(SK_Scalar1*2);
41 p.setStrokeWidth(SK_Scalar1*4);
45 p.setStrokeWidth(SK_Scalar1*3/2);
52 p.setStrokeWidth(SK_Scalar1*3);
123 p.setStrokeWidth(SK_Scalar1);
140 p.setStrokeWidth(SK_Scalar1);
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
circles.cpp 97 p.setStrokeWidth(SkIntToScalar(3));
114 p.setStrokeWidth(SkIntToScalar(2));
srcmode.cpp 39 p.setStrokeWidth(0);
45 p.setStrokeWidth(H/5);
  /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);
PathOffsetActivity.java 47 mPaint.setStrokeWidth(3);
PathsActivity.java 61 mSmallPaint.setStrokeWidth(1.0f);
67 mLinePaint.setStrokeWidth(1.0f);
73 mMediumPaint.setStrokeWidth(10.0f);
79 mLargePaint.setStrokeWidth(15.0f);
TextActivity.java 90 mMediumPaint.setStrokeWidth(2.0f);
98 mMediumPaint.setStrokeWidth(2.0f);
  /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/skia/tests/
PaintTest.cpp 19 paint.setStrokeWidth(SkIntToScalar(2));
85 paint.setStrokeWidth(SkIntToScalar(2));
StrokeTest.cpp 26 paint.setStrokeWidth(width);
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 104 mPaint.setStrokeWidth(mDefStrokeWidth);
114 mPaint.setStrokeWidth(mBorderWidth);
  /external/skia/bench/
LineBench.cpp 52 paint.setStrokeWidth(fStrokeWidth);
SkBenchmark.h 85 void setStrokeWidth(SkScalar width) {
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java 112 mPaint.setStrokeWidth(mInnerStroke);
117 mPaint.setStrokeWidth(mOuterStroke);
  /packages/apps/Gallery2/src/com/android/camera/ui/
ZoomRenderer.java 112 mPaint.setStrokeWidth(mInnerStroke);
117 mPaint.setStrokeWidth(mOuterStroke);

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 9