/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | fg_mask_test.cpp | 49 testFaNode->SetMask(mask); in GRAPHIC_TEST() 59 testFaNode->SetMask(mask); in GRAPHIC_TEST() 72 testFaNode->SetMask(mask); in GRAPHIC_TEST() 88 testFaNode->SetMask(mask); in GRAPHIC_TEST()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_mask.cpp | 47 RosenSvgPainter::SetMask(canvas); in PaintMaskLayer() 70 RosenSvgPainter::SetMask(canvas); in PaintMaskLayer()
|
/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_rosen_svg_painter.cpp | 23 void RosenSvgPainter::SetMask(RSCanvas* canvas) {} in SetMask() function in OHOS::Ace::RosenSvgPainter
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_base_component.h | 274 void SetMask(const std::string& image, const BackgroundImageSize& size, const BackgroundImagePosition& position) in SetMask() function in OHOS::Ace::BoxBaseComponent 288 void SetMask(const RefPtr<MaskPath>& maskPath) in SetMask() function in OHOS::Ace::BoxBaseComponent 294 mask_->SetMask(maskPath); in SetMask()
|
H A D | mask.h | 77 void SetMask(const RefPtr<MaskPath>& maskPath) in SetMask() function in OHOS::Ace::Mask
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_background_test.cpp | 61 node.renderContent_->GetMutableRenderProperties().shadow_->SetMask(true); in HWTEST_F() 63 node.renderContent_->GetMutableRenderProperties().shadow_->SetMask(false); in HWTEST_F() 124 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 128 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 132 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 136 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 146 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_property_draw_background_test.cpp | 61 node.renderContent_->GetMutableRenderProperties().shadow_->SetMask(true); in HWTEST_F() 63 node.renderContent_->GetMutableRenderProperties().shadow_->SetMask(false); in HWTEST_F() 124 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 128 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 132 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 136 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F() 146 node.renderContent_->GetMutableRenderProperties().SetMask(mask); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.h | 73 static void SetMask(SkCanvas* canvas); 90 static void SetMask(RSCanvas* canvas);
|
H A D | rosen_svg_painter.cpp | 54 void RosenSvgPainter::SetMask(SkCanvas* canvas) in SetMask() function in OHOS::Ace::RosenSvgPainter 65 void RosenSvgPainter::SetMask(RSCanvas* canvas) in SetMask() function in OHOS::Ace::RosenSvgPainter
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_mask.cpp | 43 RosenSvgPainter::SetMask(skCanvas_); in OnDrawTraversedBefore() 55 RosenSvgPainter::SetMask(rsCanvas_); in OnDrawTraversedBefore()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_shadow.h | 54 void SetMask(bool imageMask);
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.h | 50 int32_t SetMask(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* rect);
|
H A D | dialog_model.cpp | 98 int32_t SetMask(ArkUI_NativeDialogHandle handle, uint32_t maskColor, const ArkUI_Rect* maskRect) in SetMask() function
|
H A D | native_impl.cpp | 101 OHOS::Ace::DialogModel::SetMask,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_shadow.cpp | 61 void RSShadow::SetMask(bool mask) in SetMask() function in OHOS::Rosen::RSShadow
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | dialog_model_test.cpp | 237 * @tc.desc: Test SetMask function. 242 int32_t ret = SetMask(nullptr, 0, nullptr); in HWTEST_F() 248 * @tc.desc: Test SetMask function. 257 int32_t ret = SetMask(nativeDialogHandle, 0, &rect); in HWTEST_F() 265 * @tc.desc: Test SetMask function. 273 int32_t ret = SetMask(nativeDialogHandle, 0, nullptr); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_shadow_test.cpp | 127 * @tc.desc: Verify function SetMask 133 rsShadow->SetMask(true); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsshadow_fuzzer/ |
H A D | rsshadow_fuzzer.cpp | 177 rsShadow->SetMask(imageMask);
in DoSetMask()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | rs_uni_render_pixelmap_demo.cpp | 181 surfaceNode->SetMask(mask); in main()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 106 static inline uint16_t SetMask(size_t index) in SetMask() function in OHOS::DistributedData::DeviceMatrix
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 244 result |= SetMask(i); in ConvertDynamic() 265 result |= SetMask(i); in ConvertStatics() 547 return SetMask(i); in GetCode() 554 return SetMask(i); in GetCode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_node_animate_supplement_test.cpp | 275 * @tc.desc: Verify the SetMask 286 node->SetMask(nullptr); in HWTEST_F() 557 node->SetMask(mask); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 717 * @tc.desc: test results of SetMask 725 properties.SetMask(mask); in HWTEST_F() 730 properties.SetMask(mask); in HWTEST_F()
|
H A D | rs_properties_painter_test.cpp | 1527 properties.SetMask(mask); in HWTEST_F() 1546 properties.SetMask(mask); in HWTEST_F() 1565 properties.SetMask(mask); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 371 static void SetMask(const RefPtr<BasicShape> &basicShape); 601 static void SetMask(FrameNode* frameNode, const RefPtr<BasicShape>& basicShape);
|