/external/skqp/tests/ |
D | StrokeTest.cpp | 108 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()
|
D | GrShapeTest.cpp | 1638 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()
|
D | PathTest.cpp | 249 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/ |
D | StrokeTest.cpp | 108 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()
|
D | GrShapeTest.cpp | 1638 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()
|
D | PathTest.cpp | 249 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/ |
D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skqp/include/core/ |
D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 82 rec->setStrokeStyle(fWidth); in onFilterPath()
|
D | SkOpPathEffect.cpp | 104 rec.setStrokeStyle(fWidth); in onFilterPath()
|
/external/skqp/src/effects/ |
D | Sk2DPathEffect.cpp | 82 rec->setStrokeStyle(fWidth); in onFilterPath()
|
D | SkOpPathEffect.cpp | 104 rec.setStrokeStyle(fWidth); in onFilterPath()
|
/external/skqp/src/core/ |
D | SkStrokeRec.cpp | 87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
|
D | SkScalerContext.cpp | 592 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
|
D | SkScalerContext.cpp | 620 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 62 devStroke.setStrokeStyle(strokeDevWidth); in Make() 171 hairlineStroke.setStrokeStyle(0); in finalize()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 62 devStroke.setStrokeStyle(strokeDevWidth); in Make() 168 hairlineStroke.setStrokeStyle(0); in finalize()
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 245 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
D | GrShape.cpp | 664 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in attemptToSimplifyLine()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.cpp | 243 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
D | GrShape.cpp | 664 rec.setStrokeStyle(fStyle.strokeRec().getWidth(), false); in attemptToSimplifyLine()
|
D | GrRenderTargetContext.cpp | 1372 stroke.setStrokeStyle(outerR - innerR); in drawFilledDRRect()
|
/external/skqp/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 805 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 817 rec.setStrokeStyle(strokeWidth); in GR_DRAW_OP_TEST_DEFINE()
|