Home
last modified time | relevance | path

Searched defs:width (Results 1851 - 1875 of 6829) sorted by relevance

1...<<71727374757677787980>>...274

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_model_ng.cpp60 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 Dgrid_item_pattern.cpp261 float width = gridItemSize.Width() + 2 * focusPaintPadding; in GetInnerFocusPaintRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_pattern.cpp201 float width = contentSize->Width(); in CalcProgressWidth() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_declaration.h48 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 Dlinear_layout_utils.cpp208 auto width = size.Width(); in Layout() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp182 int32_t width = 0; in GetVideoSize() local
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h104 void SetWidth(double width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_component.h87 void SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model_ng.cpp97 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 Dmenu_item_group_layout_algorithm.cpp200 float width = layoutConstraint.minSize.Width(); in GetChildrenMaxWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp307 auto width = textureInfo.width_; in HandleTouchEvent() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h169 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 Dcard_frontend.cpp319 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 Dcj_textfield_ffi.cpp52 void FfiOHOSAceFrameworkTextFieldSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkTextFieldSetSize() argument
H A Dcj_text_ffi.cpp41 void FfiOHOSAceFrameworkTextSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkTextSetWidth() argument
H A Dcj_tab_ffi.cpp96 void FfiOHOSAceFrameworkTabsSetBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkTabsSetBarWidth() argument
H A Dcj_swiper_ffi.cpp87 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 Darkts_native_checkboxgroup_bridge.cpp113 CalcDimension width; in SetCheckboxGroupWidth() local
219 CalcDimension width; in SetCheckboxGroupSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp51 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 Drect.h32 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 Dsize.h33 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 Drender_checkable.cpp122 double width = width_ - 2 * hotZoneHorizontalPadding; in CalculateSize() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp96 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 Dsize_t.h35 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 Dcanvas_path.cpp83 void NativeCanvasPath::Rect(double x, double y, double width, double height) in Rect() argument

Completed in 19 milliseconds

1...<<71727374757677787980>>...274