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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gm/
bug615686.cpp 15 p.setStrokeWidth(20);
clip_strokerect.cpp 32 p.setStrokeWidth(22);
44 p.setStrokeWidth(2);
50 p.setStrokeWidth(22);
62 p.setStrokeWidth(2);
crbug_691386.cpp 18 p.setStrokeWidth(0.025f);
smallarc.cpp 19 p.setStrokeWidth(120);
bug530095.cpp 20 paint.setStrokeWidth(26);
26 paint.setStrokeWidth(0.26f);
36 paint.setStrokeWidth(26);
43 paint.setStrokeWidth(0.26f);
56 p.setStrokeWidth(10);
dashcubics.cpp 23 paint.setStrokeWidth(42);
27 paint.setStrokeWidth(21);
33 paint.setStrokeWidth(0);
points.cpp 49 p0.setStrokeWidth(SkIntToScalar(4));
51 p2.setStrokeWidth(SkIntToScalar(6));
thinstrokedrects.cpp 47 paint.setStrokeWidth(gStrokeWidths[j]);
62 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
strokerect.cpp 22 paint.setStrokeWidth(STROKE_WIDTH);
27 paint.setStrokeWidth(0);
31 paint.setStrokeWidth(3);
65 paint.setStrokeWidth(STROKE_WIDTH);
125 p.setStrokeWidth(6);
beziers.cpp 32 paint->setStrokeWidth(width);
52 paint->setStrokeWidth(width);
73 paint.setStrokeWidth(SkIntToScalar(9)/2);
bigrect.cpp 63 outOfBoundsPaint.setStrokeWidth(0);
90 paint.setStrokeWidth(1);
92 paint.setStrokeWidth(0);
arcofzorro.cpp 41 p.setStrokeWidth(35);
bug5252.cpp 27 pa.setStrokeWidth(1.0f);
glyph_pos.cpp 88 paint.setStrokeWidth(strokeWidth);
101 paint.setStrokeWidth(0.0f);
115 paint.setStrokeWidth(strokeWidth);
123 paint.setStrokeWidth(0.0f);
patheffects.cpp 31 paint->setStrokeWidth(0);
35 paint->setStrokeWidth(0);
40 paint->setStrokeWidth(12);
46 paint->setStrokeWidth(12);
  /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 55 p0.setStrokeWidth(SkIntToScalar(4));
57 p2.setStrokeWidth(SkIntToScalar(6));
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 56 paint.setStrokeWidth(0);
73 paint.setStrokeWidth(0);
79 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);
  /external/skia/experimental/svg/model/
SkSVGNode.h 58 void setStrokeWidth(const SkSVGLength&);

Completed in 1823 milliseconds

1 2 3 4 5 6 7 8 91011>>