Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 1 – 25 of 71) sorted by relevance

123

/third_party/flutter/skia/gm/
Dglyph_pos.cpp35 SkScalar strokeWidth, in draw_gm()
89 SkScalar strokeWidth, in drawTestCase()
Dstroketext.cpp41 SkScalar strokeWidth) { in draw_text_stroked()
Dninepatchstretch.cpp37 const SkScalar strokeWidth = SkIntToScalar(6); in make_image() local
Dquadpaths.cpp40 SkScalar strokeWidth) { in drawPath()
170 SkScalar strokeWidth) { in drawPath()
Dlinepaths.cpp24 SkScalar strokeWidth) { in drawPath()
/third_party/skia/gm/
Dglyph_pos.cpp35 SkScalar strokeWidth, in draw_gm()
89 SkScalar strokeWidth, in drawTestCase()
Dstroketext.cpp42 SkScalar strokeWidth) { in draw_text_stroked()
Dninepatchstretch.cpp36 const SkScalar strokeWidth = SkIntToScalar(6); in make_image() local
Dquadpaths.cpp40 SkScalar strokeWidth) { in drawPath()
170 SkScalar strokeWidth) { in drawPath()
Dpatheffects.cpp304 StrokeLineInflated(float strokeWidth, float pxInflate) in StrokeLineInflated()
374 const float strokeWidth = 16; in onDraw() local
Dlinepaths.cpp24 SkScalar strokeWidth) { in drawPath()
Dcubicpaths.cpp129 SkScalar strokeWidth) { in drawPath()
248 SkScalar strokeWidth) { in drawPath()
/third_party/flutter/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp66 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
128 SkScalar strokeWidth, in Make()
143 SkScalar strokeWidth, in AAFlatteningConvexPathOp()
349 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
374 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/core/
DSkDrawProcs.h29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline() local
DSkStrokeRec.cpp150 SkScalar strokeWidth) { in GetInflationRadius()
/third_party/flutter/skia/src/core/
DSkDrawProcs.h29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline() local
DSkStrokeRec.cpp150 SkScalar strokeWidth) { in GetInflationRadius()
/third_party/skia/src/gpu/ops/
DAALinearizingConvexPathRenderer.cpp91 SkScalar strokeWidth, in Make()
106 SkScalar strokeWidth, in AAFlatteningConvexPathOp()
369 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
403 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
428 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/flutter/skia/docs/examples/
DMiter_Limit.cpp11 const SkScalar strokeWidth = 20; in draw() local
/third_party/skia/docs/examples/
DMiter_Limit.cpp11 const SkScalar strokeWidth = 20; in draw() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGNode.cpp106 void SkSVGNode::setStrokeWidth(const SkSVGLength& strokeWidth) { in setStrokeWidth()
182 if (const SkSVGLengthValue* strokeWidth = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js677 strokeWidth: 0, property
684 strokeWidth: 0, property
691 strokeWidth: 1, property
698 strokeWidth: 2, property
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js660 strokeWidth: 0, property
667 strokeWidth: 0, property
674 strokeWidth: 1, property
681 strokeWidth: 2, property
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DWaveformView.java58 float strokeWidth = res.getDimension(R.dimen.waveform_stroke_width); in init() local
/third_party/flutter/skia/samplecode/
DSampleClip.cpp60 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { in show_stroke()

123