/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.h | 46 std::string GetBorderWidth() const override;
|
H A D | image_composed_element.cpp | 200 std::string ImageComposedElement::GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::V2::ImageComposedElement
|
H A D | inspector_node.h | 132 virtual std::string GetBorderWidth() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_paint_property.cpp | 86 capsuleStyle->Put("borderWidth", (GetBorderWidth().value_or(progressTheme->GetBorderWidth())).ToString().c_str()); in ToJsonValueForCapsule()
|
H A D | progress_paint_method.cpp | 37 capsuleBorderWidth_ = progressTheme->GetBorderWidth(); in GetThemeData()
|
H A D | progress_paint_method.h | 69 capsuleBorderWidth_ = paintProperty->GetBorderWidth().value_or(capsuleBorderWidth_);
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 58 borderWidth_ = theme->GetBorderWidth(); in ApplyTheme()
|
H A D | render_radio.cpp | 64 borderWidth_ = theme->GetBorderWidth(); in Update()
|
H A D | render_checkbox.cpp | 90 borderWidth_ = theme->GetBorderWidth(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_properties.h | 55 float GetBorderWidth(const BorderEdgeHelper& helper) const;
|
H A D | animatable_properties.cpp | 280 animatableProperties->GetBorderWidth(setter)); in UpdatePropAnimation() 617 float AnimatableProperties::GetBorderWidth(const BorderEdgeHelper& helper) const in GetBorderWidth() function in OHOS::Ace::AnimatableProperties 623 return renderNode->GetBorderWidth(helper); in GetBorderWidth()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 65 Vector4f GetBorderWidth() const;
|
H A D | rs_showing_properties_freezer.h | 60 std::optional<Vector4f> GetBorderWidth() const;
|
H A D | rs_showing_properties_freezer.cpp | 186 std::optional<Vector4f> RSShowingPropertiesFreezer::GetBorderWidth() const in GetBorderWidth() function in OHOS::Rosen::RSShowingPropertiesFreezer
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_theme.h | 110 const NG::BorderWidthProperty& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::CounterTheme
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 96 modifierExtractor.GetBorderWidth();
in DoGet001()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_update_ng.cpp | 970 EXPECT_EQ(renderContext->GetBorderWidth().has_value(), false); in HWTEST_F() 982 EXPECT_EQ(renderContext->GetBorderWidth().value(), BORDER_WIDTH_TEST); in HWTEST_F() 989 EXPECT_EQ(renderContext->GetBorderWidth().value(), NEW_BORDER_WIDTH_TEST); in HWTEST_F() 1186 EXPECT_EQ(renderContext->GetBorderWidth().has_value(), false); in HWTEST_F() 1198 EXPECT_EQ(renderContext->GetBorderWidth().value(), BORDER_WIDTH_TEST); in HWTEST_F() 1205 EXPECT_EQ(renderContext->GetBorderWidth().value(), NEW_BORDER_WIDTH_TEST); in HWTEST_F() 1401 EXPECT_EQ(renderContext->GetBorderWidth().has_value(), false); in HWTEST_F() 1413 EXPECT_EQ(renderContext->GetBorderWidth().value(), BORDER_WIDTH_TEST); in HWTEST_F() 1420 EXPECT_EQ(renderContext->GetBorderWidth().value(), NEW_BORDER_WIDTH_TEST); in HWTEST_F() 1616 EXPECT_EQ(renderContext->GetBorderWidth() in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 207 float GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::NG::CheckBoxGroupModifier
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.h | 75 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::SelectPopupComponent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_paint_method.cpp | 60 auto width = renderCtx->GetBorderWidth(); in UpdateBorderRadius()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sec_button_base.cpp | 165 SecurityComponentModelNG::SetBackgroundBorderWidth(theme->GetBorderWidth()); in SetBackgroundBorderWidth()
|
H A D | js_progress.cpp | 338 borderWidth = theme->GetBorderWidth(); in JsSetCapsuleStyle() 341 borderWidth = theme->GetBorderWidth(); in JsSetCapsuleStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | app_bar_theme.h | 216 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::NG::AppBarTheme
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_theme.h | 254 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::ProgressTheme
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.h | 173 double GetBorderWidth(const BorderEdgeHelper& helper) const;
|