Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h71 Matrix3 Rotate(T angle, T pivotx, T pivoty) const;
73 Matrix3 Scale(const Vector2<T>& vec, T pivotx, T pivoty) const;
460 Matrix3<T> Matrix3<T>::Rotate(T angle, T pivotx, T pivoty) const in Rotate() argument
465 T dx = s * pivoty + (1 - c) * pivotx; in Rotate()
466 T dy = -s * pivotx + (1 - c) * pivoty; in Rotate()
500 Matrix3<T> Matrix3<T>::Scale(const Vector2<T>& vec, T pivotx, T pivoty) const in Scale() argument
503 T dy = pivoty - vec[1] * pivoty; in Scale()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h73 Matrix3 Rotate(T angle, T pivotx, T pivoty) const;
75 Matrix3 Scale(const Vector2<T>& vec, T pivotx, T pivoty) const;
474 Matrix3<T> Matrix3<T>::Rotate(T angle, T pivotx, T pivoty) const in Rotate() argument
479 T dx = s * pivoty + (1 - c) * pivotx; in Rotate()
480 T dy = -s * pivotx + (1 - c) * pivoty; in Rotate()
514 Matrix3<T> Matrix3<T>::Scale(const Vector2<T>& vec, T pivotx, T pivoty) const in Scale() argument
517 T dy = pivoty - vec[1] * pivoty; in Scale()