Searched refs:setStrokeStyle (Results 1 – 8 of 8) sorted by relevance
/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 | PathTest.cpp | 132 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820() 795 rec.setStrokeStyle(SK_Scalar1, false); in test_strokerec() 798 rec.setStrokeStyle(SK_Scalar1, true); in test_strokerec() 801 rec.setStrokeStyle(0, false); in test_strokerec() 804 rec.setStrokeStyle(0, true); in test_strokerec() 1214 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2()
|
/external/skia/src/gpu/ |
D | GrStencilAndCoverTextContext.cpp | 309 fStroke.setStrokeStyle(strokeWidth, false /*strokeAndFill*/); in init() 323 fStroke.setStrokeStyle(fStroke.needToApply() ? fStroke.getWidth() + extra : extra, in init() 338 fStroke.setStrokeStyle(fStroke.getWidth() / fTextRatio, in init()
|
D | GrTestUtils.cpp | 225 rec.setStrokeStyle(strokeWidth, strokeAndFill); in TestStrokeRec()
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 59 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 91 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
|
D | SkScalerContext.cpp | 634 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
|
/external/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 90 rec->setStrokeStyle(fWidth); in filterPath()
|