/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | batch_to_space_nd_test.cpp | 32 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 D | space_to_depth_builder.h | 38 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor); 43 {OH_NN_SPACE_TO_DEPTH_BLOCK_SIZE, &SpaceToDepthBuilder::SetBlockSize}
|
H A D | depth_to_space_builder.h | 41 OH_NN_ReturnCode SetBlockSize(const std::shared_ptr<NNTensor>& tensor); 48 {OH_NN_DEPTH_TO_SPACE_BLOCK_SIZE, &DepthToSpaceBuilder::SetBlockSize},
|
H A D | space_to_depth_builder.cpp | 36 OH_NN_ReturnCode SpaceToDepthBuilder::SetBlockSize(const std::shared_ptr<NNTensor>& tensor) in SetBlockSize() function in OHOS::NeuralNetworkRuntime::Ops::SpaceToDepthBuilder
|
H A D | depth_to_space_builder.cpp | 35 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 D | slider_component.cpp | 52 block_->SetBlockSize(theme->GetInsetBlockSize()); in InitStyle() 57 block_->SetBlockSize(theme->GetOutsetBlockSize()); in InitStyle()
|
H A D | block_component.h | 66 void SetBlockSize(const Dimension& size) in SetBlockSize() function
|
H A D | rosen_render_slider.cpp | 54 block->SetBlockSize(blockSize * temp); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_modifier_test_ng.cpp | 165 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 D | slider_Extend_test_ng.cpp | 194 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 D | slider_content_modifier_test_ng.cpp | 102 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
|
H A D | slider_builder_test_ng.cpp | 106 sliderContentModifier.SetBlockSize(blockSize); in SetSliderContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_paint_method.cpp | 65 sliderContentModifier_->SetBlockSize(blockSize); in UpdateContentModifier() 115 sliderTipModifier_->SetBlockSize(blockSize); in UpdateOverlayModifier()
|
H A D | slider_model_ng.h | 57 void SetBlockSize(const Dimension& width, const Dimension& height) override; 88 static void SetBlockSize(FrameNode* frameNode, const Dimension& width, const Dimension& height);
|
H A D | slider_model.h | 98 virtual void SetBlockSize(const Dimension& width, const Dimension& height) = 0;
|
H A D | slider_tip_modifier.h | 118 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function
|
H A D | slider_content_modifier.h | 200 void SetBlockSize(const SizeF& blockSize) in SetBlockSize() function
|
H A D | slider_model_ng.cpp | 181 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 D | js_slider.h | 56 static void SetBlockSize(const JSCallbackInfo& info);
|
H A D | js_slider.cpp | 78 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 D | arkts_native_slider_bridge.h | 28 static ArkUINativeModuleValue SetBlockSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_slider_bridge.cpp | 119 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 D | slider_model_impl.h | 43 void SetBlockSize(const Dimension& width, const Dimension& height) override;
|
H A D | slider_model_impl.cpp | 129 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 D | node_slider_modifier.cpp | 104 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()
|