| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_alert_dialog_ffi.h | 30 double width; member
|
| H A D | cj_rect_ffi.cpp | 26 void FfiOHOSAceFrameworkRectCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkRectCreate() argument 37 int64_t FfiOHOSAceFrameworkRectInsCreate(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkRectInsCreate() argument
|
| H A D | cj_side_bar_container_ffi.cpp | 115 void FfiOHOSAceFrameworkSideBarSideBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkSideBarSideBarWidth() argument 120 void FfiOHOSAceFrameworkSideBarMinSideBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkSideBarMinSideBarWidth() argument 124 void FfiOHOSAceFrameworkSideBarMaxSideBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkSideBarMaxSideBarWidth() argument
|
| H A D | cj_panel_ffi.cpp | 92 void FfiOHOSAceFrameworkPanelOnChange(void (*callback)(double width, double height, int32_t mode)) in FfiOHOSAceFrameworkPanelOnChange() argument 135 void FfiOHOSAceFrameworkPanelBorderWidth(double width, int32_t unit) in FfiOHOSAceFrameworkPanelBorderWidth() argument
|
| H A D | cj_checkbox_ffi.cpp | 44 void FfiOHOSAceFrameworkCheckBoxSetWidth(double width, uint32_t unit) in FfiOHOSAceFrameworkCheckBoxSetWidth() argument 58 void FfiOHOSAceFrameworkCheckBoxSetSize(double width, uint32_t widthUnit, double height, uint32_t heightUnit) in FfiOHOSAceFrameworkCheckBoxSetSize() argument
|
| H A D | cj_toggle_ffi.cpp | 41 void FfiOHOSAceFrameworkToggleWidth(double width, int32_t unit) in FfiOHOSAceFrameworkToggleWidth() argument 53 void FfiOHOSAceFrameworkToggleSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkToggleSize() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/arc/ |
| H A D | render_arc.cpp | 119 void RenderArc::SetWidth(double width) in SetWidth() argument
|
| H A D | arc_component.h | 41 ArcComponent(double outerRadius, double width) in ArcComponent() argument 47 ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle) in ArcComponent() argument 55 ArcComponent(double outerRadius, double width, double startAngle, double sweepAngle, const Color& color) in ArcComponent() argument 92 void SetWidth(const Dimension& width) in SetWidth() argument 101 SetWidth(double width) SetWidth() argument 155 SetShadowWidth(const Dimension& width) SetShadowWidth() argument [all...] |
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| H A D | pixel_map_preview.cpp | 44 ConvertSkImageToPixmap( const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) ConvertSkImageToPixmap() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | form_frontend_declarative.cpp | 97 void FormFrontendDeclarative::OnSurfaceChanged(int32_t width, int32_t height) in OnSurfaceChanged() argument 117 void FormFrontendDeclarative::HandleSurfaceChanged(int32_t width, int32_t height) in HandleSurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
| H A D | cj_image_ffi.cpp | 36 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t heightUnit) {} in FfiOHOSAceFrameworkImageSetSourceSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_select.cpp | 72 void DOMSelect::UpdateBoxSize(const CalcDimension& width, const CalcDimension& height) in UpdateBoxSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_form_component_bridge.cpp | 126 CalcDimension width = 0.0_vp; in SetSize() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_rect_shape.cpp | 187 CalcDimension width; in ConstructorCallback() local
|
| H A D | js_xcomponent.h | 32 int32_t width = 0; member
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
| H A D | ui_service_mgr_client.cpp | 109 ShowDialog(const std::string& name, const std::string& params, OHOS::Rosen::WindowType windowType, int32_t x, int32_t y, int32_t width, int32_t height, DialogCallback callback, int32_t* id) ShowDialog() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | rosen_mask_painter.cpp | 237 int32_t width = static_cast<int32_t>(boxSize.Width()); in UpadteSVGImageDom() local
|
| /foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
| H A D | subheader.js | [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_offscreen_rendering_context.cpp | 155 double width = 0.0; in Constructor() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | radio_model_impl.cpp | 72 void RadioModelImpl::SetWidth(const Dimension& width) in SetWidth() argument 103 auto width = radioComponent->GetWidth(); in SetPadding() local
|
| H A D | toggle_model_impl.cpp | 134 void ToggleModelImpl::SetWidth(const Dimension& width) in SetWidth() argument 187 auto width = checkableComponent->GetWidth(); in SetPadding() local
|
| /foundation/arkui/ace_engine/test/mock/core/rosen/ |
| H A D | testing_typography.h | 52 virtual void Layout(double width) {} in Layout() argument
|
| H A D | testing_pen.h | 47 virtual void SetWidth(float width) {} in SetWidth() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | navigation_drag_bar_test_ng.cpp | 56 void NavigationDragBarTestNg::RunMeasureAndLayout(RefPtr<LayoutWrapperNode>& layoutWrapper, float width) in RunMeasureAndLayout() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_testtwo_ng.cpp | 704 float width = 0.0f; in HWTEST_F() local
|