/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
D | scale_filter_unittest.cpp | 37 auto scale = std::make_shared<ScaleFilter>(); variable 61 auto scale = std::make_shared<ScaleFilter>(); variable 85 auto scale = std::make_shared<ScaleFilter>(); variable 109 auto scale = std::make_shared<ScaleFilter>(); variable 143 auto scale = std::make_shared<ScaleFilter>(); variable 166 auto scale = std::make_shared<ScaleFilter>(); variable 198 auto scale = std::make_shared<ScaleFilter>(); variable
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
D | distributeddb_interfaces_single_version_result_set_test.cpp | 172 double scale = 1; variable 191 double scale = 1; variable 210 double scale = 1; variable 229 double scale = 1; variable 248 double scale = -1; variable 267 double scale = 2; variable 286 double scale = 0; variable 305 double scale = 0.5; variable 325 double scale = 1; variable 344 double scale = 1; variable [all …]
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tween/ |
D | tween_element_test.cpp | 80 auto scale = AceType::MakeRefPtr<KeyframeAnimation<float>>(); in CreateScaleTweenKeyFrame() local 198 float scale = 0.0f; variable 290 float scale = 0.0f; variable 322 float scale = 0.0f; variable 340 auto scale = AceType::MakeRefPtr<CurveAnimation<float>>(1.0f, 5.0f, nullptr); in __anonc14020710a02() local 354 float scale = 0.0f; variable 385 float scale = 0.0f; variable 403 auto scale = AceType::MakeRefPtr<CurveAnimation<float>>(1.0f, 5.0f, nullptr); in __anonc14020710c02() local 418 float scale = 0.0f; variable 436 auto scale = AceType::MakeRefPtr<CurveAnimation<float>>(1.0f, 5.0f, nullptr); in __anonc14020710d02() local [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
D | scale_filter.cpp | 28 std::shared_ptr<float> scale = std::static_pointer_cast<float>(value); in SetValue() local 34 void ScaleFilter::SetScale(float scale) in SetScale()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
D | gesture_transform_processor.cpp | 35 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchBegin() local 68 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchUpdate() local 93 double scale = libinput_event_gesture_get_scale(gesture); in OnEventTouchPadPinchEnd() local
|
/foundation/graphic/ui/frameworks/components/ |
D | ui_texture_mapper.cpp | 57 float scale = static_cast<float>(scaleStart_) / SCALE_CONVERTION; in Start() local 85 float scale = static_cast<float>(scaleCur_) / SCALE_CONVERTION; in Callback() local
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
D | scroll_fade_effect.cpp | 35 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in ResetFadeEffect() 116 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in HandleOverScroll() 136 void ScrollFadeEffect::SetOpacityAndScale(double opacity, double scale) in SetOpacityAndScale()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
D | scroll_fade_effect.cpp | 33 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in ResetFadeEffect() 113 … fadeController_->SetCallback([weakFade = AceType::WeakClaim(this)](double opacity, double scale) { in HandleOverScroll() 133 void ScrollFadeEffect::SetOpacityAndScale(float opacity, float scale) in SetOpacityAndScale()
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/click_effect/ |
D | click_spring_effect_test.cpp | 75 auto scale = clickSpringEffect->GetScale(); variable 119 double scale = clickSpringEffect->GetScale(); variable
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
D | flutter_render_svg.cpp | 59 double scale = std::min(GetLayoutSize().Width() / viewBox_.Width(), in PaintDirectly() local 84 double scale = std::min(GetLayoutSize().Width() / viewBox_.Width(), in UpdateTransformByGlobalOffset() local
|
D | rosen_render_svg.cpp | 42 double scale = in UpdateTransformByGlobalOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
D | grid_utils.cpp | 57 auto scale = gridLayoutProperty->GetLayoutConstraint()->scaleProperty; in GetMainGap() local 67 auto scale = gridLayoutProperty->GetLayoutConstraint()->scaleProperty; in GetCrossGap() local
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
D | app_theme.h | 60 void SetHoverScaleStart(float scale) in SetHoverScaleStart() 70 void SetHoverScaleEnd(float scale) in SetHoverScaleEnd()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
D | mock_window_accessibility_controller.cpp | 25 void WindowAccessibilityController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale()
|
/foundation/window/window_manager/wm/src/ |
D | window_accessibility_controller.cpp | 25 void WindowAccessibilityController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
D | swiper_utils.h | 49 auto scale = property->GetLayoutConstraint()->scaleProperty; in GetItemSpace() local
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
D | click_spring_effect.h | 58 void SetScale(double scale) in SetScale()
|
/foundation/window/window_manager/wmserver/include/ |
D | display_zoom_controller.h | 41 float scale; member
|
/foundation/ai/engine/services/common/platform/os_wrapper/feature/interfaces/ |
D | norm_processor.h | 67 float scale = 1.0f; member
|
/foundation/arkui/ace_engine/frameworks/core/components/root/ |
D | render_root.h | 36 void SetScale(float scale) in SetScale()
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
D | render_rich_text.cpp | 58 double scale = 1.0f; in ProcessMove() local 168 float scale = 1.0f; in UpdateLayoutParams() local
|
/foundation/ai/neural_network_runtime/frameworks/native/ops/ |
D | pow_builder.cpp | 71 float scale{1.0}; in GetPrimitive() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
D | rrect.h | 101 … double scale = std::min(rect.Width() / (xRadius + xRadius), rect.Height() / (yRadius + yRadius)); in SetRectWithSimpleRadius() local 109 void ApplyScaleAndRound(float scale) in ApplyScaleAndRound()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
D | rosen_render_shape_container.cpp | 56 …double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBox… in PerformLayout() local 90 …double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBox… in Paint() local 150 …double scale = std::min(GetLayoutSize().Width() / viewBoxWidth, GetLayoutSize().Height() / viewBox… in BitmapMesh() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/ |
D | grid_adaptive_layout_algorithm.cpp | 73 auto scale = gridLayoutProperty->GetLayoutConstraint()->scaleProperty; in Measure() local 162 auto scale = layoutProperty->GetLayoutConstraint()->scaleProperty; in CalculateChildOffset() local
|