Home
last modified time | relevance | path

Searched defs:CreateScale (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp186 Matrix3 CreateScale(float xScale, float yScale) in CreateScale() function
217 Matrix4 CreateScale(float xScale, float yScale, float zScale) in CreateScale() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp41 Matrix4 Matrix4::CreateScale(double x, double y, double z) in CreateScale() function in OHOS::Ace::Matrix4