Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A 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()
339 void Rotate(const Vector2<int16_t>& point, int16_t angle, const Vector2<int16_t>& pivot, Vector2<in… in Rotate()
354 void Rotate(const Line& origLine, int16_t angle, const Vector2<int16_t>& pivot, Line& out) in Rotate()
363 void Rotate(const Rect& origRect, int16_t angle, const Vector2<int16_t>& pivot, Polygon& out) in Rotate()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_transform/
H A 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()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-renderNode.md1008 ### pivot subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-renderNode.md1008 ### pivot subsection
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h154 int32_t pivot; in QuickSort() local
/ohos5.0/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()
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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp266 Vector2f pivot = properties.GetPivot(); in DumpNodePropertiesTransform() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp575 CellBuildAntiAlias** pivot = base + len / TWO_TIMES; in QsortCells() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp100 Vector2f pivot(x5, y5); in RSPropertiesFuzzTestInner01() local
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp765 void RSNode::SetPivot(const Vector2f& pivot) in SetPivot()
791 auto pivot = property->Get(); in SetPivotX() local
812 auto pivot = property->Get(); in SetPivotY() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1007 auto pivot = properties.GetPivot(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp581 void RSProperties::SetPivot(Vector2f pivot) in SetPivot()
3745 Vector2f pivot = GetPivot(); in Dump() local