/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_paint_property.cpp | 63 … (GetBorderColor().value_or(progressTheme->GetBorderColor())).ColorToString().c_str(), filter); in ToJsonValue() 93 …"borderColor", (GetBorderColor().value_or(progressTheme->GetBorderColor())).ColorToString().c_str(… in ToJsonValueForCapsule()
|
H A D | progress_pattern.cpp | 71 auto borderColor = paintProperty->GetBorderColor().value_or(progressTheme->GetBorderColor()); in InitAnimatableProperty() 211 borderColor_ = paintProperty->GetBorderColor().value_or(theme->GetBorderColor()); in OnPress()
|
H A D | progress_paint_method.cpp | 47 borderColor_ = progressTheme->GetBorderColor(); in GetThemeData()
|
H A D | progress_paint_method.h | 64 borderColor_ = paintProperty->GetBorderColor().value_or(borderColor_); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.h | 47 std::string GetBorderColor() const override;
|
H A D | image_composed_element.cpp | 214 std::string ImageComposedElement::GetBorderColor() const in GetBorderColor() function in OHOS::Ace::V2::ImageComposedElement
|
H A D | inspector_node.h | 133 virtual std::string GetBorderColor() const = 0;
|
H A D | inspector_composed_element.h | 146 std::string GetBorderColor() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_properties.h | 57 Color GetBorderColor(const BorderEdgeHelper& helper) const;
|
H A D | animatable_properties.cpp | 308 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()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_update_ng.cpp | 1009 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); 1021 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); 1028 EXPECT_EQ(renderContext->GetBorderColor().value(), NEW_BORDER_COLOR_TEST); 1225 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); 1237 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); 1440 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); 1452 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); 1655 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); 1667 EXPECT_EQ(renderContext->GetBorderColor().value(), BORDER_COLOR_TEST); 1870 EXPECT_EQ(renderContext->GetBorderColor().has_value(), false); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 339 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 468 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 526 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 569 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 787 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 917 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 975 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 1018 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 1215 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); 1344 auto borderColor = buttonRender->GetBorderColor().value_or(BorderColorProperty()); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 64 Vector4<Color> GetBorderColor() const;
|
H A D | rs_showing_properties_freezer.h | 59 std::optional<Vector4<Color>> GetBorderColor() const;
|
H A D | rs_showing_properties_freezer.cpp | 181 std::optional<Vector4<Color>> RSShowingPropertiesFreezer::GetBorderColor() const in GetBorderColor() function in OHOS::Rosen::RSShowingPropertiesFreezer
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_theme.h | 120 const NG::BorderColorProperty& GetBorderColor() const in GetBorderColor() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 93 modifierExtractor.GetBorderColor(); in DoGet001()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/ |
H A D | counter_model_ng.cpp | 82 buttonNode->GetRenderContext()->UpdateBorderColor(counterTheme->GetBorderColor()); in CreateButtonChild() 110 contentNode->GetRenderContext()->UpdateBorderColor(counterTheme->GetBorderColor()); in CreateContentNodeChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sec_button_base.cpp | 178 borderColor = theme->GetBorderColor(); in SetBackgroundBorderColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_theme.h | 138 const Color& GetBorderColor() const in GetBorderColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component_helper.h | 53 static Color GetBorderColor(const RefPtr<Decoration> decoration) in GetBorderColor() function
|
H A D | render_box.h | 175 Color GetBorderColor(const BorderEdgeHelper& helper) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_theme.h | 121 const Color& GetBorderColor() const in GetBorderColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_theme.h | 249 const Color& GetBorderColor() const in GetBorderColor() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1146 ASSERT_EQ(node->GetStagingProperties().GetBorderColor(), value); 1150 …ASSERT_EQ(node->GetStagingProperties().GetBorderColor(), node1->GetStagingProperties().GetBorderCo… 1167 ASSERT_EQ(node->GetStagingProperties().GetBorderColor(), value); 1171 ASSERT_EQ(node->GetStagingProperties().GetBorderColor(), value);
|