Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1339 * @param pivotStart Indicates the coordinates of the rotation start pivot.
1344 void Rotate(int16_t angle, const Vector3<float>& pivotStart, const Vector3<float>& pivotEnd);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp285 void UIView::Rotate(int16_t angle, const Vector3<float>& pivotStart, const Vector3<float>& pivotEnd) in Rotate() argument
294 transMap_->Rotate(angle, pivotStart, pivotEnd); in Rotate()

Completed in 6 milliseconds