HomeSort by relevance Sort by last modified time
    Searched full:setstrokewidth (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/webtry/
result.cpp 22 p.setStrokeWidth(10);
  /external/skia/experimental/webtry/
result.cpp 22 p.setStrokeWidth(10);
  /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/chromium_org/third_party/skia/gm/
strokerect.cpp 21 paint.setStrokeWidth(STROKE_WIDTH);
26 paint.setStrokeWidth(0);
30 paint.setStrokeWidth(3);
67 paint.setStrokeWidth(STROKE_WIDTH);
points.cpp 53 p0.setStrokeWidth(SkIntToScalar(4));
55 p2.setStrokeWidth(SkIntToScalar(6));
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);
dashcubics.cpp 56 paint.setStrokeWidth(42);
60 paint.setStrokeWidth(21);
66 paint.setStrokeWidth(0);
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
thinstrokedrects.cpp 51 paint.setStrokeWidth(gStrokeWidths[j]);
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
rects.cpp 119 p.setStrokeWidth(SkIntToScalar(3));
130 p.setStrokeWidth(SkIntToScalar(3));
141 p.setStrokeWidth(SkIntToScalar(3));
160 p.setStrokeWidth(SkIntToScalar(40));
170 p.setStrokeWidth(SkIntToScalar(2));
  /external/skia/gm/
strokerect.cpp 21 paint.setStrokeWidth(STROKE_WIDTH);
26 paint.setStrokeWidth(0);
30 paint.setStrokeWidth(3);
67 paint.setStrokeWidth(STROKE_WIDTH);
points.cpp 53 p0.setStrokeWidth(SkIntToScalar(4));
55 p2.setStrokeWidth(SkIntToScalar(6));
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);
dashcubics.cpp 56 paint.setStrokeWidth(42);
60 paint.setStrokeWidth(21);
66 paint.setStrokeWidth(0);
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
thinstrokedrects.cpp 51 paint.setStrokeWidth(gStrokeWidths[j]);
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
rects.cpp 119 p.setStrokeWidth(SkIntToScalar(3));
130 p.setStrokeWidth(SkIntToScalar(3));
141 p.setStrokeWidth(SkIntToScalar(3));
160 p.setStrokeWidth(SkIntToScalar(40));
170 p.setStrokeWidth(SkIntToScalar(2));
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfGraphicsState.cpp 25 paint->setStrokeWidth(SkDoubleToScalar(fLineWidth));
  /external/skia/experimental/PdfViewer/
SkPdfGraphicsState.cpp 25 paint->setStrokeWidth(SkDoubleToScalar(fLineWidth));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategorySelected.java 23 mPaint.setStrokeWidth(mMargin);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DrawPoints.java 70 paint.setStrokeWidth(0);
74 paint.setStrokeWidth(3);
  /external/chromium_org/third_party/skia/samplecode/
SamplePoints.cpp 59 p0.setStrokeWidth(SkIntToScalar(4));
61 p2.setStrokeWidth(SkIntToScalar(6));
  /external/skia/samplecode/
SamplePoints.cpp 59 p0.setStrokeWidth(SkIntToScalar(4));
61 p2.setStrokeWidth(SkIntToScalar(6));
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 48 paint.setStrokeWidth(0);
65 paint.setStrokeWidth(0);
71 paint.setStrokeWidth(1 + 2 * DEVIATION);

Completed in 1636 milliseconds

1 2 3 4 5 6 7 8 91011>>