Searched refs:setStrokeParams (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tests/ |
H A D | StrokeTest.cpp | 111 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 D | GrStyledShapeTest.cpp | 1664 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 D | SkOpPathEffect.cpp | 147 rec.setStrokeParams(fCap, fJoin, fMiter); in onFilterPath() 155 rec.setStrokeParams(fCap, fJoin, fMiter); in computeFastBounds()
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() function in SkStrokeRec
|
/third_party/skia/bench/ |
H A D | TessellateBench.cpp | 267 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 D | GrTestUtils.cpp | 255 rec->setStrokeParams(cap, join, miterLimit); in randomize_stroke_rec()
|
/third_party/skia/src/core/ |
H A D | SkScalerContext.cpp | 499 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 D | GrStyledShape.cpp | 730 rec.setStrokeParams(cap, SkPaint::kDefault_Join, fStyle.strokeRec().getMiter()); in simplifyStroke()
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 1020 rec.setStrokeParams(SkPaint::kButt_Cap, in GR_DRAW_OP_TEST_DEFINE()
|
Completed in 12 milliseconds