/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | space_to_batch_nd_builder.h | 40 OH_NN_ReturnCode SetBlockShape(const std::shared_ptr<NNTensor>& tensor); 47 {OH_NN_SPACE_TO_BATCH_ND_BLOCK_SHAPE, &SpaceToBatchNDBuilder::SetBlockShape},
|
H A D | space_to_batch_nd_builder.cpp | 38 OH_NN_ReturnCode SpaceToBatchNDBuilder::SetBlockShape(const std::shared_ptr<NNTensor>& tensor) in SetBlockShape() function in OHOS::NeuralNetworkRuntime::Ops::SpaceToBatchNDBuilder
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_modifier_test_ng.cpp | 245 sliderContentModifier.SetBlockShape(basicShape); 298 sliderContentModifier.SetBlockShape(basicShape); 353 sliderContentModifier.SetBlockShape(basicShape); 407 sliderContentModifier.SetBlockShape(basicShape); 464 sliderContentModifier.SetBlockShape(basicShape); 518 sliderContentModifier.SetBlockShape(basicShape); 571 sliderContentModifier.SetBlockShape(basicShape); 624 sliderContentModifier.SetBlockShape(basicShape); 666 sliderContentModifier.SetBlockShape(basicShape); 691 sliderContentModifier.SetBlockShape(basicShape); [all …]
|
H A D | slider_Extend_test_ng.cpp | 198 sliderModelNG.SetBlockShape(basicShape);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_model_ng.h | 60 void SetBlockShape(const RefPtr<BasicShape>& value) override; 87 static void SetBlockShape(FrameNode* frameNode, const RefPtr<BasicShape>& value);
|
H A D | slider_model.h | 102 virtual void SetBlockShape(const RefPtr<BasicShape>& value) = 0;
|
H A D | slider_paint_method.cpp | 69 …sliderContentModifier_->SetBlockShape(paintProperty->GetBlockShapeValue(MakeRefPtr<BasicShape>())); in UpdateContentModifier()
|
H A D | slider_content_modifier.h | 221 void SetBlockShape(const RefPtr<BasicShape>& shape);
|
H A D | slider_model_ng.cpp | 216 void SliderModelNG::SetBlockShape(const RefPtr<BasicShape>& value) in SetBlockShape() function in OHOS::Ace::NG::SliderModelNG 351 void SliderModelNG::SetBlockShape(FrameNode* frameNode, const RefPtr<BasicShape>& value) in SetBlockShape() function in OHOS::Ace::NG::SliderModelNG
|
H A D | slider_content_modifier.cpp | 797 void SliderContentModifier::SetBlockShape(const RefPtr<BasicShape>& shape) in SetBlockShape() function in OHOS::Ace::NG::SliderContentModifier
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | slider_model_impl.h | 46 void SetBlockShape(const RefPtr<BasicShape>& value) override;
|
H A D | slider_model_impl.cpp | 134 void SliderModelImpl::SetBlockShape(const RefPtr<BasicShape>& value) {} in SetBlockShape() function in OHOS::Ace::Framework::SliderModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_slider_modifier.cpp | 403 SliderModelNG::SetBlockShape(frameNode, path); in SetSliderBlockPath() 421 SliderModelNG::SetBlockShape(frameNode, shape); in SetSliderBlockShape() 430 SliderModelNG::SetBlockShape(frameNode, shape); in SetSliderBlockShape() 439 SliderModelNG::SetBlockShape(frameNode, shape); in SetSliderBlockShape()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.cpp | 571 SliderModel::GetInstance()->SetBlockShape(shapeAbstract->GetBasicShape()); in SetBlockStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_slider_bridge.cpp | 445 SliderModelNG::SetBlockShape(frameNode, shapeAbstract->GetBasicShape()); in SetBlockStyle()
|