Home
last modified time | relevance | path

Searched refs:CopyObjectTo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h246 void CopyObjectTo(CmdList& other) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp653 HWTEST_F(CmdListHelperTest, CopyObjectTo, TestSize.Level1)
658 cmdList->CopyObjectTo(*cmdList1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp314 void CmdList::CopyObjectTo(CmdList& other) const in CopyObjectTo() function in OHOS::Rosen::Drawing::CmdList