Searched refs:AddPathToCmdList (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 173 auto pathHandle = CmdListHelper::AddPathToCmdList(*cmdList_, path); in DrawPath() 196 auto pathHandle = CmdListHelper::AddPathToCmdList(*cmdList_, path); in DrawShadow() 209 auto pathHandle = CmdListHelper::AddPathToCmdList(*cmdList_, path); in DrawShadowStyle() 494 auto pathHandle = CmdListHelper::AddPathToCmdList(*cmdList_, path); in ClipPath()
|
H A D | cmd_list_helper.cpp | 311 auto pathHandle = AddPathToCmdList(cmdList, symbol.path_); in AddSymbolToCmdList() 487 OpDataHandle CmdListHelper::AddPathToCmdList(CmdList& cmdList, const Path& path) in AddPathToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
|
H A D | draw_cmd.cpp | 641 pathHandle = CmdListHelper::AddPathToCmdList(cmdList, *path_); in Marshalling() 712 pathHandle = CmdListHelper::AddPathToCmdList(cmdList, *path_); in Marshalling() 749 pathHandle = CmdListHelper::AddPathToCmdList(cmdList, *path_); in Marshalling() 1722 pathHandle = CmdListHelper::AddPathToCmdList(cmdList, *path_); in Marshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 314 auto pathHandle = Drawing::CmdListHelper::AddPathToCmdList(*maskCmdList, *maskPath_); in MarshallingPathAndBrush()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 196 static OpDataHandle AddPathToCmdList(CmdList& cmdList, const Path& path);
|