Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() argument
88 if (strokeAndFill && (0 == width)) { in setStrokeStyle()
93 fStrokeAndFill = strokeAndFill; in setStrokeStyle()
/external/skqp/src/core/
DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() argument
88 if (strokeAndFill && (0 == width)) { in setStrokeStyle()
93 fStrokeAndFill = strokeAndFill; in setStrokeStyle()
/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/gpu/
DGrTestUtils.cpp241 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
243 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/external/skqp/src/gpu/
DGrTestUtils.cpp241 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
243 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/external/skia/tests/
DGrShapeTest.cpp901 SkPaint strokeAndFill = stroke; in test_scale() local
902 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
903 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale()
904 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2); in test_scale()
/external/skqp/tests/
DGrShapeTest.cpp873 SkPaint strokeAndFill = stroke; in test_scale() local
874 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
875 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale()
876 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2); in test_scale()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1002 Json::Value strokeAndFill(SKDEBUGCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local
1003 (*target)[SKDEBUGCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp1002 Json::Value strokeAndFill(SKDEBUGCANVAS_STYLE_STROKEANDFILL); in apply_paint_style() local
1003 (*target)[SKDEBUGCANVAS_ATTRIBUTE_STYLE] = strokeAndFill; in apply_paint_style()