/foundation/graphic/graphic_2d/interfaces/inner_api/wmservice/ |
D | iwindow_manager_service.h | 66 virtual GSError StartRotationAnimation(uint32_t did, int32_t degree) in StartRotationAnimation()
|
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/ |
D | sk_image_filter_factory.cpp | 31 sk_sp<SkImageFilter> SKImageFilterFactory::Brightness(float degree) in Brightness()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
D | transform_convertor.cpp | 221 auto degree = StringUtils::StringToDegree(offsets[3]); in __anonbb90ac390702() local 228 auto degree = StringUtils::StringToDegree(typeValue); in __anonbb90ac390802() local 234 auto degree = StringUtils::StringToDegree(typeValue); in __anonbb90ac390902() local 240 auto degree = StringUtils::StringToDegree(typeValue); in __anonbb90ac390a02() local 246 auto degree = StringUtils::StringToDegree(typeValue); in __anonbb90ac390b02() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
D | matrix.cpp | 27 void Matrix::Rotate(scalar degree, scalar px, scalar py) in Rotate() 42 void Matrix::PreRotate(scalar degree) in PreRotate()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
D | skia_matrix.cpp | 35 void SkiaMatrix::Rotate(scalar degree, scalar px, scalar py) in Rotate() 50 void SkiaMatrix::PreRotate(scalar degree) in PreRotate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/ |
D | testing_matrix.h | 29 void Rotate(float degree, float px, float py) {} in Rotate()
|
/foundation/graphic/graphic_2d/frameworks/animation_server/server/src/ |
D | animation_module.cpp | 47 GSError AnimationModule::StartRotationAnimation(int32_t did, int32_t degree) in StartRotationAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
D | screen_pattern.cpp | 35 MMI::Direction ConvertDegreeToMMIRotation(float degree) in ConvertDegreeToMMIRotation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
D | matrix2d.cpp | 78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate()
|
D | rosen_render_context.cpp | 1303 double Degree2Radian(int32_t degree) in Degree2Radian() 1313 void SetCorner(double& x, double& y, double width, double height, int32_t degree) in SetCorner() 1336 auto degree = rsNode_->GetStagingProperties().GetRotation(); in GetPaintRectWithTransform() local 1398 int32_t degree = rsNode_->GetStagingProperties().GetRotation(); in GetPointWithRevert() local 1429 int32_t degree = rsNode_->GetStagingProperties().GetRotation(); in GetPointWithTransform() local 2694 void RosenRenderContext::OnDynamicLightUpDegreeUpdate(const float degree)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
D | gesture_recognizer.cpp | 152 int32_t degree = static_cast<int32_t>(trans.degree) % 360; in Transform() local
|
/foundation/arkui/ui_lite/frameworks/draw/ |
D | draw_arc.cpp | 118 uint16_t degree = FastAtan2(x, y); in CalculateTanDegree() local 294 uint16_t degree = GetDegreeInQuadrant(degreeBase, quadrant); in DrawLineWithDegreeInner() local 392 uint16_t DrawArc::GetDegreeInQuadrant(uint16_t degree, uint8_t quadrant) in GetDegreeInQuadrant()
|
/foundation/window/window_manager/dmserver/src/ |
D | sensor_connector.cpp | 154 int degree = -1; in CalcRotationDegree() local
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
D | render_loading_progress.cpp | 239 float RenderLoadingProgress::GetCometScaleByDegree(double degree) in GetCometScaleByDegree() 255 float RenderLoadingProgress::GetCometAlphaByDegree(double degree) in GetCometAlphaByDegree()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
D | recorder_source.h | 53 int32_t degree = 0; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_matrix2d.cpp | 218 double degree = 0; in JsRotate() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
D | ui_analog_clock.cpp | 181 uint32_t degree = (static_cast<uint16_t>(handValue) * ratio + secondHandValue); in ConvertHandValueToAngle() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
D | rs_properties.cpp | 505 void RSProperties::SetRotation(float degree) in SetRotation() 512 void RSProperties::SetRotationX(float degree) in SetRotationX() 519 void RSProperties::SetRotationY(float degree) in SetRotationY()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
D | rsproperty_fuzzer.cpp | 136 float degree = GetData<float>(); in RSPropertiesFuzzTestInner02() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
D | rs_node.cpp | 587 void RSNode::SetRotation(float degree) in SetRotation() 599 void RSNode::SetRotationX(float degree) in SetRotationX() 604 void RSNode::SetRotationY(float degree) in SetRotationY()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_node.cpp | 895 auto degree = StringUtils::StringToDegree(offsets[3]); in SetTransform() local 981 auto degree = StringUtils::StringToDegree(typeValue); in SetTransform() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
D | render_water_flow.cpp | 920 double degree = 0.0; in HandleAxisEvent() local
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
D | recorder_impl.cpp | 362 int32_t RecorderImpl::SetOrientationHint(int32_t sourceId, int32_t degree) in SetOrientationHint()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
D | gesture_info.h | 65 double degree = 0.0; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
D | render_context.h | 528 virtual void OnDynamicLightUpDegreeUpdate(const float degree) {} in OnDynamicLightUpDegreeUpdate()
|