Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp318 std::function<Matrix4()> getLocalMatrix; in Transform() local
320 getLocalMatrix = [&host]()->Matrix4 { in Transform()
326 getLocalMatrix = [&host]()->Matrix4 { in Transform()
332 auto localMat = getLocalMatrix(); in Transform()