Home
last modified time | relevance | path

Searched defs:angle (Results 26 – 50 of 147) sorted by relevance

123456

/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dposture_test.cpp88 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 Dmoon_progress_modifier.cpp89 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 Dcube_demo.js110 let angle = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dcube2_demo.js110 let angle = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drotation_recognizer.cpp40 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 Dswipe_recognizer.cpp41 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 Drs_uni_render_virtual_processor.cpp253 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 Dtyped_text.cpp100 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 Dsensor_fold_state_manager_test.cpp69 float angle = 0.0f; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp178 …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 Ddraw_canvas.h101 float angle = FastAtan2F(linearPoint.y1 - linearPoint.y0, linearPoint.x1 - linearPoint.x0); in BuildLineGradientMatrix() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp76 int16_t angle = GetCurrentPos(angleRange); in GetRedrawAngle() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp307 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 Drotation_recognizer.cpp135 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 Dcj_matrix4_ffi.h70 float angle; member
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp192 double angle = 0.5; variable
223 double angle = 0.5; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h86 void SetRotate(double angle) in SetRotate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h100 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 DMatrix.js111 setRotate(angle, x, y, z) { argument
361 rotate(angle, x, y, z) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dpoint.h87 void Rotate(const Point& center, double angle) in Rotate()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.h182 float angle, in BezierArcSvg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h42 float angle; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h441 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 Dmmi_matrix3.h455 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 Dtouchpad_transform_processor.cpp392 (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()

123456