Home
last modified time | relevance | path

Searched refs:AddLatticeToCmdList (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.h231 static LatticeHandle AddLatticeToCmdList(CmdList& cmdList, const Lattice& lattice);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp272 auto latticeHandle = CmdListHelper::AddLatticeToCmdList(*cmdList_, lattice); in DrawImageLattice()
H A Dcmd_list_helper.cpp282 LatticeHandle CmdListHelper::AddLatticeToCmdList(CmdList& cmdList, const Lattice& lattice) in AddLatticeToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp935 auto latticeHandle = CmdListHelper::AddLatticeToCmdList(cmdList, lattice_); in Marshalling()