/external/skia/gm/ |
D | convex_all_line_paths.cpp | 274 offset->fX += kStrokeWidth / 2.0f; in drawPath() 275 offset->fY += kStrokeWidth / 2.0f; in drawPath() 281 offset->fX += kStrokeWidth; in drawPath() 300 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth)); in drawPath() 316 offset.fX += kStrokeWidth / 2.0f; in onDraw() 317 offset.fY += kStrokeWidth / 2.0f; in onDraw() 332 p.setStrokeWidth(SkIntToScalar(kStrokeWidth)); in onDraw() 393 static constexpr int kStrokeWidth = 10; member in skiagm::ConvexLineOnlyPathsGM
|
D | trickycubicstrokes.cpp | 15 static constexpr float kStrokeWidth = 40; variable 63 fStrokePaint.setStrokeWidth(kStrokeWidth); in onOnceBeforeDraw() 80 strokeBounds.outset(kStrokeWidth, kStrokeWidth); in drawStroke()
|
D | croppedrects.cpp | 42 constexpr SkScalar kStrokeWidth = 10; in onOnceBeforeDraw() local 45 stroke.setStrokeWidth(kStrokeWidth); in onOnceBeforeDraw() 47 srcCanvas->drawRect(kSrcImageClip.makeInset(kStrokeWidth / 2, kStrokeWidth / 2), stroke); in onOnceBeforeDraw()
|
D | strokedlines.cpp | 22 constexpr SkScalar kStrokeWidth = 5.0f; variable 81 tmp.setStrokeWidth(kStrokeWidth); in draw_row() 136 SkScalar intervals[] = { kStrokeWidth, kStrokeWidth }; in onOnceBeforeDraw() 140 p.setPathEffect(SkDashPathEffect::Make(intervals, intervalCount, kStrokeWidth)); in onOnceBeforeDraw()
|
D | nonclosedpaths.cpp | 74 constexpr int kStrokeWidth[] = {0, 10, 40, 50}; in onDraw() local 75 int numWidths = SK_ARRAY_COUNT(kStrokeWidth); in onDraw() 112 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width])); in onDraw()
|
D | stroke_rect_shader.cpp | 33 constexpr SkScalar kStrokeWidth = 10; variable 34 paint.setStrokeWidth(kStrokeWidth);
|
D | dashcircle.cpp | 138 static constexpr SkScalar kStrokeWidth = 15.f; in onDraw() local 179 paint.setStrokeWidth(kStrokeWidth); in onDraw() 201 paint.setStrokeWidth(kStrokeWidth); in onDraw()
|
/external/skqp/gm/ |
D | convex_all_line_paths.cpp | 274 offset->fX += kStrokeWidth / 2.0f; in drawPath() 275 offset->fY += kStrokeWidth / 2.0f; in drawPath() 281 offset->fX += kStrokeWidth; in drawPath() 300 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth)); in drawPath() 316 offset.fX += kStrokeWidth / 2.0f; in onDraw() 317 offset.fY += kStrokeWidth / 2.0f; in onDraw() 332 p.setStrokeWidth(SkIntToScalar(kStrokeWidth)); in onDraw() 393 static constexpr int kStrokeWidth = 10; member in skiagm::ConvexLineOnlyPathsGM
|
D | trickycubicstrokes.cpp | 15 static constexpr float kStrokeWidth = 40; variable 63 fStrokePaint.setStrokeWidth(kStrokeWidth); in onOnceBeforeDraw() 80 strokeBounds.outset(kStrokeWidth, kStrokeWidth); in drawStroke()
|
D | croppedrects.cpp | 42 constexpr SkScalar kStrokeWidth = 10; in onOnceBeforeDraw() local 45 stroke.setStrokeWidth(kStrokeWidth); in onOnceBeforeDraw() 47 srcCanvas->drawRect(kSrcImageClip.makeInset(kStrokeWidth / 2, kStrokeWidth / 2), stroke); in onOnceBeforeDraw()
|
D | strokedlines.cpp | 22 constexpr SkScalar kStrokeWidth = 5.0f; variable 81 tmp.setStrokeWidth(kStrokeWidth); in draw_row() 136 SkScalar intervals[] = { kStrokeWidth, kStrokeWidth }; in onOnceBeforeDraw() 140 p.setPathEffect(SkDashPathEffect::Make(intervals, intervalCount, kStrokeWidth)); in onOnceBeforeDraw()
|
D | nonclosedpaths.cpp | 74 constexpr int kStrokeWidth[] = {0, 10, 40, 50}; in onDraw() local 75 int numWidths = SK_ARRAY_COUNT(kStrokeWidth); in onDraw() 112 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width])); in onDraw()
|
D | stroke_rect_shader.cpp | 33 constexpr SkScalar kStrokeWidth = 10; variable 34 paint.setStrokeWidth(kStrokeWidth);
|
D | dashcircle.cpp | 138 static constexpr SkScalar kStrokeWidth = 15.f; in onDraw() local 179 paint.setStrokeWidth(kStrokeWidth); in onDraw() 201 paint.setStrokeWidth(kStrokeWidth); in onDraw()
|
/external/skia/bench/ |
D | ChartBench.cpp | 138 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDraw() local 143 plotPaint.setStrokeWidth(kStrokeWidth); in onDraw()
|
/external/skqp/bench/ |
D | ChartBench.cpp | 138 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDraw() local 143 plotPaint.setStrokeWidth(kStrokeWidth); in onDraw()
|
/external/skia/samplecode/ |
D | SampleChart.cpp | 133 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDrawContent() local 138 plotPaint.setStrokeWidth(kStrokeWidth); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleChart.cpp | 133 static const SkScalar kStrokeWidth = SkIntToScalar(2); in onDrawContent() local 138 plotPaint.setStrokeWidth(kStrokeWidth); in onDrawContent()
|
/external/skia/experimental/svg/model/ |
D | SkSVGAttribute.h | 47 kStrokeWidth, enumerator
|
D | SkSVGRenderContext.cpp | 233 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 286 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 181 case SkSVGAttribute::kStrokeWidth: in onSetAttribute()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGAttribute.h | 47 kStrokeWidth, enumerator
|
D | SkSVGRenderContext.cpp | 233 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 286 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext()
|
D | SkSVGNode.cpp | 181 case SkSVGAttribute::kStrokeWidth: in onSetAttribute()
|
D | SkSVGDOM.cpp | 338 { "stroke-width" , { SkSVGAttribute::kStrokeWidth , SetLengthAttribute }},
|