Searched refs:setStrokeStyle (Results 1 – 10 of 10) 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 | 134 stroke.setStrokeStyle(2 * SK_Scalar1); in test_path_crbugskia2820() 913 rec.setStrokeStyle(SK_Scalar1, false); in test_strokerec() 916 rec.setStrokeStyle(SK_Scalar1, true); in test_strokerec() 919 rec.setStrokeStyle(0, false); in test_strokerec() 922 rec.setStrokeStyle(0, true); in test_strokerec() 1332 stroke.setStrokeStyle(2 * SK_Scalar1); in test_convexity2()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
D | Pixmap.java | 209 context.setStrokeStyle(this.color); in setColor() 225 context.setStrokeStyle(this.color); in setColor() 387 context.setStrokeStyle(clearColor); in circle() 394 context.setStrokeStyle(color); in circle() 407 context.setStrokeStyle(clearColor); in line() 415 context.setStrokeStyle(color); in line() 429 context.setStrokeStyle(clearColor); in rectangle() 436 context.setStrokeStyle(color); in rectangle() 449 context.setStrokeStyle(clearColor); in triangle() 459 context.setStrokeStyle(color); in triangle() [all …]
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 87 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 | 91 rec->setStrokeStyle(fWidth); in filterPath()
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 224 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 369 fStroke.setStrokeStyle(fStroke.needToApply() ? fStroke.getWidth() + extra : extra, in TextRun() 382 fStroke.setStrokeStyle(fStroke.getWidth() / fTextRatio, in TextRun()
|
/external/skia/src/gpu/batches/ |
D | GrAADistanceFieldPathRenderer.cpp | 138 fStroke.setStrokeStyle(-1.0f); in Geometry()
|