Home
last modified time | relevance | path

Searched refs:strokeAndFill (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkStrokeRec.cpp87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle() argument
88 if (strokeAndFill && (0 == width)) { in setStrokeStyle()
93 fStrokeAndFill = strokeAndFill; in setStrokeStyle()
/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp182 static SkPathEffect* strokeAndFill = new SkStrokeAndFillPE; in Make() local
183 return sk_ref_sp(strokeAndFill); in Make()
/third_party/skia/include/core/
H A DSkStrokeRec.h55 * strokeAndFill==true -> new style will be Fill
56 * strokeAndFill==false -> new style will be Hairline
58 void setStrokeStyle(SkScalar width, bool strokeAndFill = false);
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp248 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
250 rec->setStrokeStyle(strokeWidth, strokeAndFill); in randomize_stroke_rec()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp916 SkPaint strokeAndFill = stroke; in test_scale() local
917 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
918 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1); in test_scale()
919 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2); in test_scale()

Completed in 7 milliseconds