Home
last modified time | relevance | path

Searched refs:AddPathEffectToCmdList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp395 FlattenableHandle handle = CmdListHelper::AddPathEffectToCmdList(*cmdList, nullptr);
399 handle = CmdListHelper::AddPathEffectToCmdList(*cmdList, effect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp308 Drawing::CmdListHelper::AddPathEffectToCmdList(*maskCmdList, in MarshallingPathAndBrush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h210 …static FlattenableHandle AddPathEffectToCmdList(CmdList& cmdList, std::shared_ptr<PathEffect> path…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp657 FlattenableHandle CmdListHelper::AddPathEffectToCmdList(CmdList& cmdList, std::shared_ptr<PathEffec… in AddPathEffectToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp279 …paintHandle.pathEffectHandle = CmdListHelper::AddPathEffectToCmdList(cmdList, paint.GetPathEffect(… in GenerateHandleFromPaint()