/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | posture_test.cpp | 88 float angle = postureData->angle; in PostureDataCallbackImpl() local 115 float angle = postureData->angle; in PostureDataCallbackImpl2() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 89 double angle = (modifier->value_->Get() / modifier->maxValue_->Get()) * 1; in SetValue() local 196 …rogressModifier::CalculateSquareMoonPath(RSPath& path, const PointF& centerPt, const double& angle) in CalculateSquareMoonPath() 221 double angle = value_->Get() / maxValue_->Get(); in PaintSquareMoon() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | cube_demo.js | 110 let angle = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | cube2_demo.js | 110 let angle = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 40 RotationRecognizer::RotationRecognizer(int32_t fingers, double angle) : MultiFingersRecognizer(fing… in RotationRecognizer() 313 double angle = atan2(fy - sy, fx - sx) * 180.0 / M_PI; in ComputeAngle() local
|
H A D | swipe_recognizer.cpp | 41 double Atan2ToAtan(double angle) in Atan2ToAtan() 351 bool SwipeRecognizer::CheckAngle(double angle) in CheckAngle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_virtual_processor.cpp | 253 ScreenRotation angle = displayDrawable.GetOriginScreenRotation(); in CalculateTransform() local 258 void RSUniRenderVirtualProcessor::ScaleMirrorIfNeed(const ScreenRotation angle, RSPaintFilterCanvas… in ScaleMirrorIfNeed()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 100 float angle = arcTextInfo.startAngle; in GetArcTextRect() local 156 float angle = static_cast<float>(len * SEMICIRCLE_IN_DEGREE) / (UI_PI * realRadius); in GetAngleForArcLen() local 166 …float angle = (letterWidth + letterSpace) / (FLOATING_POINT_TWO * radius * UI_PI) * CIRCLE_IN_DEGR… in GetAngleForArcLen() local 170 void TypedText::GetArcLetterPos(const Point& arcCenter, uint16_t radius, float angle, float& posX, … in GetArcLetterPos()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | sensor_fold_state_manager_test.cpp | 69 float angle = 0.0f; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 178 …float angle = directFlag ? (arcTextInfo.startAngle + changeAngle) : (arcTextInfo.startAngle - chan… in DrawArcText() local 220 float& angle, in CalculateAngle() 314 bool DrawLabel::CalculatedClipAngle(const ArcLetterInfo& letterInfo, float& angle) in CalculatedClipAngle() 443 float angle = 0.0f; in CalculatedTransformDataInfo() local
|
H A D | draw_canvas.h | 101 float angle = FastAtan2F(linearPoint.y1 - linearPoint.y0, linearPoint.x1 - linearPoint.x0); in BuildLineGradientMatrix() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_circle_progress.cpp | 76 int16_t angle = GetCurrentPos(angleRange); in GetRedrawAngle() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/ |
H A D | paint.cpp | 307 void Paint::Rotate(float angle) in Rotate() 314 void Paint::Rotate(float angle, int16_t x, int16_t y) in Rotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | rotation_recognizer.cpp | 135 double angle = atan2(fy - sy, fx - sx) * 180.0 / M_PI; in ComputeAngle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/matrix4/ |
H A D | cj_matrix4_ffi.h | 70 float angle; member
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 192 double angle = 0.5; variable 223 double angle = 0.5; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.h | 86 void SetRotate(double angle) in SetRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.h | 100 void SetRotate(double angle) in SetRotate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Matrix.js | 111 setRotate(angle, x, y, z) { argument 361 rotate(angle, x, y, z) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | point.h | 87 void Rotate(const Point& center, double angle) in Rotate()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.h | 182 float angle, in BezierArcSvg()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 42 float angle; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 441 Matrix3<T> Matrix3<T>::Rotate(T angle) const in Rotate() 460 Matrix3<T> Matrix3<T>::Rotate(T angle, T pivotx, T pivoty) const in Rotate()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 455 Matrix3<T> Matrix3<T>::Rotate(T angle) const in Rotate() 474 Matrix3<T> Matrix3<T>::Rotate(T angle, T pivotx, T pivoty) const in Rotate()
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 392 (int32_t fingerCount, int32_t action, double scale, double angle) in ProcessTouchPadPinchDataEvent() 443 double angle = libinput_event_gesture_get_angle_delta(gesture); in OnEventTouchPadPinchGesture() local 478 int32_t TouchPadTransformProcessor::GetPinchGestureType(int32_t type, double angle) in GetPinchGestureType()
|