Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp126 OHOS::Rosen::TransformHelper::Vector3 scaleVec; in WindowUtilMathFuzzPart1() local
127 InitVector3(scaleVec, data, size, startPos); in WindowUtilMathFuzzPart1()
128 OHOS::Rosen::TransformHelper::CreateScale(scaleVec.x_, scaleVec.y_); in WindowUtilMathFuzzPart1()
129 OHOS::Rosen::TransformHelper::CreateScale(scaleVec.x_, scaleVec.y_, scaleVec.z_); in WindowUtilMathFuzzPart1()