Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.h46 std::string GetBorderWidth() const override;
H A Dimage_composed_element.cpp200 std::string ImageComposedElement::GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::V2::ImageComposedElement
H A Dinspector_node.h132 virtual std::string GetBorderWidth() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_paint_property.cpp86 capsuleStyle->Put("borderWidth", (GetBorderWidth().value_or(progressTheme->GetBorderWidth())).ToString().c_str()); in ToJsonValueForCapsule()
H A Dprogress_paint_method.cpp37 capsuleBorderWidth_ = progressTheme->GetBorderWidth(); in GetThemeData()
H A Dprogress_paint_method.h69 capsuleBorderWidth_ = paintProperty->GetBorderWidth().value_or(capsuleBorderWidth_);
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp58 borderWidth_ = theme->GetBorderWidth(); in ApplyTheme()
H A Drender_radio.cpp64 borderWidth_ = theme->GetBorderWidth(); in Update()
H A Drender_checkbox.cpp90 borderWidth_ = theme->GetBorderWidth(); in Update()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h55 float GetBorderWidth(const BorderEdgeHelper& helper) const;
H A Danimatable_properties.cpp280 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 Drs_modifier_extractor.h65 Vector4f GetBorderWidth() const;
H A Drs_showing_properties_freezer.h60 std::optional<Vector4f> GetBorderWidth() const;
H A Drs_showing_properties_freezer.cpp186 std::optional<Vector4f> RSShowingPropertiesFreezer::GetBorderWidth() const in GetBorderWidth() function in OHOS::Rosen::RSShowingPropertiesFreezer
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h110 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 Drsmodifierextractor_fuzzer.cpp96 modifierExtractor.GetBorderWidth(); in DoGet001()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_update_ng.cpp970 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 Dcheckboxgroup_modifier.h207 float GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::NG::CheckBoxGroupModifier
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h75 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::SelectPopupComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp60 auto width = renderCtx->GetBorderWidth(); in UpdateBorderRadius()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp165 SecurityComponentModelNG::SetBackgroundBorderWidth(theme->GetBorderWidth()); in SetBackgroundBorderWidth()
H A Djs_progress.cpp338 borderWidth = theme->GetBorderWidth(); in JsSetCapsuleStyle()
341 borderWidth = theme->GetBorderWidth(); in JsSetCapsuleStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_theme.h216 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::NG::AppBarTheme
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h254 const Dimension& GetBorderWidth() const in GetBorderWidth() function in OHOS::Ace::ProgressTheme
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h173 double GetBorderWidth(const BorderEdgeHelper& helper) const;

Completed in 15 milliseconds

123