/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
|
H A D | cj_swiper_ffi.cpp | 87 void FfiOHOSAceFrameworkSwiperSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkSwiperSetWidth() argument 101 void FfiOHOSAceFrameworkSwiperSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkSwiperSetSize() 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
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkable.cpp | 122 double width = width_ - 2 * hotZoneHorizontalPadding; in CalculateSize() local
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/ |
H A D | drag_window_ohos.cpp | 96 void DrawDrawingImage(RSCanvas* canvas, const std::shared_ptr<RSImage>& drawingImage, int32_t width, int32_t height) in DrawDrawingImage() argument 111 void DrawPixelMapInner(RSCanvas* canvas, const RefPtr<PixelMap>& pixmap, int32_t width, int32_t height) in DrawPixelMapInner() argument 127 CreateDragWindow( const std::string& windowName, int32_t x, int32_t y, uint32_t width, uint32_t height) CreateDragWindow() argument 169 CreateTextDragWindow( const std::string& windowName, int32_t x, int32_t y, uint32_t width, uint32_t height) CreateTextDragWindow() argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | size_t.h | 35 SizeT(T width, T height) : width_(width), height_(height) {} in SizeT() argument 74 void SetWidth(T width) in SetWidth() argument 118 SizeT& MinusWidth(T width) in MinusWidth() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_path.cpp | 83 void NativeCanvasPath::Rect(double x, double y, double width, double height) in Rect() argument
|