Home
last modified time | relevance | path

Searched defs:width (Results 401 - 425 of 1633) sorted by relevance

1...<<11121314151617181920>>...66

/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.h182 void SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h59 double width; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp36 auto width = PipelineContext::GetCurrentRootWidth(); in GetMaxSize() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.cpp89 void GridComponent::SetWidth(double width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_event.h27 LoadImageSuccessEvent(double width, double height, double componentWidth, double componentHeight, in LoadImageSuccessEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp116 void SideBarContainerComponent::SetButtonWidth(double width) in SetButtonWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_texture.cpp123 void ExtTexture::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_model_ng.cpp70 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 Drender_clip.h60 virtual void SetWidth(double width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.h46 Dimension width = -1.0_px; member
85 void SetWidth(const Dimension& width) in SetWidth() argument
H A Dsvg_pattern_declaration.h26 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 Dform_component.h65 void SetCardSize(const Dimension& width, const Dimension& height) in SetCardSize() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp23 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 Dplugin_component.h54 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 Drender_stack.cpp119 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 Dmenu_model_ng.cpp96 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 Dtext_field_element.cpp220 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 Drender_triangle.cpp26 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 Dtexture_component.h69 void SetSrcWidth(uint32_t width) in SetSrcWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.h45 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 Dlist_component.cpp83 void ListComponent::SetWidth(double width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp166 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 Dbutton_model.h45 virtual void SetWidth(const Dimension& width) {} in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp38 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 Deditabletitlebar.js[all...]

Completed in 10 milliseconds

1...<<11121314151617181920>>...66