Home
last modified time | relevance | path

Searched defs:width (Results 3326 - 3350 of 7359) sorted by relevance

1...<<131132133134135136137138139140>>...295

/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/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp101 auto width = contentConstraint.selfIdealSize.Width().value_or(contentConstraint.maxSize.Width()); in MeasureEmptyContentSize() local
/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
H A Dui_analog_clock.cpp66 SetHandLine(HandType type, Point position, Point center, ColorType color, uint16_t width, uint16_t height, OpacityType opacity) SetHandLine() argument
H A Dui_swipe_view.cpp113 int16_t width = GetWidth(); in DragXInner() local
[all...]
H A Dui_label.cpp297 void UILabel::SetWidth(int16_t width) in SetWidth() argument
/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
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h45 uint8_t width; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dtext_tdd_test.cpp153 const char* width = "width"; in ComponentTextStyleSetOverflowTest003() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp59 Draw(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity) Draw() argument
95 DrawVerticalLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity) DrawVerticalLine() argument
120 DrawHorizontalLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity) DrawHorizontalLine() argument
144 DrawWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity) DrawWuLine() argument
440 DrawThinWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, int16_t width, const ColorType& color, OpacityType opacity) DrawThinWuLine() argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp401 const auto &width = codecInfo->GetVideoWidthRangeForHeight(height); in OH_AVCapability_GetVideoWidthRangeForHeight() local
410 OH_AVErrCode OH_AVCapability_GetVideoHeightRangeForWidth(OH_AVCapability *capability, int32_t width, in OH_AVCapability_GetVideoHeightRangeForWidth() argument
441 const auto &width = codecInfo->GetSupportedWidth(); OH_AVCapability_GetVideoWidthRange() local
464 OH_AVCapability_IsVideoSizeSupported(OH_AVCapability *capability, int32_t width, int32_t height) OH_AVCapability_IsVideoSizeSupported() argument
491 OH_AVCapability_GetVideoFrameRateRangeForSize(OH_AVCapability *capability, int32_t width, int32_t height, OH_AVRange *frameRateRange) OH_AVCapability_GetVideoFrameRateRangeForSize() argument
512 OH_AVCapability_AreVideoSizeAndFrameRateSupported(OH_AVCapability *capability, int32_t width, int32_t height, int32_t frameRate) OH_AVCapability_AreVideoSizeAndFrameRateSupported() argument
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp50 int32_t width = GetData<int32_t>(); in HandleOpt() local
168 int32_t width = GetData<int32_t>(); in NativeWindowFuzzTest1() local
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp229 int32_t width = 0; in HWTEST_F() local
252 int32_t width = 100; // 100 test value for width in HWTEST_F() local
[all...]

Completed in 24 milliseconds

1...<<131132133134135136137138139140>>...295