| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | animatable_properties.cpp | 446 void AnimatableProperties::SetPropWidth(const Dimension& width) in SetPropWidth() argument
|
| H A D | card_transition_controller.cpp | 167 auto width = rrect.Width(); in CreateCardScaleAnimation() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | font_manager.h | 37 uint32_t width = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/ |
| H A D | camera.cpp | 268 void Camera::SetPreViewSize(int32_t width, int32_t height) in SetPreViewSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_image_ffi.cpp | 137 void FfiOHOSAceFrameworkImageSetSourceSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkImageSetSourceSize() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_xcomponent_controller.cpp | 191 float width = 0.0f; in GetXComponentSurfaceRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| H A D | box_component_helper.h | 248 SetBorderWidth( const RefPtr<Decoration> decoration, const Dimension& width, const AnimationOption& option = AnimationOption()) SetBorderWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
| H A D | rosen_render_switch.cpp | 293 auto width = switchSize_.Width() - rawPointSize_.Width() - pointPadding * 3.0; in DrawTrackOffAndOn() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_test_ng.cpp | 1153 float width = 2.f; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
| H A D | relative_container_testtwo_ng.cpp | 122 void RelativeContainerTestTwoNg::SetComponentParam(TextModelNG& textModelNG, std::string id, float width, float height) in SetComponentParam() argument 130 void RelativeContainerTestTwoNg::SetContainerParam(std::string id, float width, float height) in SetContainerParam() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| H A D | grid_test_ng.cpp | 112 GridItemModelNG GridTestNg::CreateGridItem(float width, float height, GridItemStyle gridItemStyle) in CreateGridItem() argument 130 void GridTestNg::CreateGridItems(int32_t itemNumber, float width, float height, GridItemStyle gridItemStyle) in CreateGridItems() argument 139 void GridTestNg::CreateFocusableGridItems(int32_t itemNumber, float width, float height, GridItemStyle gridItemStyle) in CreateFocusableGridItems() argument 165 void GridTestNg::CreateFixedWidthItems(int32_t itemNumber, float width, GridItemStyle gridItemStyle) in CreateFixedWidthItems() argument 170 CreateBigItem( int32_t rowStart, int32_t rowEnd, int32_t colStart, int32_t colEnd, float width, float height) CreateBigItem() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | navigation_lifecycle_test_ng.cpp | 72 void NavigationLifecycleTestNg::RunMeasureAndLayout(RefPtr<LayoutWrapperNode>& layoutWrapper, float width) in RunMeasureAndLayout() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| H A D | shared_overlay_manager_test_ng.cpp | 400 auto width = CalcLength::FromString("1px"); in HWTEST_F() local 434 auto width = CalcLength::FromString("1px"); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
| H A D | image_animator_pattern_test_ng.cpp | 106 void ImageAnimatorPatternTestNg::SetWidth(const Dimension& width) in SetWidth() argument 129 RefPtr<LayoutWrapperNode> ImageAnimatorPatternTestNg::RunMeasureAndLayout(float width, float height) in RunMeasureAndLayout() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
| H A D | shape_pattern_test_ng.cpp | 81 auto width = Dimension(WIDTH); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
| H A D | side_bar_view_test_ng.cpp | 72 Dimension width = 10.0_vp; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/mock/core/image_provider/ |
| H A D | mock_image_source_info.cpp | 117 ImageSourceInfo::ImageSourceInfo(std::string imageSrc, std::string bundleName, std::string moduleName, Dimension width, in ImageSourceInfo() argument 241 void ImageSourceInfo::SetDimension(Dimension width, Dimension Height) in SetDimension() argument 126 ImageSourceInfo(const std::shared_ptr<std::string>& imageSrc, std::string bundleName, std::string moduleName, Dimension width, Dimension height, InternalResource::ResourceId resourceId, const RefPtr<PixelMap>& pixmap) ImageSourceInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_select_controller.h | 154 void UpdateCaretWidth(float width) in UpdateCaretWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | media_player_impl.cpp | 292 void MediaPlayerImpl::ProcessSurfaceChange(int32_t width, int32_t height) in ProcessSurfaceChange() argument
|
| H A D | skia_image.cpp | 180 auto width = static_cast<int32_t>(newSrcPixmap.width()); in GetPixelMap() local
|
| H A D | rosen_render_surface_mingw.cpp | 59 void RosenRenderSurface::AdjustNativeWindowSize(uint32_t width, uint32_t height) in AdjustNativeWindowSize() argument 68 void RosenRenderSurface::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBounds() argument 80 void RosenRenderSurface::SetSurfaceDefaultSize(int32_t width, int32_t height) {} in SetSurfaceDefaultSize() argument 94 void RosenRenderSurface::UpdateSurfaceSizeInUserData(uint32_t width, uint32_t height) {} in UpdateSurfaceSizeInUserData() argument 88 DrawBufferForXComponent( RSCanvas& canvas, float width, float height, float offsetX, float offsetY) DrawBufferForXComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | paragraph.h | 43 LeadingMarginSize(Dimension width, Dimension height) in LeadingMarginSize() argument 89 float width = 0.0f; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_graphic.cpp | 84 auto width = bounds.Width(); in SetLinearGradient() local 118 auto width = bounds.Width(); in SetRadialGradient() local 435 RectifyTargetSize(const Rect& bounds, double& width, double& height) RectifyTargetSize() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/image/apng/ |
| H A D | apng_image_player.h | 77 uint32_t width = 0; ///< width of the following frame member 119 void SetTargetSize(int32_t width, int32_t height) in SetTargetSize() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tab_content_model.h | 53 Dimension width = 0.0_vp; member
|