Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dmask.h83 RefPtr<MaskPath> GetMaskPath() const in GetMaskPath() function
H A Drosen_render_box.cpp252 …CreateSkPath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &s… in PerformLayout()
270 …CreatePath(mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &dra… in PerformLayout()
421 … mask_->GetMaskPath()->GetBasicShape(), mask_->GetMaskPath()->GetGeometryBoxType(), &skPath)) {
430 if (!CreatePath(mask_->GetMaskPath()->GetBasicShape(),
431 mask_->GetMaskPath()->GetGeometryBoxType(), &drawingPath)) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mask_test.cpp230 auto path3 = mask->GetMaskPath();
283 EXPECT_TRUE(mask->GetMaskPath() != nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h60 std::shared_ptr<Drawing::Path> GetMaskPath() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp143 std::shared_ptr<Drawing::Path> RSMask::GetMaskPath() const in GetMaskPath() function in OHOS::Rosen::RSMask
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1266 if (mask && mask->GetMaskPath() && mask->GetMaskPath()->GetBasicShape()) { in GetMask()
1267 auto shape = mask->GetMaskPath()->GetBasicShape(); in GetMask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp189 canvas.DrawPath(*mask->GetMaskPath()); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp398 canvas.DrawPath(*mask_->GetMaskPath()); in Draw()
H A Drs_properties_painter.cpp1464 canvas.DrawPath(*mask->GetMaskPath()); in DrawMask()