/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 182 void SetWidth(const Dimension& width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_renderer_type.h | 59 double width; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 36 auto width = PipelineContext::GetCurrentRootWidth(); in GetMaxSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_component.cpp | 89 void GridComponent::SetWidth(double width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_event.h | 27 LoadImageSuccessEvent(double width, double height, double componentWidth, double componentHeight, in LoadImageSuccessEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 116 void SideBarContainerComponent::SetButtonWidth(double width)
in SetButtonWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.cpp | 123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_model_ng.cpp | 70 void CheckBoxGroupModelNG::SetCheckMarkWidth(const Dimension& width) in SetCheckMarkWidth() argument 84 void CheckBoxGroupModelNG::SetWidth(const Dimension& width) in SetWidth() argument 154 void CheckBoxGroupModelNG::SetCheckMarkWidth(FrameNode* frameNode, const Dimension& width) in SetCheckMarkWidth() argument 164 void CheckBoxGroupModelNG::SetWidth(FrameNode* frameNode, const Dimension& width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | render_clip.h | 60 virtual void SetWidth(double width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_declaration.h | 46 Dimension width = -1.0_px; member 85 void SetWidth(const Dimension& width) in SetWidth() argument
|
H A D | svg_pattern_declaration.h | 26 Dimension width; // pattern area width default value member 79 void SetWidth(const Dimension& width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_component.h | 65 void SetCardSize(const Dimension& width, const Dimension& height) in SetCardSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 23 BuildIconButton(const RefPtr<NavigationBarTheme>& theme, const Dimension& width, const Dimension& height, const IconImage& icon, const EventMarker& clickMarker) BuildIconButton() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component.h | 54 void SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument 65 void SetWidth(const Dimension& width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | render_stack.cpp | 119 double width = GetLayoutParam().GetMinSize().Width(); in DetermineStackSize() local 209 double width = std::clamp(item->GetWidth(), innerLayout.GetMinSize().Width(), innerLayout.GetMaxSize().Width()); in MakePositionedInnerLayoutParam() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_model_ng.cpp | 96 void MenuModelNG::SetWidth(const Dimension& width) in SetWidth() argument 204 void MenuModelNG::SetWidth(FrameNode* frameNode, const Dimension& width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_element.cpp | 220 void TextFieldElement::OnSurfaceChanged(int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight) in OnSurfaceChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 26 double width = x2_ - x1_; in Calculate() local 110 double width = NormalizeToPx(width_); in CalculateTrianglePoints() local
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | texture_component.h | 69 void SetSrcWidth(uint32_t width) in SetSrcWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.h | 45 void SetFixedWidth(double width) in SetFixedWidth() argument 51 void SetMaxWidth(double width) in SetMaxWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.cpp | 83 void ListComponent::SetWidth(double width) in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | render_rich_text.cpp | 166 void RenderRichText::UpdateLayoutParams(const int32_t width, const int32_t height, const int32_t contentHeight) in UpdateLayoutParams() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model.h | 45 virtual void SetWidth(const Dimension& width) {} in SetWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 38 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 46 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 56 auto width = defaultWidth_ - 2 * horizontalPadding_; in MeasureContent() local
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | [all...] |