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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/gm/
dashcubics.cpp 56 paint.setStrokeWidth(42);
60 paint.setStrokeWidth(21);
66 paint.setStrokeWidth(0);
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));
thinstrokedrects.cpp 51 paint.setStrokeWidth(gStrokeWidths[j]);
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
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);
patheffects.cpp 32 paint->setStrokeWidth(0);
36 paint->setStrokeWidth(0);
41 paint->setStrokeWidth(12);
47 paint->setStrokeWidth(12);
  /external/skia/gm/
dashcubics.cpp 56 paint.setStrokeWidth(42);
60 paint.setStrokeWidth(21);
66 paint.setStrokeWidth(0);
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));
thinstrokedrects.cpp 51 paint.setStrokeWidth(gStrokeWidths[j]);
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
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);
  /external/chromium_org/third_party/skia/experimental/webtry/
result.cpp 22 p.setStrokeWidth(10);
  /external/skia/experimental/webtry/
result.cpp 22 p.setStrokeWidth(10);
  /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));
  /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);
  /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/chromium_org/third_party/skia/samplecode/
SamplePoints.cpp 59 p0.setStrokeWidth(SkIntToScalar(4));
61 p2.setStrokeWidth(SkIntToScalar(6));
SampleBox.cpp 32 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
SampleEmboss.cpp 54 paint.setStrokeWidth(SkIntToScalar(10));
  /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);
  /external/chromium_org/ash/accelerators/
debug_commands.cc 28 paint.setStrokeWidth(10);

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>