Home
last modified time | relevance | path

Searched defs:width (Results 3251 - 3275 of 7160) sorted by relevance

1...<<131132133134135136137138139140>>...287

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp113 float width = rightHandler.GetX() - leftHandler.GetX(); in CalculateTextDragData() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model_ng.cpp221 void ToggleModelNG::SetWidth(const Dimension& width) in SetWidth() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp126 auto width = defaultWidth - horizontalPadding * 2; //2 is Calculate the parameters of the formula in ResetRadioSize() local
H A Dnode_checkbox_modifier.cpp52 Dimension width = in SetCheckboxWidth() local
75 Dimension width = Dimension(static_cast<double>(widthValue), static_cast<OHOS::Ace::DimensionUnit>(widthUnit)); in SetMark() local
178 auto width = defaultWidth - horizontalPadding * 2; in ResetCheckboxWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp247 auto width = static_cast<int32_t>(rsBitmap.GetWidth()); in GetPixelMap() local
/foundation/arkui/ace_engine/interfaces/napi/kits/componentutils/
H A Djs_component_utils.cpp58 napi_value width = nullptr; in JSGetRectangleById() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.h64 int32_t width; member
148 float width; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.h144 void SetControlImageWidth(const Dimension& width) in SetControlImageWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp87 auto width = paragraph->GetTextWidth(); in GetTextWidthIncludeIndent() local
99 auto width = paragraph->GetLongestLineWithIndent(); in GetLongestLineWithIndent() local
H A Drich_editor_layout_algorithm.cpp101 auto width = contentConstraint.selfIdealSize.Width().value_or(contentConstraint.maxSize.Width()); in MeasureEmptyContentSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp278 auto width = std::max(right - left, paintInfo.width); in ConvertPointsToRect() local
H A Dselect_overlay_content_modifier.h149 void SetHandleStrokeWidth(float width) in SetHandleStrokeWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp77 auto width = layoutConstraint->parentIdealSize.Width(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h72 virtual void AdjustNativeWindowSize(uint32_t width, uint32_t height) {} in AdjustNativeWindowSize() argument
79 virtual void UpdateSurfaceSizeInUserData(uint32_t width, uint32_t height) {} in UpdateSurfaceSizeInUserData() argument
81 virtual void SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) {} in SetExtSurfaceBounds() argument
83 virtual bool SetExtSurfaceBoundsSync(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBoundsSync() argument
102 virtual void SetSurfaceDefaultSize(int32_t width, int32_t height) {} in SetSurfaceDefaultSize() argument
123 virtual void DrawBufferForXComponent(RSCanvas& canvas, float width, float height, float offsetX, float offsetY) {}; in DrawBufferForXComponent() argument
H A Dimage_painter.cpp349 float width = 0.0f; in CalculateBgWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp25 auto width = ConvertToPx(size.Width(), scaleProperty, percentReference.Width()); in ConvertToSize() local
33 auto width = ConvertToPx(size.Width(), scaleProperty, percentReference.Width()); in ConvertToOptionalSize() local
92 float width = std::max(minSize.Width(), size.Width()); in ConstrainSize() local
488 float width = 0; in CreateChildrenConstraint() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp176 double width = childLayoutSize.Width() + buttonLayoutSize.Width(); in PerformLayout() local
255 double width = GetPxValue(buttonTouchRect.Width(), region.GetWidth()); in UpdateTouchRect() local
327 double width = swiperStart_ ? GetCrossSize(startSize_) : 0.0; in GetFriction() local
333 double width = swiperEnd_ ? GetCrossSize(endSize_) : 0.0; in GetFriction() local
415 double width = GetCrossSize(startSize_); HandleDragEnd() local
426 double width = GetCrossSize(endSize_); HandleDragEnd() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp139 ImageSourceInfo::ImageSourceInfo(std::string imageSrc, std::string bundleName, std::string moduleName, Dimension width, in ImageSourceInfo() argument
382 void ImageSourceInfo::SetDimension(Dimension width, Dimension Height) in SetDimension() argument
170 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/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp257 void FormRenderer::OnSurfaceChange(float width, float height, float borderWidth) in OnSurfaceChange() argument
446 float width = width_ - borderWidth_ * DOUBLE; in AttachUIContent() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp364 uint16_t width = MeasureMaxWidth(); in MeasureSize() local
H A Dui_checkbox.cpp117 int16_t width = GetWidth(); in CalculateSize() local
H A Dui_video.cpp636 int32_t width = 0; in SetSurfaceInfo() local
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h283 virtual void OnVideoSizeChanged(int32_t width, int32_t height) {} in OnVideoSizeChanged() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp475 float width = 1.0; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.h106 void SetFramebuffer(uint8_t* addr, ColorMode mode, uint16_t width) in SetFramebuffer() argument
113 void SetAnimatorbuffer(uint8_t* addr, ColorMode mode, uint16_t width) in SetAnimatorbuffer() argument
120 void SetAnimatorbufferWidth(uint16_t width) in SetAnimatorbufferWidth() argument
183 void SetViewBitmapBufferWidth(uint16_t width) in SetViewBitmapBufferWidth() argument

Completed in 25 milliseconds

1...<<131132133134135136137138139140>>...287