Searched refs:strokeAndFill (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/core/ |
D | SkStrokeRec.cpp | 87 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/ |
D | SkStrokeRec.cpp | 87 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/ |
D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skqp/include/core/ |
D | SkStrokeRec.h | 58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 243 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local 245 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.cpp | 241 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local 243 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 906 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/ |
D | GrShapeTest.cpp | 906 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()
|