Home
last modified time | relevance | path

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

12

/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()
Daddarc.cpp183 const SkScalar strokeWidth = paint.getStrokeWidth(); in onDraw() local
Dlattice.cpp43 const SkScalar strokeWidth = SkIntToScalar(6); in make_image() local
Dtypeface.cpp266 SkScalar strokeWidth; member
Ddegeneratesegments.cpp201 SkScalar strokeWidth) { in drawPath()
Ddashing.cpp202 int strokeWidth, in drawDashedLines()
/third_party/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
DStrokeRectOp.cpp303 SkScalar strokeWidth, in compute_aa_rects()
995 SkScalar strokeWidth = random->nextBool() ? 0.0f : 2.0f; in GR_DRAW_OP_TEST_DEFINE() local
1016 SkScalar strokeWidth = random->nextUScalar1() * minDim; in GR_DRAW_OP_TEST_DEFINE() local
DGrOvalOpFactory.cpp1073 SkScalar strokeWidth = viewMatrix.mapRadius(stroke.getWidth()); in CircleOp() local
1532 SkScalar strokeWidth, in Make()
1546 SkScalar strokeWidth, SkScalar startAngle, SkScalar onAngle, in ButtCapDashedCircleOp()
1874 SkScalar strokeWidth = stroke.getWidth(); in Make() local
2169 SkScalar strokeWidth = stroke.getWidth(); in Make() local
3216 SkScalar strokeWidth = stroke.getWidth(); in MakeCircularRRectOp() local
3270 SkScalar strokeWidth = stroke.getWidth(); in make_rrect_op() local
3493 SkScalar strokeWidth = random->nextRangeScalar(0.001f * radius, 1.8f * radius); in GR_DRAW_OP_TEST_DEFINE() local
DDashOp.cpp129 SkScalar strokeWidth, in setup_dashed_rect()
465 SkScalar strokeWidth = args.fSrcStrokeWidth * args.fPerpendicularScale; in onPrepareDraws() local
1191 SkScalar strokeWidth = lineData.fSrcStrokeWidth * lineData.fPerpendicularScale; in MakeDashLineOp() local
/third_party/skia/docs/examples/
DMiter_Limit.cpp11 const SkScalar strokeWidth = 20; in draw() local
/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/skia/modules/skparagraph/src/
DParagraphPainterImpl.cpp21 SkColor color, SkScalar strokeWidth, in DecorationStyle()
/third_party/skia/bench/
DDashBench.cpp255 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench()
381 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
DTessellateBench.cpp316 float strokeWidth = 21 - log2f(rand.nextRangeF(0, 1 << 20)); in make_motionmark_paths() local
/third_party/skia/src/gpu/
DGrTestUtils.cpp249 SkScalar strokeWidth = random->nextBool() ? 0.f : 1.f; in randomize_stroke_rec() local

12