| /foundation/arkui/ace_engine/frameworks/core/components/clip/ |
| H A D | clip_component.h | 36 void SetWidth(const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/ |
| H A D | side_bar_declaration.h | 29 double width = 32.0;
member 83 void SetImageWidth(double width)
in SetImageWidth() argument 173 void SetSidebarWidth(double width)
in SetSidebarWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
| H A D | render_grid_layout_item.h | 136 void SetGridItemWidth(const Dimension& width) in SetGridItemWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/transition/ |
| H A D | transition_element.cpp | 103 float width = renderBox->GetWidth(); in ReplaceAnimation() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | offscreen_canvas_paint_method.cpp | 31 OffscreenCanvasPaintMethod::OffscreenCanvasPaintMethod(int32_t width, int32_t height) in OffscreenCanvasPaintMethod() argument 92 void OffscreenCanvasPaintMethod::UpdateSize(int32_t width, int32_t height) in UpdateSize() argument 118 GetImageData( double left, double top, double width, double height) GetImageData() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
| H A D | form_model_ng.cpp | 60 void FormModelNG::SetSize(const Dimension& width, const Dimension& height) {} in SetSize() argument 238 void FormModelNG::SetSize(FrameNode* frameNode, const Dimension& width, const Dimension& height) {} in SetSize() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| H A D | grid_item_pattern.cpp | 261 float width = gridItemSize.Width() + 2 * focusPaintPadding; in GetInnerFocusPaintRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
| H A D | linear_indicator_pattern.cpp | 201 float width = contentSize->Width(); in CalcProgressWidth() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_fe_declaration.h | 48 Dimension width = Dimension(1.0, DimensionUnit::PERCENT); member 99 void SetWidth(const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
| H A D | linear_layout_utils.cpp | 208 auto width = size.Width(); in Layout() local
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
| H A D | rtsp_sdp.cpp | 182 int32_t width = 0; in GetVideoSize() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
| H A D | positioned_component.h | 104 void SetWidth(double width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
| H A D | toggle_component.h | 87 void SetWidth(const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
| H A D | checkbox_model_ng.cpp | 97 void CheckBoxModelNG::SetCheckMarkWidth(const Dimension& width) in SetCheckMarkWidth() argument 111 void CheckBoxModelNG::SetWidth(const Dimension& width) in SetWidth() argument 170 void CheckBoxModelNG::SetCheckMarkWidth(FrameNode* frameNode, const Dimension& width) in SetCheckMarkWidth() argument 180 void CheckBoxModelNG::SetWidth(FrameNode* frameNode, const Dimension& width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
| H A D | menu_item_group_layout_algorithm.cpp | 200 float width = layoutConstraint.minSize.Width(); in GetChildrenMaxWidth() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
| H A D | model_adapter_wrapper.cpp | 307 auto width = textureInfo.width_; in HandleTouchEvent() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_view_ohos.h | 169 void NotifySurfaceChanged(int width, int height, WindowSizeChangeReason type, in NotifySurfaceChanged() argument 179 void ChangeSize(int width, int height) in ChangeSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | card_frontend.cpp | 319 void CardFrontend::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument 331 void CardFrontend::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_textfield_ffi.cpp | 52 void FfiOHOSAceFrameworkTextFieldSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkTextFieldSetSize() argument
|
| H A D | cj_text_ffi.cpp | 41 void FfiOHOSAceFrameworkTextSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkTextSetWidth() argument
|
| H A D | cj_tab_ffi.cpp | 96 void FfiOHOSAceFrameworkTabsSetBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkTabsSetBarWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_checkboxgroup_bridge.cpp | 113 CalcDimension width; in SetCheckboxGroupWidth() local 219 CalcDimension width; in SetCheckboxGroupSize() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | side_bar_container_model_impl.cpp | 51 void SideBarContainerModelImpl::ParseAndSetWidth(WidthType widthType, Dimension& width) in ParseAndSetWidth() argument 99 void SideBarContainerModelImpl::SetControlButtonWidth(const Dimension& width) in SetControlButtonWidth() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | rect.h | 32 Rect(double x, double y, double width, double height) in Rect() argument 43 void SetRect(double x, double y, double width, double height) in SetRect() argument 135 void SetWidth(double width) in SetWidth() argument
|
| H A D | size.h | 33 Size(double width, double height) : width_(width), height_(height) {} in Size() argument 60 void SetWidth(double width) in SetWidth() argument 114 Size& MinusWidth(double width) in MinusWidth() argument
|