Home
last modified time | relevance | path

Searched refs:m_matrix (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/
H A Djs_matrix.cpp139 if (m_matrix == nullptr) { in OnGetValue()
167 if (m_matrix == nullptr) { in OnPostRotate()
195 if (m_matrix == nullptr) { in OnPostTranslate()
220 if (m_matrix == nullptr) { in OnPreRotate()
248 if (m_matrix == nullptr) { in OnPreScale()
278 if (m_matrix == nullptr) { in OnPreTranslate()
304 if (m_matrix == nullptr) { in OnSetRotation()
331 if (m_matrix == nullptr) { in OnSetScale()
613 m_matrix->Reset(); in OnReset()
752 m_matrix = nullptr; in ~JsMatrix()
[all …]
H A Djs_matrix.h29 : m_matrix(matrix) {}; in JsMatrix()
84 std::shared_ptr<Matrix> m_matrix = nullptr; variable