Home
last modified time | relevance | path

Searched defs:degree (Results 1 – 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_2d/interfaces/inner_api/wmservice/
Diwindow_manager_service.h66 virtual GSError StartRotationAnimation(uint32_t did, int32_t degree) in StartRotationAnimation()
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
Dsk_image_filter_factory.cpp31 sk_sp<SkImageFilter> SKImageFilterFactory::Brightness(float degree) in Brightness()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dtransform_convertor.cpp221 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/
Dmatrix.cpp27 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/
Dskia_matrix.cpp35 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/
Dtesting_matrix.h29 void Rotate(float degree, float px, float py) {} in Rotate()
/foundation/graphic/graphic_2d/frameworks/animation_server/server/src/
Danimation_module.cpp47 GSError AnimationModule::StartRotationAnimation(int32_t did, int32_t degree) in StartRotationAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
Dscreen_pattern.cpp35 MMI::Direction ConvertDegreeToMMIRotation(float degree) in ConvertDegreeToMMIRotation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dmatrix2d.cpp78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate()
Drosen_render_context.cpp1303 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/
Dgesture_recognizer.cpp152 int32_t degree = static_cast<int32_t>(trans.degree) % 360; in Transform() local
/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_arc.cpp118 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/
Dsensor_connector.cpp154 int degree = -1; in CalcRotationDegree() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
Drender_loading_progress.cpp239 float RenderLoadingProgress::GetCometScaleByDegree(double degree) in GetCometScaleByDegree()
255 float RenderLoadingProgress::GetCometAlphaByDegree(double degree) in GetCometAlphaByDegree()
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
Drecorder_source.h53 int32_t degree = 0; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_matrix2d.cpp218 double degree = 0; in JsRotate() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_analog_clock.cpp181 uint32_t degree = (static_cast<uint16_t>(handValue) * ratio + secondHandValue); in ConvertHandValueToAngle() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties.cpp505 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/
Drsproperty_fuzzer.cpp136 float degree = GetData<float>(); in RSPropertiesFuzzTestInner02() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp587 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/
Ddom_node.cpp895 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/
Drender_water_flow.cpp920 double degree = 0.0; in HandleAxisEvent() local
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
Drecorder_impl.cpp362 int32_t RecorderImpl::SetOrientationHint(int32_t sourceId, int32_t degree) in SetOrientationHint()
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dgesture_info.h65 double degree = 0.0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h528 virtual void OnDynamicLightUpDegreeUpdate(const float degree) {} in OnDynamicLightUpDegreeUpdate()

12