Home
last modified time | relevance | path

Searched defs:pivot (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h154 int32_t pivot; in QuickSort() local
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp236 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 Dtransform.cpp97 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 Dui_analog_clock.cpp248 Vector2<float> pivot; in CalculateRedrawArea() local
H A Dui_view.cpp278 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 Drasterizer_cells_antialias.cpp572 CellBuildAntiAlias** pivot = base + len / TWO_TIMES; in QsortCells() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp331 Vector2f pivot = properties.GetPivot(); in DumpNodePropertiesTransform() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h565 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 Drs_properties_test.cpp991 auto pivot = properties.GetPivot(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp757 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 Drs_properties.cpp565 void RSProperties::SetPivot(Vector2f pivot) in SetPivot() argument
3705 Vector2f pivot = GetPivot(); in Dump() local

Completed in 26 milliseconds