Home
last modified time | relevance | path

Searched refs:SetBlockShape (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dspace_to_batch_nd_builder.h40 OH_NN_ReturnCode SetBlockShape(const std::shared_ptr<NNTensor>& tensor);
47 {OH_NN_SPACE_TO_BATCH_ND_BLOCK_SHAPE, &SpaceToBatchNDBuilder::SetBlockShape},
H A Dspace_to_batch_nd_builder.cpp38 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 Dslider_modifier_test_ng.cpp245 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 Dslider_Extend_test_ng.cpp198 sliderModelNG.SetBlockShape(basicShape);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model_ng.h60 void SetBlockShape(const RefPtr<BasicShape>& value) override;
87 static void SetBlockShape(FrameNode* frameNode, const RefPtr<BasicShape>& value);
H A Dslider_model.h102 virtual void SetBlockShape(const RefPtr<BasicShape>& value) = 0;
H A Dslider_paint_method.cpp69 …sliderContentModifier_->SetBlockShape(paintProperty->GetBlockShapeValue(MakeRefPtr<BasicShape>())); in UpdateContentModifier()
H A Dslider_content_modifier.h221 void SetBlockShape(const RefPtr<BasicShape>& shape);
H A Dslider_model_ng.cpp216 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 Dslider_content_modifier.cpp797 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 Dslider_model_impl.h46 void SetBlockShape(const RefPtr<BasicShape>& value) override;
H A Dslider_model_impl.cpp134 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 Dnode_slider_modifier.cpp403 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 Djs_slider.cpp571 SliderModel::GetInstance()->SetBlockShape(shapeAbstract->GetBasicShape()); in SetBlockStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp445 SliderModelNG::SetBlockShape(frameNode, shapeAbstract->GetBasicShape()); in SetBlockStyle()