/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | sk_image_filter_factory_unittest.cpp | 210 float degree = 0.5; in HWTEST_F() local 237 float degree = -1.0; in HWTEST_F() local 264 float degree = 1.0; in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/ |
H A D | filter_fly_out_para.h | 31 void SetDegree(float degree)
in SetDegree() argument
|
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/ |
H A D | sk_image_filter_factory.cpp | 31 sk_sp<SkImageFilter> SKImageFilterFactory::Brightness(float degree)
in Brightness() argument
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_animation_operation_test.cpp | 82 int32_t degree = 0; in HWTEST_F() local 95 int32_t degree = 0; in HWTEST_F() local 154 int32_t degree = 0; in HWTEST_F() local
|
H A D | boot_picture_player_test.cpp | 139 int32_t degree = 0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_extractor_test.cpp | 236 float degree = extractor->GetSpherizeDegree(); in HWTEST_F() local 262 float degree = extractor->GetLightUpEffectDegree(); in HWTEST_F() local 275 float degree = extractor->GetDynamicDimDegree(); in HWTEST_F() local
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/ |
H A D | dp_utils.cpp | 42 float degree = .0; in TransExifOrientationToDegree() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_fly_out_shader_filter_test.cpp | 177 float degree = effectFilter.GetDegree();
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 112 bool BootAnimationOperation::InitRsSurfaceNode(int32_t degree)
in InitRsSurfaceNode() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | matrix2d.cpp | 78 void Matrix2D::Rotate(TransformParam& param, double degree, double rx, double ry) in Rotate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/effect/include/ |
H A D | brightness_blender.h | 64 void SetDegree(float degree) in SetDegree() argument
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_source.h | 53 int32_t degree = 0; member
|
/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 166 double degree = libinput_event_pointer_get_axis_value_discrete(rawPointerEvent, in HandleCrownRotateBeginAndUpdate() local 190 void CrownTransformProcessor::HandleCrownRotatePostInner(double velocity, double degree, int32_t action) in HandleCrownRotatePostInner() argument
|
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/ |
H A D | crown_transform_processor_test.cpp | 254 double degree = 11.0; in HWTEST_F() local
|
/foundation/window/window_manager/dmserver/src/ |
H A D | sensor_connector.cpp | 167 int degree = -1; in CalcRotationDegree() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_matrix2d.cpp | 239 double degree = 0; in JsRotate() local
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_matrix.h | 41 void PreRotate(float degree, float px, float py) {} in PreRotate() argument 45 void Rotate(float degree, float px, float py) {} in Rotate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.cpp | 44 MMI::Direction ConvertDegreeToMMIRotation(float degree) in ConvertDegreeToMMIRotation() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsuieffect_fuzzer/ |
H A D | rsuieffect_fuzzer.cpp | 81 float degree = GetData<float>(); in BrightnessBlenderFuzzTest() local 132 float degree = GetData<float>(); in FlyOutParaFuzzTest() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 47 float degree = GetObject<float>(); in NativeMatrixTest001() local 90 float degree = GetObject<float>(); in NativeMatrixTest002() local 134 float degree = GetObject<float>(); in NativeMatrixTest003() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 560 std::optional<float> degree; in HWTEST_F() local 845 float degree = properties.GetFlyOutDegree(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/3d_widget_adapter/test/ |
H A D | 3d_widget_adapter_test.cpp | 214 float degree = 0.0f; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_fly_out_shader_filter.cpp | 39 RSFlyOutShaderFilter::RSFlyOutShaderFilter(float degree, uint32_t flyMode)
in RSFlyOutShaderFilter() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | render_loading_progress.cpp | 236 float RenderLoadingProgress::GetCometScaleByDegree(double degree) in GetCometScaleByDegree() argument 252 GetCometAlphaByDegree(double degree) GetCometAlphaByDegree() argument [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.cpp | 118 uint16_t degree = FastAtan2(x, y); in CalculateTanDegree() local 299 uint16_t degree = GetDegreeInQuadrant(degreeBase, quadrant); in DrawLineWithDegreeInner() local 397 uint16_t DrawArc::GetDegreeInQuadrant(uint16_t degree, uint8_t quadrant) in GetDegreeInQuadrant() argument [all...] |