Home
last modified time | relevance | path

Searched defs:strokeAndFill (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkStrokeRec.cpp91 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDevice.cpp803 const bool strokeAndFill = style.getStyle() == SkStrokeRec::kStrokeAndFill_Style; in drawRect() local
925 const bool strokeAndFill = style.getStyle() == SkStrokeRec::kStrokeAndFill_Style; in drawRRect() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTestUtils.cpp261 bool strokeAndFill = random->nextBool(); in randomize_stroke_rec() local
/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp932 SkPaint strokeAndFill = stroke; in test_scale() local