Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_transform.cpp35 void SvgTransform::ApplyRotationPivot(Matrix4& mat, float x, float y) in ApplyRotationPivot() function in OHOS::Ace::SvgTransform
74 ApplyRotationPivot(mat, StringToFloat(numVec[1]), StringToFloat(numVec[2])); in CreateMatrix4()
114 ApplyRotationPivot(mat, values[1], values[2]); in CreateMatrixFromMap()
H A Dsvg_transform.h57 static void ApplyRotationPivot(Matrix4& mat, float x, float y);