/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_range_adapter.h | 154 int32_t pivot; in QuickSort() local
|
/foundation/arkui/ui_lite/test/uitest/test_transform/ |
H A D | ui_test_transform.cpp | 236 void UITestTransform::SetTransMap(int16_t angle, float scale, int16_t trans, Vector2<float> pivot) in SetTransMap() argument 244 transMap.Scale(Vector2<float>(scale_, scale_), pivot); in SetTransMap() local
|
/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | transform.cpp | 97 void TransformMap::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale() argument 102 void TransformMap::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale() argument 124 void TransformMap::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate() argument 339 Rotate(const Vector2<int16_t>& point, int16_t angle, const Vector2<int16_t>& pivot, Vector2<int16_t>& out) Rotate() argument 354 Rotate(const Line& origLine, int16_t angle, const Vector2<int16_t>& pivot, Line& out) Rotate() argument 363 Rotate(const Rect& origRect, int16_t angle, const Vector2<int16_t>& pivot, Polygon& out) Rotate() argument [all...] |
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_analog_clock.cpp | 248 Vector2<float> pivot; in CalculateRedrawArea() local
|
H A D | ui_view.cpp | 278 void UIView::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate() argument 304 void UIView::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale() argument 311 void UIView::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale() argument [all...] |
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/ |
H A D | rasterizer_cells_antialias.cpp | 572 CellBuildAntiAlias** pivot = base + len / TWO_TIMES; in QsortCells() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 331 Vector2f pivot = properties.GetPivot(); in DumpNodePropertiesTransform() local
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 565 Matrix3<T> Matrix3<T>::Rotate(T angle, const Vector2<T>& pivot) in Rotate() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 991 auto pivot = properties.GetPivot(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 757 void RSNode::SetPivot(const Vector2f& pivot) in SetPivot() argument 783 auto pivot = property->Get(); in SetPivotX() local 804 auto pivot = property->Get(); in SetPivotY() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 565 void RSProperties::SetPivot(Vector2f pivot) in SetPivot() argument 3705 Vector2f pivot = GetPivot(); in Dump() local
|