Searched refs:GetPathFromCmdList (Results 1 – 4 of 4) sorted by relevance
166 auto readPath = CmdListHelper::GetPathFromCmdList(cmdList, pathHandle_); in Playback()
322 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
627 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()
197 …static std::shared_ptr<Path> GetPathFromCmdList(const CmdList& cmdList, const OpDataHandle& pathHa…