Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp109 OHOS::Rosen::TransformHelper::Matrix4 left4; in WindowUtilMathFuzzPart1() local
111 InitMatrix4(left4, data, size, startPos); in WindowUtilMathFuzzPart1()
113 OHOS::Rosen::TransformHelper::Matrix4 result2 = left4 * right4; in WindowUtilMathFuzzPart1()
114 left4 *= right4; in WindowUtilMathFuzzPart1()
115 left4.Invert(); in WindowUtilMathFuzzPart1()
116 left4.GetScale(); in WindowUtilMathFuzzPart1()
117 left4.GetTranslation(); in WindowUtilMathFuzzPart1()