Home
last modified time | relevance | path

Searched defs:decoration (Results 1 - 25 of 60) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp65 auto decoration = AceType::MakeRefPtr<Decoration>(); in BuildInnerChild() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dspan_model_adapter.cpp57 auto decoration = TextDecoration::INHERIT; in CreateSpanItem() local
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp172 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in GetEventComponents() local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.cpp58 auto decoration = AceType::MakeRefPtr<Decoration>(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp97 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.cpp52 auto decoration = boxRender->GetBackDecoration(); in GetBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h162 void SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp51 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
H A Dsearch_declaration.h37 RefPtr<Decoration> decoration; member
152 void SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp173 auto decoration = box->GetBackDecoration(); in CreateBox() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.cpp70 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
H A Ddom_search.cpp53 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
H A Ddom_list_item.cpp105 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
H A Ddom_textarea.cpp354 RefPtr<Decoration> decoration = textAreaChild_->GetDecoration(); in UpdateDecoration() local
H A Ddom_div.cpp456 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp75 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitDefaultValue() local
331 RefPtr<Decoration> decoration = component->GetDecoration(); in UpdateDecorationStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp125 void SearchComponent::SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp87 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in CreateSvgClipBox() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp38 auto decoration = box->GetFrontDecoration(); in SetBorder() local
53 auto decoration = box->GetBackDecoration(); in SetBackBorder() local
[all...]
H A Dsliding_panel_model_impl.cpp173 auto decoration = SlidingPanelModelImpl::GetPanelDecoration(); in SetBorderColor() local
188 auto decoration = SlidingPanelModelImpl::GetPanelDecoration(); in SetBorderWidth() local
203 auto decoration = SlidingPanelModelImpl::GetPanelDecoration(); in SetBorderStyle() local
222 auto decoration = SlidingPanelModelImpl::GetPanelDecoration(); SetBorder() local
254 auto decoration = box->GetBackDecoration(); GetPanelDecoration() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp188 auto decoration = box->GetBackDecoration(); in SwapBackgroundDecoration() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_node.h79 void SetDecoration(double decoration) in SetDecoration() argument
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h124 void SetBackDecoration(const RefPtr<Decoration>& decoration) // add for list, do not use to update background image in SetBackDecoration() argument
130 void SetFrontDecoration(const RefPtr<Decoration>& decoration) // add for list in SetFrontDecoration() argument
H A Dbox_component_helper.h39 static void SetBorderColor(const RefPtr<Decoration> decoration, const Color& colorLeft, const Color& colorRight, in SetBorderColor() argument
53 static Color GetBorderColor(const RefPtr<Decoration> decoration) in GetBorderColor() argument
28 SetBorderColor( const RefPtr<Decoration> decoration, const Color& color, const AnimationOption& option = AnimationOption()) SetBorderColor() argument
61 GetBorderColorLeft(const RefPtr<Decoration> decoration) GetBorderColorLeft() argument
69 GetBorderColorRight(const RefPtr<Decoration> decoration) GetBorderColorRight() argument
77 GetBorderColorTop(const RefPtr<Decoration> decoration) GetBorderColorTop() argument
85 GetBorderColorBottom(const RefPtr<Decoration> decoration) GetBorderColorBottom() argument
93 SetBorderRadius( const RefPtr<Decoration> decoration, const Dimension& radius, const AnimationOption& option = AnimationOption()) SetBorderRadius() argument
104 SetBorderRadius(const RefPtr<Decoration> decoration, const Dimension& radiusTopLeft, const Dimension& radiusTopRight, const Dimension& radiusBottomLeft, const Dimension& radiusBottomRight, const AnimationOption& option = AnimationOption()) SetBorderRadius() argument
119 GetBorderRadius(const RefPtr<Decoration> decoration) GetBorderRadius() argument
131 GetBorderRadiusTopLeft(const RefPtr<Decoration> decoration) GetBorderRadiusTopLeft() argument
143 GetBorderRadiusTopRight(const RefPtr<Decoration> decoration) GetBorderRadiusTopRight() argument
155 GetBorderRadiusBottomLeft(const RefPtr<Decoration> decoration) GetBorderRadiusBottomLeft() argument
167 GetBorderRadiusBottomRight(const RefPtr<Decoration> decoration) GetBorderRadiusBottomRight() argument
179 SetBorderStyle(const RefPtr<Decoration> decoration, const BorderStyle& style) SetBorderStyle() argument
189 SetBorderStyle(const RefPtr<Decoration> decoration, const BorderStyle& styleLeft, const BorderStyle& styleRight, const BorderStyle& styleTop, const BorderStyle& styleBottom) SetBorderStyle() argument
203 GetBorderStyle(const RefPtr<Decoration> decoration) GetBorderStyle() argument
212 GetBorderStyleLeft(const RefPtr<Decoration> decoration) GetBorderStyleLeft() argument
221 GetBorderStyleRight(const RefPtr<Decoration> decoration) GetBorderStyleRight() argument
230 GetBorderStyleTop(const RefPtr<Decoration> decoration) GetBorderStyleTop() argument
239 GetBorderStyleBottom(const RefPtr<Decoration> decoration) GetBorderStyleBottom() argument
248 SetBorderWidth( const RefPtr<Decoration> decoration, const Dimension& width, const AnimationOption& option = AnimationOption()) SetBorderWidth() argument
259 SetBorderWidth(const RefPtr<Decoration> decoration, const Dimension& left, const Dimension& right, const Dimension& top, const Dimension& bottom, const AnimationOption& option = AnimationOption()) SetBorderWidth() argument
273 GetBorderWidth(const RefPtr<Decoration> decoration) GetBorderWidth() argument
281 GetBorderLeftWidth(const RefPtr<Decoration> decoration) GetBorderLeftWidth() argument
289 GetBorderRightWidth(const RefPtr<Decoration> decoration) GetBorderRightWidth() argument
297 GetBorderTopWidth(const RefPtr<Decoration> decoration) GetBorderTopWidth() argument
305 GetBorderBottomWidth(const RefPtr<Decoration> decoration) GetBorderBottomWidth() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtext_style.h126 TextDecoration decoration = TextDecoration::NONE; member

Completed in 14 milliseconds

123