Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h97 std::shared_ptr<Drawing::Picture> svgPicture_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp180 return svgPicture_; in GetSvgPicture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1535 properties.mask_->svgPicture_ = std::make_shared<Drawing::Picture>();
1537 EXPECT_TRUE(properties.mask_->svgPicture_ != nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp128 mask->svgPicture_ = std::make_shared<Drawing::Picture>();