Searched refs:setStrokeWidth (Results 1 - 25 of 207) sorted by relevance

123456789

/external/skia/gm/
H A Dbug615686.cpp15 p.setStrokeWidth(20);
H A Dclip_strokerect.cpp32 p.setStrokeWidth(22);
44 p.setStrokeWidth(2);
50 p.setStrokeWidth(22);
62 p.setStrokeWidth(2);
H A Dcrbug_691386.cpp18 p.setStrokeWidth(0.025f);
H A Dsmallarc.cpp19 p.setStrokeWidth(120);
H A Dbug530095.cpp20 paint.setStrokeWidth(26);
26 paint.setStrokeWidth(0.26f);
36 paint.setStrokeWidth(26);
43 paint.setStrokeWidth(0.26f);
56 p.setStrokeWidth(10);
H A Ddashcubics.cpp23 paint.setStrokeWidth(42);
27 paint.setStrokeWidth(21);
33 paint.setStrokeWidth(0);
H A Dpoints.cpp49 p0.setStrokeWidth(SkIntToScalar(4));
51 p2.setStrokeWidth(SkIntToScalar(6));
H A Dthinstrokedrects.cpp47 paint.setStrokeWidth(gStrokeWidths[j]);
62 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
H A Dstrokerect.cpp22 paint.setStrokeWidth(STROKE_WIDTH);
27 paint.setStrokeWidth(0);
31 paint.setStrokeWidth(3);
65 paint.setStrokeWidth(STROKE_WIDTH);
125 p.setStrokeWidth(6);
H A Dbeziers.cpp32 paint->setStrokeWidth(width);
52 paint->setStrokeWidth(width);
73 paint.setStrokeWidth(SkIntToScalar(9)/2);
H A Darcofzorro.cpp41 p.setStrokeWidth(35);
H A Dbug5252.cpp27 pa.setStrokeWidth(1.0f);
H A Dglyph_pos.cpp88 paint.setStrokeWidth(strokeWidth);
101 paint.setStrokeWidth(0.0f);
115 paint.setStrokeWidth(strokeWidth);
123 paint.setStrokeWidth(0.0f);
H A Dpatheffects.cpp31 paint->setStrokeWidth(0);
35 paint->setStrokeWidth(0);
40 paint->setStrokeWidth(12);
46 paint->setStrokeWidth(12);
H A Dstroke_rect_shader.cpp34 paint.setStrokeWidth(kStrokeWidth);
53 paint.setStrokeWidth(0);
H A Dcirculararcs.cpp29 p0.setStrokeWidth(15.f);
77 p->setStrokeWidth(0.f);
168 paints.back().setStrokeWidth(kS / 6.f);
171 paints.back().setStrokeWidth(0.f);
174 paints.back().setStrokeWidth(kS / 6.f);
177 paints.back().setStrokeWidth(kS / 6.f);
227 p0.setStrokeWidth(15.f);
H A Ddashing.cpp43 paint.setStrokeWidth(SkIntToScalar(2));
79 paint.setStrokeWidth(SkIntToScalar(w));
96 paint.setStrokeWidth(SkIntToScalar(8));
163 paint.setStrokeWidth(SkIntToScalar(6));
218 p.setStrokeWidth(SkIntToScalar(strokeWidth));
359 paint.setStrokeWidth(SkIntToScalar(w));
377 paint.setStrokeWidth(8.f);
454 paint.setStrokeWidth(SkIntToScalar(phase+1));
465 paint.setStrokeWidth(SkIntToScalar(phase+1));
500 p.setStrokeWidth(
[all...]
H A Dstrokes.cpp55 paint.setStrokeWidth(SkIntToScalar(9)/2);
123 strokePaint.setStrokeWidth(i ? 8.f : 10.f);
139 strokePaint.setStrokeWidth(20);
179 p.setStrokeWidth(scale * 5);
201 p.setStrokeWidth(1.0720f);
206 p.setStrokeWidth(1.0721f);
209 p.setStrokeWidth(1.0722f);
217 paint.setStrokeWidth(20);
244 p.setStrokeWidth(0);
299 paint.setStrokeWidth(SkIntToScala
[all...]
/external/skia/tests/
H A DRectTest.cpp33 paint.setStrokeWidth(10);
60 paint.setStrokeWidth(1);
68 paint.setStrokeWidth(1);
75 paint.setStrokeWidth(1);
82 paint.setStrokeWidth(0.99f);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPaintUtils.java37 paint.setStrokeWidth(PixelUtils.dpToPix(lineSizeDp));
/external/skia/samplecode/
H A DSamplePoints.cpp55 p0.setStrokeWidth(SkIntToScalar(4));
57 p2.setStrokeWidth(SkIntToScalar(6));
H A DSampleEmboss.cpp51 paint.setStrokeWidth(SkIntToScalar(10));
H A DSampleLines.cpp55 paint.setStrokeWidth(SkScalarHalf(SkIntToScalar(3)));
84 paint.setStrokeWidth(SkIntToScalar(2));
H A DSampleClock.cpp49 paintStroke.setStrokeWidth(8);
77 paintStroke.setStrokeWidth(5);
113 paintStroke.setStrokeWidth(14);
134 paintStroke.setStrokeWidth(10);
155 paintStroke.setStrokeWidth(6);
204 paintStroke.setStrokeWidth(18);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegmentFormatter.java46 getOuterEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
52 getInnerEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
58 getRadialEdgePaint().setStrokeWidth(DEFAULT_EDGE_THICKNESS);
72 getLabelMarkerPaint().setStrokeWidth(DEFAULT_LABEL_MARKER_THICKNESS);

Completed in 1260 milliseconds

123456789