| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| H A D | select_overlay_content_modifier.cpp | 278 auto width = std::max(right - left, paintInfo.width); in ConvertPointsToRect() local
|
| H A D | select_overlay_content_modifier.h | 149 void SetHandleStrokeWidth(float width) in SetHandleStrokeWidth() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| H A D | timepicker_column_layout_algorithm.cpp | 77 auto width = layoutConstraint->parentIdealSize.Width(); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | render_surface.h | 72 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 D | image_painter.cpp | 349 float width = 0.0f; in CalculateBgWidth() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | measure_utils.cpp | 25 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 D | render_list_item.cpp | 176 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 D | image_source_info.cpp | 139 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 D | rich_editor_layout_algorithm.cpp | 101 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 D | form_renderer.cpp | 257 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 D | ui_dialog.cpp | 364 uint16_t width = MeasureMaxWidth(); in MeasureSize() local
|
| H A D | ui_checkbox.cpp | 117 int16_t width = GetWidth(); in CalculateSize() local
|
| H A D | ui_video.cpp | 636 int32_t width = 0; in SetSurfaceInfo() local
|
| H A D | ui_analog_clock.cpp | 66 SetHandLine(HandType type, Point position, Point center, ColorType color, uint16_t width, uint16_t height, OpacityType opacity) SetHandLine() argument
|
| H A D | ui_swipe_view.cpp | 113 int16_t width = GetWidth(); in DragXInner() local [all...] |
| H A D | ui_label.cpp | 297 void UILabel::SetWidth(int16_t width) in SetWidth() argument
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_video.h | 283 virtual void OnVideoSizeChanged(int32_t width, int32_t height) {} in OnVideoSizeChanged() argument
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | form_render_delegate_impl_test.cpp | 475 float width = 1.0; in HWTEST_F() local
|
| /foundation/arkui/ui_lite/frameworks/dock/ |
| H A D | screen_device_proxy.h | 106 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 D | chart_component.h | 45 uint8_t width; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| H A D | text_tdd_test.cpp | 153 const char* width = "width"; in ComponentTextStyleSetOverflowTest003() local
|
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_line.cpp | 59 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 D | native_avcapability.cpp | 401 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 D | nativewindow_fuzzer.cpp | 50 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 D | consumer_surface_test.cpp | 229 int32_t width = 0; in HWTEST_F() local 252 int32_t width = 100; // 100 test value for width in HWTEST_F() local [all...] |