Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 10 of 10) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
Dtransform.cpp97 void TransformMap::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale()
102 void TransformMap::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale()
124 void TransformMap::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate()
327 void Rotate(const Vector2<int16_t>& point, int16_t angle, const Vector2<int16_t>& pivot, Vector2<in… in Rotate()
342 void Rotate(const Line& origLine, int16_t angle, const Vector2<int16_t>& pivot, Line& out) in Rotate()
351 void Rotate(const Rect& origRect, int16_t angle, const Vector2<int16_t>& pivot, Polygon& out) in Rotate()
/foundation/arkui/ui_lite/test/uitest/test_transform/
Dui_test_transform.cpp180 Vector2<float> pivot(58, 58); // 58:x value 58:y value in OnClick() local
236 void UITestTransform::SetTransMap(int16_t angle, float scale, int16_t trans, Vector2<float> pivot) in SetTransMap()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
Dgeometry_range_adapter.h154 int32_t pivot; in QuickSort() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_analog_clock.cpp248 Vector2<float> pivot; in CalculateRedrawArea() local
Dui_view.cpp278 void UIView::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate()
304 void UIView::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale()
311 void UIView::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
Drasterizer_cells_antialias.cpp568 CellBuildAntiAlias** pivot = base + len / TWO_TIMES; in QsortCells() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
Drsproperty_fuzzer.cpp100 Vector2f pivot(x5, y5); in RSPropertiesFuzzTestInner01() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp522 void RSNode::SetPivot(const Vector2f& pivot) in SetPivot()
544 auto pivot = property->Get(); in SetPivotX() local
561 auto pivot = property->Get(); in SetPivotY() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp439 void RSProperties::SetPivot(Vector2f pivot) in SetPivot()
1850 Vector2f pivot = GetPivot(); in Dump() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_math.h565 Matrix3<T> Matrix3<T>::Rotate(T angle, const Vector2<T>& pivot) in Rotate()