/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 120 void SetFill(ArkUINodeHandle node, uint32_t fill) in SetFill() function 124 ShapeModelNG::SetFill(frameNode, Color(fill)); in SetFill() 131 ShapeModelNG::SetFill(frameNode, Color::BLACK); in ResetFill() 233 ShapeModelNG::SetFill(frameNode, Color(color)); in SetShapeForegroundColor() 236 ShapeModelNG::SetFill(frameNode, Color::FOREGROUND); in SetShapeForegroundColor() 253 …ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStr… in GetCommonShapeModifier() 264 …ResetStrokeWidth, SetAntiAlias, ResetAntiAlias, SetStroke, ResetStroke, SetFill, ResetFill, SetStr… in GetCJUICommonShapeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.cpp | 194 void JSShape::SetFill(const JSCallbackInfo& info) in SetFill() function in OHOS::Ace::Framework::JSShape 200 ShapeModel::GetInstance()->SetFill(Color::TRANSPARENT); in SetFill() 204 ShapeModel::GetInstance()->SetFill(fillColor); in SetFill() 206 ShapeModel::GetInstance()->SetFill(Color::BLACK); in SetFill() 346 ShapeModel::GetInstance()->SetFill(Color::FOREGROUND); in SetForegroundColor() 353 ShapeModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor() 368 JSClass<JSShape>::StaticMethod("fill", &JSShape::SetFill); in JSBind()
|
H A D | js_shape_abstract.cpp | 105 void JSShapeAbstract::SetFill(const JSCallbackInfo& info) in SetFill() function in OHOS::Ace::Framework::JSShapeAbstract 111 ShapeAbstractModel::GetInstance()->SetFill(Color::TRANSPARENT); in SetFill() 117 ShapeAbstractModel::GetInstance()->SetFill(fillColor); in SetFill() 401 JSClass<JSShapeAbstract>::StaticMethod("fill", &JSShapeAbstract::SetFill, opt); in JSBind() 462 ShapeAbstractModel::GetInstance()->SetFill(Color::FOREGROUND); in SetForegroundColor() 467 ShapeAbstractModel::GetInstance()->SetFill(Color::BLACK); in SetForegroundColor() 471 ShapeAbstractModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor()
|
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);
|
/ohos5.0/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.cpp | 59 void ShapeModelNG::SetFill(const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeModelNG 61 ShapeAbstractModelNG().SetFill(color); in SetFill() 119 void ShapeModelNG::SetFill(FrameNode* frameNode, const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeModelNG
|
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 | 37 void ShapeAbstractModelNG::SetFill(const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeAbstractModelNG 44 void ShapeAbstractModelNG::SetFill(FrameNode* frameNode, const Color& color) in SetFill() function in OHOS::Ace::NG::ShapeAbstractModelNG
|
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);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_abstract_model_impl.cpp | 34 void ShapeAbstractModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeAbstractModelImpl 43 component->SetFill(color, option); in SetFill()
|
H A D | shape_abstract_model_impl.h | 26 void SetFill(const Color& color) override;
|
H A D | shape_model_impl.h | 31 void SetFill(const Color& color) override;
|
H A D | shape_model_impl.cpp | 115 void ShapeModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeModelImpl 124 component->SetFill(color, option); in SetFill()
|
/ohos5.0/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 | 65 void NativeShapeAbstract::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::NativeShapeAbstract
|
/ohos5.0/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 | 4725 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::SetFill)); in RegisterCommonShapeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 90 ShapeModel::GetInstance()->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetFill() 261 context->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetInsFill()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_component.h | 167 void SetFill(const Color& color, const AnimationOption& option = AnimationOption())
|
H A D | shape_container_component.h | 179 void SetFill(const Color& color, const AnimationOption& option = AnimationOption())
|
/ohos5.0/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);
|