Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp58 (GetBorderColor().value_or(progressTheme->GetBorderColor())).ColorToString().c_str(), filter); in ToJsonValue()
88 "borderColor", (GetBorderColor().value_or(progressTheme->GetBorderColor())).ColorToString().c_str()); in ToJsonValueForCapsule()
H A Dprogress_pattern.cpp71 auto borderColor = paintProperty->GetBorderColor().value_or(progressTheme->GetBorderColor()); in InitAnimatableProperty()
211 borderColor_ = paintProperty->GetBorderColor().value_or(theme->GetBorderColor()); in OnPress()
H A Dprogress_paint_method.cpp36 borderColor_ = progressTheme->GetBorderColor(); in GetThemeData()
H A Dprogress_paint_method.h64 borderColor_ = paintProperty->GetBorderColor().value_or(borderColor_);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.h47 std::string GetBorderColor() const override;
H A Dimage_composed_element.cpp210 std::string ImageComposedElement::GetBorderColor() const in GetBorderColor() function in OHOS::Ace::V2::ImageComposedElement
H A Dinspector_node.h133 virtual std::string GetBorderColor() const = 0;
H A Dinspector_composed_element.h146 std::string GetBorderColor() const override;
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h57 Color GetBorderColor(const BorderEdgeHelper& helper) const;
H A Danimatable_properties.cpp308 animatableProperties->GetBorderColor(setter)); in UpdatePropAnimation()
635 Color AnimatableProperties::GetBorderColor(const BorderEdgeHelper& helper) const in GetBorderColor() function in OHOS::Ace::AnimatableProperties
641 return renderNode->GetBorderColor(helper); in GetBorderColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h64 Vector4<Color> GetBorderColor() const;
H A Drs_showing_properties_freezer.h59 std::optional<Vector4<Color>> GetBorderColor() const;
H A Drs_showing_properties_freezer.cpp181 std::optional<Vector4<Color>> RSShowingPropertiesFreezer::GetBorderColor() const in GetBorderColor() function in OHOS::Rosen::RSShowingPropertiesFreezer
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h120 const NG::BorderColorProperty& GetBorderColor() const in GetBorderColor() function in OHOS::Ace::CounterTheme
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp339 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
468 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
526 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
569 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
787 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
917 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
975 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
1018 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
1215 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); in HWTEST_F()
1344 auto borderColor = buttonRender->GetBorderColor() in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp95 modifierExtractor.GetBorderColor(); in DoGet001()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_update_ng.cpp1024 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); in HWTEST_F()
1036 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); in HWTEST_F()
1043 EXPECT_EQ(renderContext->GetBorderColor().value(), NEW_BORDER_COLOR_TEST); in HWTEST_F()
1240 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); in HWTEST_F()
1252 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); in HWTEST_F()
1259 EXPECT_EQ(renderContext->GetBorderColor().value(), NEW_BORDER_COLOR_TEST); in HWTEST_F()
1455 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); in HWTEST_F()
1467 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); in HWTEST_F()
1474 EXPECT_EQ(renderContext->GetBorderColor().value(), NEW_BORDER_COLOR_TEST); in HWTEST_F()
1670 EXPECT_EQ(renderContext->GetBorderColor() in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp81 buttonNode->GetRenderContext()->UpdateBorderColor(counterTheme->GetBorderColor()); in CreateButtonChild()
109 contentNode->GetRenderContext()->UpdateBorderColor(counterTheme->GetBorderColor()); in CreateContentNodeChild()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp178 borderColor = theme->GetBorderColor(); in SetBackgroundBorderColor()
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp810 EXPECT_EQ(rosenRenderContext->GetRSNode()->GetStagingProperties().GetBorderColor().data_[0], in HWTEST_F()
812 EXPECT_EQ(rosenRenderContext->GetRSNode()->GetStagingProperties().GetBorderColor().data_[1], in HWTEST_F()
819 EXPECT_EQ(rosenRenderContext->GetRSNode()->GetStagingProperties().GetBorderColor().data_[0], in HWTEST_F()
821 EXPECT_EQ(rosenRenderContext->GetRSNode()->GetStagingProperties().GetBorderColor().data_[1], in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h121 const Color& GetBorderColor() const in GetBorderColor() function in OHOS::Ace::NG::AppBarTheme
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h249 const Color& GetBorderColor() const in GetBorderColor() function in OHOS::Ace::ProgressTheme
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h175 Color GetBorderColor(const BorderEdgeHelper& helper) const;
H A Dbox_component_helper.h53 static Color GetBorderColor(const RefPtr<Decoration> decoration) in GetBorderColor() function in OHOS::Ace::BoxComponentHelper
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_theme.h138 const Color& GetBorderColor() const in GetBorderColor() function in OHOS::Ace::NG::SecurityComponentTheme

Completed in 19 milliseconds

123