Home
last modified time | relevance | path

Searched refs:setStrokeParams (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DStrokeTest.cpp111 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
112 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
121 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
122 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality()
124 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kBevel_Join, 2.9f); in test_strokerec_equality()
126 s2.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
137 s1.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
138 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.9f); in test_strokerec_equality()
150 s2.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2.1f); in test_strokerec_equality()
152 s2.setStrokeParams(SkPain in test_strokerec_equality()
[all...]
H A DGrStyledShapeTest.cpp1664 strokeRecs[kStrokeAndFill].setStrokeParams(SkPaint::kButt_Cap, SkPaint::kBevel_Join, 1.f); in test_rrect()
2284 roundStroke.setStrokeParams(SkPaint::kRound_Cap, SkPaint::kRound_Join, 1.f); in DEF_TEST()
2287 squareStroke.setStrokeParams(SkPaint::kSquare_Cap, SkPaint::kRound_Join, 1.f); in DEF_TEST()
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp147 rec.setStrokeParams(fCap, fJoin, fMiter); in onFilterPath()
155 rec.setStrokeParams(fCap, fJoin, fMiter); in computeFastBounds()
/third_party/skia/include/core/
H A DSkStrokeRec.h60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() function in SkStrokeRec
/third_party/skia/bench/
H A DTessellateBench.cpp267 stroke.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kMiter_Join, 4); in make_simple_cubic_path()
318 stroke.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kBevel_Join, 0); in make_motionmark_paths()
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp255 rec->setStrokeParams(cap, join, miterLimit); in randomize_stroke_rec()
/third_party/skia/src/core/
H A DSkScalerContext.cpp499 rec.setStrokeParams(SkPaint::kButt_Cap, SkPaint::kRound_Join, 0.0f); in generateMask()
743 rec.setStrokeParams((SkPaint::Cap)fRec.fStrokeCap, in internalGetPath()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp730 rec.setStrokeParams(cap, SkPaint::kDefault_Join, fStyle.strokeRec().getMiter()); in simplifyStroke()
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp1020 rec.setStrokeParams(SkPaint::kButt_Cap, in GR_DRAW_OP_TEST_DEFINE()

Completed in 14 milliseconds