Home
last modified time | relevance | path

Searched refs:GetVerticesFromCmdList (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.h43 static std::shared_ptr<Vertices> GetVerticesFromCmdList(const CmdList& cmdList,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp209 std::shared_ptr<Vertices> vertices = CmdListHelper::GetVerticesFromCmdList(*cmdList, handle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp91 std::shared_ptr<Vertices> CmdListHelper::GetVerticesFromCmdList( in GetVerticesFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp808 vertices_ = CmdListHelper::GetVerticesFromCmdList(cmdList, handle->vertices); in DrawVerticesOpItem()