Home
last modified time | relevance | path

Searched refs:scaleCoeff_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp104 scaleCoeff_ = scale; in Scale()
188 scale_ = Matrix4<float>::Scale(Vector3<float>(1.0f / scaleCoeff_.x_, 1.0f / scaleCoeff_.y_, scaleCoeff_.z_), in GetOrigPoint()
213 scale_ = Matrix4<float>::Scale(scaleCoeff_, in GetOrigPoint()
256 scale_ = Matrix4<float>::Scale(scaleCoeff_, in UpdateMap()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtransform.h259 Vector3<float> scaleCoeff_ = {1.0f, 1.0f, 1.0f}; member in OHOS::TransformMap

Completed in 2 milliseconds