Home
last modified time | relevance | path

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

/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp121 auto bg_paint = sksg::Color::Make(SK_ColorBLACK); variable
122 bg_paint->setStyle(SkPaint::kStroke_Style);
123 bg_paint->setStrokeWidth(kBackgroundStroke);
137 group->addChild(sksg::Draw::Make(std::move(bg_path), std::move(bg_paint)));

Completed in 1 milliseconds