| /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...] |
| H A D | scroll_model_impl.cpp | 114 InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color, const std::pair<bool, Dimension>& width, EdgeEffect effect) InitScrollBar() argument
|
| H A D | model_view_impl.cpp | 105 void ModelViewImpl::SetWidth(Dimension& width) in SetWidth() argument 135 void ModelViewImpl::SetRenderWidth(Dimension& width) {} in SetRenderWidth() argument
|
| /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/bridge/cj_frontend/interfaces/cj_ffi/ |
| 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
|
| H A D | cj_search_ffi.cpp | 125 void FfiOHOSAceFrameworkSearchSetBorderWidth(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSearchSetBorderWidth() argument
|
| H A D | cj_grid_row_ffi.cpp | 142 double width = -1.0; in ParserBreakpoints() local
|
| H A D | cj_button_ffi.cpp | 119 void FfiOHOSAceFrameworkButtonSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkButtonSetWidth() argument 160 void FfiOHOSAceFrameworkButtonSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkButtonSetSize() argument
|
| H A D | cj_canvas_ffi.h | 26 double width; member 96 double width; member
|
| H A D | cj_shape_ffi.cpp | 179 void FfiOHOSAceFrameworkShapeSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkShapeSetWidth() argument 191 void FfiOHOSAceFrameworkShapeSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkShapeSetSize() argument 225 FfiOHOSAceFrameworkShapeSetInsSize( int64_t shapeId, double width, int32_t widthUnit, double height, int32_t heightUnit) FfiOHOSAceFrameworkShapeSetInsSize() argument
|
| H A D | cj_select_ffi.cpp | 120 void FfiOHOSAceFrameworkSelectSetSpace(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetSpace() argument 147 void FfiOHOSAceFrameworkSelectSetOptionWidth(double width, int32_t widthUnit) in FfiOHOSAceFrameworkSelectSetOptionWidth() 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
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_common_shape_bridge.cpp | 375 CalcDimension width; in SetWidth() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_form.cpp | 114 Dimension width = 0.0_vp; in SetSize() local
|
| H A D | js_shape_abstract.cpp | 419 JSRef<JSVal> width = obj->GetProperty("width"); in SetSize() local
|
| H A D | js_rect.cpp | 283 CalcDimension width; in ParseRectObjBelowApi12() local 303 CalcDimension width; in ParseRectObjAboveApi12() local [all...] |
| H A D | js_menu.cpp | 139 CalcDimension width; in SetWidth() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
| H A D | interaction_data.h | 40 int32_t width = -1; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_canvas_path.cpp | 160 double width = 0.0; in JsPath2DRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | display_info.h | 127 void SetWidth(int32_t width) in SetWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/ |
| H A D | camera.h | 94 void SetLayoutSize(double width, double height) in SetLayoutSize() argument
|