/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 176 void QuadrBezierCurveDividOp::AngleTolerance(float angle) in AngleTolerance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 787 const int angle = 180; in FlipMatrix() local
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touchpad_transform_processor_test.cpp | 270 double angle = 8.5; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.cpp | 167 float angle = (*postureData).angle; in HandlePostureData() local 176 void RSScreenManager::HandleSensorData(float angle) in HandleSensorData() 190 FoldState RSScreenManager::TransferAngleToScreenState(float angle) in TransferAngleToScreenState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 247 float angle = 90.0f - Rad2deg(atan2(width, height)); in CreateLinearGradient() local 282 …static void EndPointsFromAngle(float angle, const RSSize& size, RSPoint& firstPoint, RSPoint& seco… in EndPointsFromAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 274 float angle = RIGHT_ANGLE_F - Rad2deg(atan2(width, height)); in CreateLinearGradient() local 309 …static void EndPointsFromAngle(float angle, const SkSize& size, SkPoint& firstPoint, SkPoint& seco… in EndPointsFromAngle()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 717 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
H A D | videodec_api11_sample.cpp | 799 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gesture.cpp | 442 JSRef<JSVal> angle = obj->GetProperty(ROTATION_ANGLE); in Create() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_curves.h | 469 void AngleTolerance(float angle) in AngleTolerance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 1172 int angle = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 311 float angle = 90.0f - Rad2deg(atan2(width, height)); in CreateLinearGradient() local 345 float angle = 90.0f - Rad2deg(atan2(width, height)); in CreateLinearGradient() local 382 …static void EndPointsFromAngle(float angle, const SkSize& size, SkPoint& firstPoint, SkPoint& seco… in EndPointsFromAngle() 431 …static void EndPointsFromAngle(float angle, const RSSize& size, RSPoint& firstPoint, RSPoint& seco… in EndPointsFromAngle()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_api11_sample.cpp | 787 int32_t angle = DEFAULT_ANGLE * reinterpret_cast<int32_t>(switchSurfaceFlag); in AutoSwitchSurface() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | gesture_impl.cpp | 453 ArkUI_GestureRecognizer* CreateRotationGesture(int32_t fingers, double angle) in CreateRotationGesture()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.cpp | 739 double angle = sweepDegree_; in PaintEffectedLoadingProgress() local
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 626 …eTransformProcessor::NormalizeRotateEvent(struct libinput_event *event, int32_t type, double angle) in NormalizeRotateEvent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 1359 const int angle = 180; in FlipMatrix() local 1838 GraphicTransformType RSBaseRenderUtil::RotateEnumToInt(int angle, GraphicTransformType flip) in RotateEnumToInt()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_rendering_context_2d_model_ng.cpp | 501 void CanvasRenderingContext2DModelNG::CanvasRendererRotate(double angle) in CanvasRendererRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 115 ArkUIGesture* createRotationGesture(ArkUI_Int32 fingers, ArkUI_Float64 angle, void* userData) in createRotationGesture()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/ |
H A D | pixelmap_native.cpp | 584 Image_ErrorCode OH_PixelmapNative_Rotate(OH_PixelmapNative *pixelmap, float angle) in OH_PixelmapNative_Rotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.h | 224 double angle; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 88 auto angle = gradient.GetLinearGradient()->angle; in ToGradient() local 677 void ViewAbstractModelImpl::SetRotate(float x, float y, float z, float angle, float perspective) in SetRotate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 716 double angle = node->GetRotateAngle(); in CalculateRotate() local
|
/ohos5.0/base/sensors/sensor/interfaces/inner_api/ |
H A D | sensor_agent_type.h | 490 … float angle = 0.0; /**< The angle between two screens. The angle ranges from 0 to 180 degrees. */ member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 149 void ParseJsAngle(const EcmaVM *vm, const Local<JSValueRef> &value, std::optional<float> &angle) in ParseJsAngle() 558 …ramework::JSRef<Framework::JSVal>& jsValue, NG::RotateOptions& rotate, std::optional<float>& angle) in ParseJsRotate() 603 std::optional<float> angle; in ParseChainedRotateTransition() local 804 std::optional<float> angle; in ParseJsTransition() local 1212 void GetJsAngle(const EcmaVM* vm, const Local<JSValueRef>& angleArg, std::optional<float>& angle) in GetJsAngle() 1248 float angle = 0.0f; in ParseRotate() local 6422 ArkUIRuntimeCallInfo* runtimeCallInfo, int32_t& fingers, double& angle, uint32_t argNumber) in GetRotationGestureValue() 7656 double angle = DEFAULT_ROTATION_ANGLE; in AddRotationGesture() local 7783 double angle = DEFAULT_ROTATION_ANGLE; in AddRotationGestureToGroup() local
|