Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h200 …static std::shared_ptr<Region> GetRegionFromCmdList(const CmdList& cmdList, const OpDataHandle& re…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp567 auto sptr = CmdListHelper::GetRegionFromCmdList(*cmdList, handle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp536 std::shared_ptr<Region> CmdListHelper::GetRegionFromCmdList(const CmdList& cmdList, const OpDataHan… in GetRegionFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp772 region_ = CmdListHelper::GetRegionFromCmdList(cmdList, handle->region); in DrawRegionOpItem()
1743 region_ = CmdListHelper::GetRegionFromCmdList(cmdList, handle->region); in ClipRegionOpItem()