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

1 2 3 4 5 6 7 8

  /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);
PointsActivity.java 106 p.setStrokeWidth(0f);
111 p.setStrokeWidth(1f);
115 p.setStrokeWidth(20);
PathsActivity.java 61 mSmallPaint.setStrokeWidth(1.0f);
67 mLinePaint.setStrokeWidth(1.0f);
73 mMediumPaint.setStrokeWidth(10.0f);
79 mLargePaint.setStrokeWidth(15.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);
  /external/skia/gm/
points.cpp 49 p0.setStrokeWidth(SkIntToScalar(4));
51 p2.setStrokeWidth(SkIntToScalar(6));
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
  /external/skia/samplecode/
SamplePoints.cpp 61 p0.setStrokeWidth(SkIntToScalar(4));
63 p2.setStrokeWidth(SkIntToScalar(6));
SampleBox.cpp 32 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
SampleEmboss.cpp 55 paint.setStrokeWidth(SkIntToScalar(10));
SamplePathEffects.cpp 84 paint.setStrokeWidth(SK_Scalar1*4);
87 paint.setStrokeWidth(SK_Scalar1*1);
154 paint.setStrokeWidth(SkIntToScalar(5));
156 paint.setStrokeWidth(0);
SampleUnitMapper.cpp 95 paint.setStrokeWidth(0);
104 paint.setStrokeWidth(0);
108 paint.setStrokeWidth(SK_Scalar1 / 60);
114 paint.setStrokeWidth(SK_Scalar1 / 20);
SampleLines.cpp 61 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
90 paint.setStrokeWidth(SkIntToScalar(2));
SampleMeasure.cpp 70 p.setStrokeWidth(0);
82 p.setStrokeWidth(SkIntToScalar(4));
SampleTriangles.cpp 84 paint.setStrokeWidth(SkIntToScalar(4));
97 pathPaint.setStrokeWidth(SIZE / 12);
SampleSpiral.cpp 32 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
SampleStrokeRect.cpp 32 paint.setStrokeWidth(SkIntToScalar(20));
  /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);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ColorPath.java 54 paint.setStrokeWidth(12);
  /external/skia/tests/
PaintTest.cpp 19 paint.setStrokeWidth(SkIntToScalar(2));
85 paint.setStrokeWidth(SkIntToScalar(2));
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 104 mPaint.setStrokeWidth(mDefStrokeWidth);
114 mPaint.setStrokeWidth(mBorderWidth);
  /external/skia/bench/
SkBenchmark.h 58 void setStrokeWidth(SkScalar width) {

Completed in 308 milliseconds

1 2 3 4 5 6 7 8