Home
last modified time | relevance | path

Searched refs:setStrokeStyle (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/tests/
H A DStrokeTest.cpp109 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 DGrStyledShapeTest.cpp1659 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 DPathTest.cpp249 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 DSkOpPathEffect.cpp146 rec.setStrokeStyle(fWidth); in onFilterPath()
154 rec.setStrokeStyle(fWidth); in computeFastBounds()
H A DSk2DPathEffect.cpp120 rec->setStrokeStyle(fWidth);
/third_party/skia/include/core/
H A DSkStrokeRec.h58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/third_party/skia/src/core/
H A DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
H A DSkScalerContext.cpp498 rec.setStrokeStyle(1.0f, false); in generateMask()
739 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
/third_party/skia/bench/
H A DTessellateBench.cpp266 stroke.setStrokeStyle(8); in make_simple_cubic_path()
317 stroke.setStrokeStyle(strokeWidth); in make_motionmark_paths()
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp250 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp703 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in simplifyStroke()
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp1019 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()

Completed in 24 milliseconds