Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h232 … static Lattice GetLatticeFromCmdList(const CmdList& cmdList, const LatticeHandle& latticeHandle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp295 Lattice CmdListHelper::GetLatticeFromCmdList(const CmdList& cmdList, const LatticeHandle& latticeHa… in GetLatticeFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp918 lattice_ = CmdListHelper::GetLatticeFromCmdList(cmdList, handle->latticeHandle); in DrawImageLatticeOpItem()