Home
last modified time | relevance | path

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

/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()
DPathTest.cpp134 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/
DPixmap.java209 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/
DSkStrokeRec.h58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/external/skia/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() function in SkStrokeRec
DSkScalerContext.cpp634 rec.setStrokeStyle(fRec.fFrameWidth, in internalGetPath()
/external/skia/src/effects/
DSk2DPathEffect.cpp91 rec->setStrokeStyle(fWidth); in filterPath()
/external/skia/src/gpu/
DGrTestUtils.cpp224 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp369 fStroke.setStrokeStyle(fStroke.needToApply() ? fStroke.getWidth() + extra : extra, in TextRun()
382 fStroke.setStrokeStyle(fStroke.getWidth() / fTextRatio, in TextRun()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp138 fStroke.setStrokeStyle(-1.0f); in Geometry()