| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_wrapper_node.cpp | 210 auto width = geometryNode_->GetFrameSize().Width(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
| H A D | grid_layout_algorithm.cpp | 26 auto width = size.Width(); in OffsetByAlign() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | rosen_render_list_item.cpp | 214 double width = isVertical ? layoutSize.Width() : layoutSize.Width() - dividerWidth; in PaintItemDivider() local 280 double width = GetLayoutSize().Width() + offset.GetX(); in PaintStickyEffect() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | geometry_node.h | 143 void SetFrameWidth(int32_t width) in SetFrameWidth() argument
|
| H A D | modifier.h | 87 float width = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
| H A D | gauge_layout_algorithm.cpp | 87 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 178 auto width = limitValueTextWidth_; in MeasureLimitValueText() local 208 auto width = diameter * DESCRIPTION_NODE_WIDTH_RATIO; in MeasureDescription() local [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
| H A D | auto_fill_custom_config.h | 61 double width = 0.0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
| H A D | render_dialog_tween.cpp | 351 auto width = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType, SystemProperties::GetDeviceType()); in ComputeInnerLayoutParam() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| H A D | button_pattern.h | 114 void SetFocusBorderWidth(const Dimension& width) in SetFocusBorderWidth() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_view_ohos.cpp | 55 void AceViewOhos::ChangeViewSize(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height) in ChangeViewSize() argument 61 void AceViewOhos::SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, int32_t orientation, in SurfaceChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_checkbox_bridge.cpp | 140 CalcDimension width;
in SetCheckboxWidth() local 310 CalcDimension width;
in SetCheckboxSize() local [all...] |
| H A D | arkts_native_radio_bridge.cpp | 126 CalcDimension width;
in SetRadioWidth() local 190 CalcDimension width;
in SetRadioSize() local [all...] |
| H A D | arkts_native_menu_bridge.cpp | 284 CalcDimension width; in SetWidth() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | js_third_accessibility_hover_ng.cpp | 174 auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive() local 305 auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus() local
|
| H A D | pixel_map_ohos.cpp | 278 ConvertSkImageToPixmap( const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) ConvertSkImageToPixmap() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_list_ffi.cpp | 103 void FfiOHOSAceFrameworkListSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkListSetWidth() argument
|
| H A D | cj_scroll_ffi.cpp | 197 void FfiOHOSAceFrameworkScrollScrollBarWidth(double width, int32_t unit) in FfiOHOSAceFrameworkScrollScrollBarWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | select_model_impl.cpp | 357 void SelectModelImpl::SetSize(Dimension& width, Dimension& height) in SetSize() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/button/ |
| H A D | button_component.cpp | 220 void ButtonComponent::SetMinWidth(const Dimension& width) in SetMinWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_side_bar.cpp | 390 JSRef<JSVal> width = value->GetProperty("width"); in ParseControlButtonOG() local 424 JSRef<JSVal> width = value->GetProperty("width"); in ParseControlButtonNG() local [all...] |
| H A D | js_sliding_panel.cpp | 233 CalcDimension width = CalcDimension(0.0, DimensionUnit::VP); in JsPanelBorder() local
|
| H A D | js_toggle.cpp | 164 auto width = defaultWidth - horizontalPadding * 2; in JsWidth() local
|
| H A D | js_grid_row.cpp | 222 double width = -1.0; in ParserBreakpoints() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
| H A D | js_render_image.cpp | 247 double width = 0.0; in OnGetWidth() local 367 void JSRenderImage::SetWidth(double width) in SetWidth() argument
|
| H A D | js_offscreen_canvas.cpp | 242 napi_value width = nullptr; in OnGetWidth() local 271 double width = 0.0; in OnSetWidth() local 407 CreateContext2d(napi_env env, double width, double height, const EcmaVM* vm) CreateContext2d() argument [all...] |