Home
last modified time | relevance | path

Searched refs:pivot_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_texture_mapper.cpp39 pivot_(0, 0), in UITextureMapper()
58 Scale(Vector2<float>(scale, scale), pivot_); in Start()
59 Rotate(rotateStart_, pivot_); in Start()
86 Scale(Vector2<float>(scale, scale), pivot_); in Callback()
91 Rotate(rotateCur_, pivot_); in Callback()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dhardware_acceleration_unit_test.cpp234 Vector2<float> pivot_(58, 58); // 58:x value 58:y value variable
235 transMap.Rotate(90, pivot_); // 90:degree
236 transMap.Scale(Vector2<float>(1.5, 1.5), pivot_); // 1.5:x scale 1.5:y scale
274 Vector2<float> pivot_(58, 58); // 58:x value 58:y value variable
275 transMap.Rotate(90, pivot_); // 90:degree
276 transMap.Scale(Vector2<float>(1.5, 1.5), pivot_); // 1.5:x scale 1.5:y scale
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_texture_mapper.h219 pivot_.x_ = x; in SetPivot()
220 pivot_.y_ = y; in SetPivot()
280 Vector2<float> pivot_; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp204 pivot_.x_ = (view_->GetWidth() - 1) / halfVal; in RotateAroundCenterPoint()
205 pivot_.y_ = (view_->GetHeight() - 1) / halfVal; in RotateAroundCenterPoint()
206 transMap.Rotate((angle), pivot_); in RotateAroundCenterPoint()
H A Dtransition_impl.h187 Vector2<float> pivot_; variable