Home
last modified time | relevance | path

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

/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/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.cpp243 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
245 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.cpp906 SkPaint strokeAndFill = stroke; in test_scale() local
907 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
908 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale()
909 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2); in test_scale()
/external/skqp/tests/
DGrShapeTest.cpp906 SkPaint strokeAndFill = stroke; in test_scale() local
907 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
908 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale()
909 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2); in test_scale()