/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | exp_test.cpp | 67 float* scaleValue = new (std::nothrow) float [1]{1.0f};
in SaveScale() local 219 int64_t* scaleValue = new (std::nothrow) int64_t [1]{1};
in HWTEST_F() local 381 float scaleValue = 1.0f;
in HWTEST_F() local
|
H A D | pow_builder_test.cpp | 66 float* scaleValue = new (std::nothrow) float[1] {1.0f}; in SaveScale() local 202 int64_t* scaleValue = new (std::nothrow) int64_t[1] {1}; in HWTEST_F() local 306 float scaleValue = 1.0f; in HWTEST_F() local
|
H A D | detection_post_process_test.cpp | 86 float* scaleValue = new (std::nothrow) float[4] {10.0, 10.0, 5.0, 5.0};
in SetScale() local 360 int64_t* scaleValue = new (std::nothrow) int64_t[4] {10.0f, 10.0f, 5.0f, 5.0f};
in HWTEST_F() local 1152 std::vector<float> scaleValue = {10.0f, 10.0f, 5.0f, 5.0f};
in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_layout_algorithm.cpp | 100 float scaleValue = trackThickness_ / static_cast<float>(themeTrackThickness.ConvertToPx()); in MeasureContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_image.cpp | 157 auto scaleValue = std::min(viewBox.Width() / realSize.Width(), viewBox.Height() / realSize.Height()); in CalcDstRect() local
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | rosen_render_context_test_new.cpp | 405 float scaleValue = 1.0; // 4.0 is the value of scaleValue in HWTEST_F() local
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test.cpp | 686 float scaleValue = 0.5f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.cpp | 877 VectorF scaleValue = VectorF(scaleRatio * 0.1f + 1.0f, scaleRatio * 0.1f + 1.0f); in TransformScale() local
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.cpp | 2915 double scaleValue; in OnGetSessionSnapshotPixelMap() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 78 void ViewAbstract::SetClickEffectLevel(const ClickEffectLevel& level, float scaleValue) in SetClickEffectLevel() argument 3718 void ViewAbstract::SetClickEffectLevel(FrameNode* frameNode, const ClickEffectLevel& level, float scaleValue) in SetClickEffectLevel() argument
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 2041 auto scaleValue = scaleParam == 0.0f ? snapshotScale_ : scaleParam; in Snapshot() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5923 auto scaleValue = value.scaleNumber; local 5953 RefPtr<Curve> RosenRenderContext::UpdatePlayAnimationValue(const ClickEffectLevel& level, float& scaleValue) argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3740 void SetClickEffect(ArkUINodeHandle node, const int32_t levelValue, ArkUI_Float32 scaleValue) in SetClickEffect() argument
|