Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 146) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
Dscale_filter_unittest.cpp37 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/
Ddistributeddb_interfaces_single_version_result_set_test.cpp172 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/
Dtween_element_test.cpp80 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/
Dscale_filter.cpp28 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/
Dgesture_transform_processor.cpp35 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/
Dui_texture_mapper.cpp57 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/
Dscroll_fade_effect.cpp35 … 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/
Dscroll_fade_effect.cpp33 … 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/
Dclick_spring_effect_test.cpp75 auto scale = clickSpringEffect->GetScale(); variable
119 double scale = clickSpringEffect->GetScale(); variable
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Dflutter_render_svg.cpp59 double scale = std::min(GetLayoutSize().Width() / viewBox_.Width(), in PaintDirectly() local
84 double scale = std::min(GetLayoutSize().Width() / viewBox_.Width(), in UpdateTransformByGlobalOffset() local
Drosen_render_svg.cpp42 double scale = in UpdateTransformByGlobalOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_utils.cpp57 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/
Dapp_theme.h60 void SetHoverScaleStart(float scale) in SetHoverScaleStart()
70 void SetHoverScaleEnd(float scale) in SetHoverScaleEnd()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_window_accessibility_controller.cpp25 void WindowAccessibilityController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale()
/foundation/window/window_manager/wm/src/
Dwindow_accessibility_controller.cpp25 void WindowAccessibilityController::SetAnchorAndScale(int32_t x, int32_t y, float scale) in SetAnchorAndScale()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_utils.h49 auto scale = property->GetLayoutConstraint()->scaleProperty; in GetItemSpace() local
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dclick_spring_effect.h58 void SetScale(double scale) in SetScale()
/foundation/window/window_manager/wmserver/include/
Ddisplay_zoom_controller.h41 float scale; member
/foundation/ai/engine/services/common/platform/os_wrapper/feature/interfaces/
Dnorm_processor.h67 float scale = 1.0f; member
/foundation/arkui/ace_engine/frameworks/core/components/root/
Drender_root.h36 void SetScale(float scale) in SetScale()
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
Drender_rich_text.cpp58 double scale = 1.0f; in ProcessMove() local
168 float scale = 1.0f; in UpdateLayoutParams() local
/foundation/ai/neural_network_runtime/frameworks/native/ops/
Dpow_builder.cpp71 float scale{1.0}; in GetPrimitive() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
Drrect.h101 … 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/
Drosen_render_shape_container.cpp56 …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/
Dgrid_adaptive_layout_algorithm.cpp73 auto scale = gridLayoutProperty->GetLayoutConstraint()->scaleProperty; in Measure() local
162 auto scale = layoutProperty->GetLayoutConstraint()->scaleProperty; in CalculateChildOffset() local

123456