Home
last modified time | relevance | path

Searched refs:SetBlockSize (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dbatch_to_space_nd_test.cpp32 void SetBlockSize(OH_NN_DataType dataType,
52 void BatchToSpaceNDBuilderTest::SetBlockSize(OH_NN_DataType dataType, in SetBlockSize() function in OHOS::NeuralNetworkRuntime::UnitTest::BatchToSpaceNDBuilderTest
85 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
101 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
122 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
142 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
162 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
182 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
198 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
285 SetBlockSize(OH_NN_INT64, m_block_dim, nullptr, OH_NN_BATCH_TO_SPACE_ND_BLOCKSIZE);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dspace_to_depth_builder.h38 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor);
43 {OH_NN_SPACE_TO_DEPTH_BLOCK_SIZE, &SpaceToDepthBuilder::SetBlockSize}
H A Ddepth_to_space_builder.h41 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor);
48 {OH_NN_DEPTH_TO_SPACE_BLOCK_SIZE, &DepthToSpaceBuilder::SetBlockSize},
H A Dspace_to_depth_builder.cpp36 OH_NN_ReturnCode SpaceToDepthBuilder::SetBlockSize(const std::shared_ptr<NNTensor>& tensor) in SetBlockSize() function in OHOS::NeuralNetworkRuntime::Ops::SpaceToDepthBuilder
H A Ddepth_to_space_builder.cpp35 OH_NN_ReturnCode DepthToSpaceBuilder::SetBlockSize(const std::shared_ptr<NNTensor>& tensor) in SetBlockSize() function in OHOS::NeuralNetworkRuntime::Ops::DepthToSpaceBuilder
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp52 block_->SetBlockSize(theme->GetInsetBlockSize()); in InitStyle()
57 block_->SetBlockSize(theme->GetOutsetBlockSize()); in InitStyle()
H A Dblock_component.h66 void SetBlockSize(const Dimension& size) in SetBlockSize() function
H A Drosen_render_slider.cpp54 block->SetBlockSize(blockSize * temp); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_modifier_test_ng.cpp165 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
1201 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1286 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1291 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F_ZREO);
1295 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1341 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1346 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F_ZREO);
1350 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1395 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
1442 sliderContentModifier.SetBlockSize(BLOCK_SIZE_F);
[all …]
H A Dslider_Extend_test_ng.cpp194 sliderModelNG.SetBlockSize(BLOCK_SIZE_WIDTH, BLOCK_SIZE_HEIGHT);
271 sliderModelNG.SetBlockSize(Dimension(0.0), Dimension(0.0));
278 sliderModelNG.SetBlockSize(BLOCK_SIZE_WIDTH, BLOCK_SIZE_HEIGHT);
280 sliderModelNG.SetBlockSize(Dimension(0.0), Dimension(0.0));
1071 sliderModelNG.SetBlockSize(rawPtr, Dimension(0.0), Dimension(0.0));
1078 sliderModelNG.SetBlockSize(rawPtr, BLOCK_SIZE_WIDTH, BLOCK_SIZE_HEIGHT);
H A Dslider_content_modifier_test_ng.cpp102 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
H A Dslider_builder_test_ng.cpp106 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_method.cpp65 sliderContentModifier_->SetBlockSize(blockSize); in UpdateContentModifier()
115 sliderTipModifier_->SetBlockSize(blockSize); in UpdateOverlayModifier()
H A Dslider_model_ng.h57 void SetBlockSize(const Dimension& width, const Dimension& height) override;
88 static void SetBlockSize(FrameNode* frameNode, const Dimension& width, const Dimension& height);
H A Dslider_model.h98 virtual void SetBlockSize(const Dimension& width, const Dimension& height) = 0;
H A Dslider_tip_modifier.h118 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function
H A Dslider_content_modifier.h200 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function
H A Dslider_model_ng.cpp181 void SliderModelNG::SetBlockSize(const Dimension& width, const Dimension& height) in SetBlockSize() function in OHOS::Ace::NG::SliderModelNG
355 void SliderModelNG::SetBlockSize(FrameNode* frameNode, const Dimension& width, const Dimension& hei… in SetBlockSize() function in OHOS::Ace::NG::SliderModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.h56 static void SetBlockSize(const JSCallbackInfo& info);
H A Djs_slider.cpp78 JSClass<JSSlider>::StaticMethod("blockSize", &JSSlider::SetBlockSize); in JSBind()
504 void JSSlider::SetBlockSize(const JSCallbackInfo& info) in SetBlockSize() function in OHOS::Ace::Framework::JSSlider
533 SliderModel::GetInstance()->SetBlockSize(width, height); in SetBlockSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.h28 static ArkUINativeModuleValue SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_slider_bridge.cpp119 ArkUINativeModuleValue SliderBridge::SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetBlockSize() function in OHOS::Ace::NG::SliderBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.h43 void SetBlockSize(const Dimension& width, const Dimension& height) override;
H A Dslider_model_impl.cpp129 void SliderModelImpl::SetBlockSize(const Dimension& width, const Dimension& height) {} in SetBlockSize() function in OHOS::Ace::Framework::SliderModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_slider_modifier.cpp104 void SetBlockSize(ArkUINodeHandle node, ArkUI_Float32 widthVal, in SetBlockSize() function
120 SliderModelNG::SetBlockSize(frameNode, blockWidth, blockHeight); in SetBlockSize()
674 SliderModifier::SetBlockSize, in GetSliderModifier()
751 SliderModifier::SetBlockSize, in GetCJUISliderModifier()

12