Home
last modified time | relevance | path

Searched refs:SetFill (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp116 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 Dshape_abstract_model_ng.h30 void SetFill(const Color& color) override;
47 static void SetFill(FrameNode* frameNode, const Color& color);
H A Dshape_model_ng.h34 void SetFill(const Color& color) override;
53 static void SetFill(FrameNode* frameNode, const Color& color);
H A Dshape_abstract_model_ng.cpp33 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 Dshape_model_ng.cpp57 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 Dshape_abstract_model.h31 virtual void SetFill(const Color& color);
H A Dshape_model.h39 virtual void SetFill(const Color& color);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp98 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 Djs_shape.cpp187 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 Djs_shape.h38 static void SetFill(const JSCallbackInfo& info);
H A Djs_shape_abstract.h30 static void SetFill(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.h26 void SetFill(const Color& color) override;
H A Dshape_abstract_model_impl.cpp33 void ShapeAbstractModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
42 component->SetFill(color, option); in SetFill()
H A Dshape_model_impl.h31 void SetFill(const Color& color) override;
H A Dshape_model_impl.cpp113 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 Dshape_abstract.h42 void SetFill(const Color& color);
H A Dshape_abstract.cpp63 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 Darkts_native_common_shape_bridge.h29 static ArkUINativeModuleValue SetFill(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_shape_bridge.cpp102 ArkUINativeModuleValue CommonShapeBridge::SetFill(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetFill() function in OHOS::Ace::NG::CommonShapeBridge
H A Darkts_native_api_impl_bridge.cpp4742 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 Dcj_shape_ffi.cpp89 ShapeModel::GetInstance()->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetFill()
260 context->SetFill(Color(color)); in FfiOHOSAceFrameworkShapeSetInsFill()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h167 void SetFill(const Color& color, const AnimationOption& option = AnimationOption()) in SetFill() function in OHOS::Ace::ShapeComponent
H A Dshape_container_component.h179 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 Dbase_shape_pattern_test_ng.cpp60 shapeAbstactModel.SetFill(Color::RED); in CheckFill()
H A Dshape_pattern_test_ng.cpp180 shapeModel1.SetFill(Color::RED); in HWTEST_F()

Completed in 21 milliseconds