Searched refs:setStrokeStyle (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/tests/ |
H A D | StrokeTest.cpp | 109 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality() 110 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality() 139 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality() 141 s2.setStrokeStyle(1.0f, true); in test_strokerec_equality() 144 s2.setStrokeStyle(2.1f, false); in test_strokerec_equality() 147 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality() 158 s1.setStrokeStyle(0.0f, true); in test_strokerec_equality() 159 s2.setStrokeStyle(0.0f, true); in test_strokerec_equality()
|
H A D | GrStyledShapeTest.cpp | 1659 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect() 1661 strokeRecs[kStrokeAndFill].setStrokeStyle(3.f, true); in test_rrect() 2283 roundStroke.setStrokeStyle(2.f); in DEF_TEST() 2290 roundStrokeAndFill.setStrokeStyle(2.f, true); in DEF_TEST()
|
H A D | PathTest.cpp | 249 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820() 1035 rec.setStrokeStyle(SK_Scalar1, false); in test_strokerec() 1038 rec.setStrokeStyle(SK_Scalar1, true); in test_strokerec() 1041 rec.setStrokeStyle(0, false); in test_strokerec() 1044 rec.setStrokeStyle(0, true); in test_strokerec() 1453 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2()
|
/third_party/skia/src/effects/ |
H A D | SkOpPathEffect.cpp | 146 rec.setStrokeStyle(fWidth); in onFilterPath() 154 rec.setStrokeStyle(fWidth); in computeFastBounds()
|
H A D | Sk2DPathEffect.cpp | 120 rec->setStrokeStyle(fWidth);
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/third_party/skia/src/core/ |
H A D | SkStrokeRec.cpp | 87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
|
H A D | SkScalerContext.cpp | 498 rec.setStrokeStyle(1.0f, false); in generateMask() 739 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
|
/third_party/skia/bench/ |
H A D | TessellateBench.cpp | 266 stroke.setStrokeStyle(8); in make_simple_cubic_path() 317 stroke.setStrokeStyle(strokeWidth); in make_motionmark_paths()
|
/third_party/skia/src/gpu/ |
H A D | GrTestUtils.cpp | 250 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 703 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in simplifyStroke()
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 1019 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()
|
Completed in 24 milliseconds