Home
last modified time | relevance | path

Searched refs:setStrokeStyle (Results 1 – 25 of 26) sorted by relevance

12

/external/skqp/tests/
DStrokeTest.cpp108 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality()
109 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality()
138 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality()
140 s2.setStrokeStyle(1.0f, true); in test_strokerec_equality()
143 s2.setStrokeStyle(2.1f, false); in test_strokerec_equality()
146 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality()
157 s1.setStrokeStyle(0.0f, true); in test_strokerec_equality()
158 s2.setStrokeStyle(0.0f, true); in test_strokerec_equality()
DGrShapeTest.cpp1638 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect()
1640 strokeRecs[kStrokeAndFill].setStrokeStyle(3.f, true); in test_rrect()
2267 roundStroke.setStrokeStyle(2.f); in DEF_TEST()
2274 roundStrokeAndFill.setStrokeStyle(2.f, true); in DEF_TEST()
DPathTest.cpp249 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820()
1041 rec.setStrokeStyle(SK_Scalar1, false); in test_strokerec()
1044 rec.setStrokeStyle(SK_Scalar1, true); in test_strokerec()
1047 rec.setStrokeStyle(0, false); in test_strokerec()
1050 rec.setStrokeStyle(0, true); in test_strokerec()
1486 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2()
/external/skia/tests/
DStrokeTest.cpp108 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality()
109 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality()
138 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality()
140 s2.setStrokeStyle(1.0f, true); in test_strokerec_equality()
143 s2.setStrokeStyle(2.1f, false); in test_strokerec_equality()
146 s2.setStrokeStyle(1.0f, false); in test_strokerec_equality()
157 s1.setStrokeStyle(0.0f, true); in test_strokerec_equality()
158 s2.setStrokeStyle(0.0f, true); in test_strokerec_equality()
DGrShapeTest.cpp1638 strokeRecs[kStroke].setStrokeStyle(2.f); in test_rrect()
1640 strokeRecs[kStrokeAndFill].setStrokeStyle(3.f, true); in test_rrect()
2267 roundStroke.setStrokeStyle(2.f); in DEF_TEST()
2274 roundStrokeAndFill.setStrokeStyle(2.f, true); in DEF_TEST()
DPathTest.cpp249 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820()
1041 rec.setStrokeStyle(SK_Scalar1, false); in test_strokerec()
1044 rec.setStrokeStyle(SK_Scalar1, true); in test_strokerec()
1047 rec.setStrokeStyle(0, false); in test_strokerec()
1050 rec.setStrokeStyle(0, true); in test_strokerec()
1486 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2()
/external/skia/include/core/
DSkStrokeRec.h58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/external/skqp/include/core/
DSkStrokeRec.h58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/external/skia/src/effects/
DSk2DPathEffect.cpp82 rec->setStrokeStyle(fWidth); in onFilterPath()
DSkOpPathEffect.cpp104 rec.setStrokeStyle(fWidth); in onFilterPath()
/external/skqp/src/effects/
DSk2DPathEffect.cpp82 rec->setStrokeStyle(fWidth); in onFilterPath()
DSkOpPathEffect.cpp104 rec.setStrokeStyle(fWidth); in onFilterPath()
/external/skqp/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
DSkScalerContext.cpp592 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
/external/skia/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
DSkScalerContext.cpp620 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp62 devStroke.setStrokeStyle(strokeDevWidth); in Make()
171 hairlineStroke.setStrokeStyle(0); in finalize()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp62 devStroke.setStrokeStyle(strokeDevWidth); in Make()
168 hairlineStroke.setStrokeStyle(0); in finalize()
/external/skia/src/gpu/
DGrTestUtils.cpp245 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
DGrShape.cpp664 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in attemptToSimplifyLine()
/external/skqp/src/gpu/
DGrTestUtils.cpp243 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
DGrShape.cpp664 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in attemptToSimplifyLine()
DGrRenderTargetContext.cpp1372 stroke.setStrokeStyle(outerR - innerR); in drawFilledDRRect()
/external/skqp/src/gpu/ops/
DGrStrokeRectOp.cpp805 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrStrokeRectOp.cpp817 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()

12