Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/
DSolidLayer.cpp36 auto solid_paint = sksg::Color::Make(color); in attachSolidLayer() local
37 solid_paint->setAntiAlias(true); in attachSolidLayer()
39 this->dispatchColorProperty(solid_paint); in attachSolidLayer()
42 std::move(solid_paint)); in attachSolidLayer()