/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 116 void SetFill(ArkUINodeHandle node, uint32_t fill) in SetFill() function 120 ShapeModelNG::SetFill(frameNode, Color(fill)); in SetFill() 127 ShapeModelNG::SetFill(frameNode, Color::BLACK); in ResetFill() 229 ShapeModelNG::SetFill(frameNode, Color(color)); in SetShapeForegroundColor() 232 ShapeModelNG::SetFill(frameNode, Color::FOREGROUND); in SetShapeForegroundColor() 249 ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStrokeDashOffset, in GetCommonShapeModifier() 260 ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStrokeDashOffset, in GetCJUICommonShapeModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_abstract_model_ng.h | 30 void SetFill(const Color& color) override; 47 static void SetFill(FrameNode* frameNode, const Color& color);
|
H A D | shape_model_ng.h | 34 void SetFill(const Color& color) override; 53 static void SetFill(FrameNode* frameNode, const Color& color);
|
H A D | shape_abstract_model_ng.cpp | 33 void ShapeAbstractModelNG::SetFill(const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeAbstractModelNG 40 void ShapeAbstractModelNG::SetFill(FrameNode* frameNode, const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
H A D | shape_model_ng.cpp | 57 void ShapeModelNG::SetFill(const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeModelNG 59 ShapeAbstractModelNG().SetFill(color); in SetFill() 117 void ShapeModelNG::SetFill(FrameNode* frameNode, const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeModelNG
|
H A D | shape_abstract_model.h | 31 virtual void SetFill(const Color& color);
|
H A D | shape_model.h | 39 virtual void SetFill(const Color& color);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape_abstract.cpp | 98 void JSShapeAbstract::SetFill(const JSCallbackInfo& info) in SetFill() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract 104 ShapeAbstractModel::GetInstance()->SetFill(Color::TRANSPARENT); in SetFill() 110 ShapeAbstractModel::GetInstance()->SetFill(fillColor); in SetFill() 394 JSClass<JSShapeAbstract>::StaticMethod("fill", &JSShapeAbstract::SetFill, opt); in JSBind() 455 ShapeAbstractModel::GetInstance()->SetFill(Color::FOREGROUND); in SetForegroundColor() 460 ShapeAbstractModel::GetInstance()->SetFill(Color::BLACK); in SetForegroundColor() 464 ShapeAbstractModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor()
|
H A D | js_shape.cpp | 187 void JSShape::SetFill(const JSCallbackInfo& info) in SetFill() function in OHOS::OHOS::Ace::Framework::JSShape 193 ShapeModel::GetInstance()->SetFill(Color::TRANSPARENT); in SetFill() 197 ShapeModel::GetInstance()->SetFill(fillColor); in SetFill() 199 ShapeModel::GetInstance()->SetFill(Color::BLACK); in SetFill() 339 ShapeModel::GetInstance()->SetFill(Color::FOREGROUND); in SetForegroundColor() 346 ShapeModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor() 361 JSClass<JSShape>::StaticMethod("fill", &JSShape::SetFill); in JSBind()
|
H A D | js_shape.h | 38 static void SetFill(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.h | 30 static void SetFill(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.h | 26 void SetFill(const Color& color) override;
|
H A D | shape_abstract_model_impl.cpp | 33 void ShapeAbstractModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 42 component->SetFill(color, option); in SetFill()
|
H A D | shape_model_impl.h | 31 void SetFill(const Color& color) override;
|
H A D | shape_model_impl.cpp | 113 void ShapeModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeModelImpl 122 component->SetFill(color, option); in SetFill()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | shape_abstract.h | 42 void SetFill(const Color& color);
|
H A D | shape_abstract.cpp | 63 void NativeShapeAbstract::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::NativeShapeAbstract
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_shape_bridge.h | 29 static ArkUINativeModuleValue SetFill(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.cpp | 102 ArkUINativeModuleValue CommonShapeBridge::SetFill(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFill() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4742 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetFill)); in RegisterCommonShapeAttributes()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 89 ShapeModel::GetInstance()->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetFill() 260 context->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetInsFill()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 167 void SetFill(const Color& color, const AnimationOption& option = AnimationOption()) in SetFill() function in OHOS::Ace::ShapeComponent
|
H A D | shape_container_component.h | 179 void SetFill(const Color& color, const AnimationOption& option = AnimationOption()) in SetFill() function in OHOS::Ace::ShapeContainerComponent
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_shape_pattern_test_ng.cpp | 60 shapeAbstactModel.SetFill(Color::RED); in CheckFill()
|
H A D | shape_pattern_test_ng.cpp | 180 shapeModel1.SetFill(Color::RED); in HWTEST_F()
|