Home
last modified time | relevance | path

Searched defs:m_lattice (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/lattice_napi/
Djs_lattice.h27 explicit JsLattice(std::shared_ptr<Lattice> lattice = nullptr) : m_lattice(lattice) {} in m_lattice() function
40 std::shared_ptr<Lattice> m_lattice = nullptr; variable