Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp120 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 Djs_shape.cpp194 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 Djs_shape_abstract.cpp105 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 Djs_shape.h38 static void SetFill(const JSCallbackInfo& info);
H A Djs_shape_abstract.h30 static void SetFill(const JSCallbackInfo& info);
/ohos5.0/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.cpp59 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 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.cpp37 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 Dshape_abstract_model.h31 virtual void SetFill(const Color& color);
H A Dshape_model.h39 virtual void SetFill(const Color& color);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_abstract_model_impl.cpp34 void ShapeAbstractModelImpl::SetFill(const Color& color) in SetFill() function in OHOS::Ace::Framework::ShapeAbstractModelImpl
43 component->SetFill(color, option); in SetFill()
H A Dshape_abstract_model_impl.h26 void SetFill(const Color& color) override;
H A Dshape_model_impl.h31 void SetFill(const Color& color) override;
H A Dshape_model_impl.cpp115 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 Dshape_abstract.h42 void SetFill(const Color& color);
H A Dshape_abstract.cpp65 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 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.cpp4725 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 Dcj_shape_ffi.cpp90 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 Dshape_component.h167 void SetFill(const Color& color, const AnimationOption& option = AnimationOption())
H A Dshape_container_component.h179 void SetFill(const Color& color, const AnimationOption& option = AnimationOption())
/ohos5.0/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);