/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | dialog_modal_component.cpp | 65 auto decoration = AceType::MakeRefPtr<Decoration>(); in BuildInnerChild() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | span_model_adapter.cpp | 57 auto decoration = TextDecoration::INHERIT; in CreateSpanItem() local
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.cpp | 172 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in GetEventComponents() local
|
/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | sliding_panel_component.cpp | 58 auto decoration = AceType::MakeRefPtr<Decoration>(); in Create() local
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 97 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
|
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | semi_modal_element.cpp | 52 auto decoration = boxRender->GetBackDecoration(); in GetBackgroundColor() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.h | 162 void SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/ |
H A D | search_declaration.cpp | 51 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
|
H A D | search_declaration.h | 37 RefPtr<Decoration> decoration; member 152 void SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 173 auto decoration = box->GetBackDecoration(); in CreateBox() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list_item_group.cpp | 70 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
|
H A D | dom_search.cpp | 53 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in InitializeStyle() local
|
H A D | dom_list_item.cpp | 105 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
|
H A D | dom_textarea.cpp | 354 RefPtr<Decoration> decoration = textAreaChild_->GetDecoration(); in UpdateDecoration() local
|
H A D | dom_div.cpp | 456 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in SetCardThemeAttrs() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.cpp | 75 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 D | search_component.cpp | 125 void SearchComponent::SetDecoration(const RefPtr<Decoration>& decoration) in SetDecoration() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_dom.cpp | 87 RefPtr<Decoration> decoration = AceType::MakeRefPtr<Decoration>(); in CreateSvgClipBox() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.cpp | 38 auto decoration = box->GetFrontDecoration(); in SetBorder() local 53 auto decoration = box->GetBackDecoration(); in SetBackBorder() local [all...] |
H A D | sliding_panel_model_impl.cpp | 173 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 D | js_ace_page.cpp | 188 auto decoration = box->GetBackDecoration(); in SwapBackgroundDecoration() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_node.h | 79 void SetDecoration(double decoration) in SetDecoration() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.h | 124 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 D | box_component_helper.h | 39 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 D | text_style.h | 126 TextDecoration decoration = TextDecoration::NONE; member
|