Searched refs:maskCmdList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 290 Drawing::CmdListHelper::AddColorSpaceToCmdList(*maskCmdList, in MarshallingPathAndBrush() 294 Drawing::CmdListHelper::AddColorFilterToCmdList(*maskCmdList, in MarshallingPathAndBrush() 298 Drawing::CmdListHelper::AddMaskFilterToCmdList(*maskCmdList, in MarshallingPathAndBrush() 301 maskCmdList->AddOp<Drawing::MaskBrushOpItem>(brushHandle); in MarshallingPathAndBrush() 308 Drawing::CmdListHelper::AddPathEffectToCmdList(*maskCmdList, in MarshallingPathAndBrush() 312 maskCmdList->AddOp<Drawing::MaskPenOpItem>(penHandle); in MarshallingPathAndBrush() 315 maskCmdList->AddOp<Drawing::MaskPathOpItem>(pathHandle); in MarshallingPathAndBrush() 317 if (!RSMarshallingHelper::Marshalling(parcel, maskCmdList)) { in MarshallingPathAndBrush() 336 std::shared_ptr<Drawing::MaskCmdList> maskCmdList = nullptr; in Unmarshalling() local 337 if (!RSMarshallingHelper::Unmarshalling(parcel, maskCmdList)) { in Unmarshalling() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 225 …static std::shared_ptr<MaskCmdList> maskCmdList = MaskCmdList::CreateFromData(cmdListData, isCopy); in DoMarshallingHelper003() local 226 RSMarshallingHelper::Marshalling(parcel, maskCmdList); in DoMarshallingHelper003() 227 RSMarshallingHelper::Unmarshalling(parcel, maskCmdList); in DoMarshallingHelper003()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 864 auto maskCmdList = MaskCmdList::CreateFromData(listData, true); variable 865 EXPECT_TRUE(maskCmdList != nullptr); 868 maskCmdList->Playback(path, brush); 870 maskCmdList->Playback(path, pen, brush);
|