Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmask_cmd_list.cpp166 auto readPath = CmdListHelper::GetPathFromCmdList(cmdList, pathHandle_); in Playback()
H A Dcmd_list_helper.cpp322 auto path = GetPathFromCmdList(cmdList, symbolHandle.pathHandle); in GetSymbolFromCmdList()
499 std::shared_ptr<Path> CmdListHelper::GetPathFromCmdList(const CmdList& cmdList, in GetPathFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp627 path_ = CmdListHelper::GetPathFromCmdList(cmdList, handle->path); in DrawPathOpItem()
699 path_ = CmdListHelper::GetPathFromCmdList(cmdList, handle->path); in DrawShadowStyleOpItem()
737 path_ = CmdListHelper::GetPathFromCmdList(cmdList, handle->path); in DrawShadowOpItem()
1710 path_ = CmdListHelper::GetPathFromCmdList(cmdList, handle->path); in ClipPathOpItem()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h197 …static std::shared_ptr<Path> GetPathFromCmdList(const CmdList& cmdList, const OpDataHandle& pathHa…