Home
last modified time | relevance | path

Searched defs:height (Results 2776 - 2800 of 4494) sorted by relevance

1...<<111112113114115116117118119120>>...180

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp540 void DOMButton::ResetBoxHeight(double height, DimensionUnit unit) in ResetBoxHeight() argument
555 Dimension height = Dimension(-1.0, DimensionUnit::PX); in GetHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H A Dcamera.cpp100 int32_t height = DEFAULT_HEIGHT; in CreateRecorder() local
590 void CameraCallback::OnCameraSizeChange(double width, double height) in OnCameraSizeChange() argument
772 void Camera::OnCameraSizeChange(double width, double height) in OnCameraSizeChange() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp224 auto height = adaptiveHeight_ ? int32_t(size.Height() + padding.Height()) : rect.Height(); in HandleCardSizeChangeEvent() local
389 auto height = size.Height(); in ComputeAdaptiveSize() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_testtwo_ng.cpp1136 int32_t height = 2; in HWTEST_F() local
1155 int32_t height = 2; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp118 void ImageAnimatorTestNg::SetHeight(const Dimension& height) in SetHeight() argument
134 RefPtr<LayoutWrapperNode> ImageAnimatorTestNg::RunMeasureAndLayout(float width, float height) in RunMeasureAndLayout() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_pattern_test_controlsize_ng.cpp476 CalcDimension height = -20.0_vp; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp576 auto height = richEditorPattern->paragraphs_.GetHeight(); in HWTEST_F() local
H A Drich_editor_common_test_ng.h198 int32_t height; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.cpp212 void SelectModelNG::SetSize(Dimension& width, Dimension& height) in SetSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp112 float height = contentProperty.unselectedIndicatorHeight[i]; in PaintBlackPoint() local
129 PaintUnselectedIndicator( RSCanvas& canvas, const OffsetF& center, float width, float height, const LinearColor& indicatorColor) PaintUnselectedIndicator() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp135 bool ImageCompressor::CheckImageQuality(std::string key, uint32_t sumErr, uint32_t maxErr, int32_t width, int32_t height) in CheckImageQuality() argument
163 sk_sp<SkData> ImageCompressor::GpuCompress(std::string key, SkPixmap& pixmap, int32_t width, int32_t height) in GpuCompress() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp127 void SwiperTestNg::CreateItemWithSize(float width, float height) in CreateItemWithSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp51 auto height = switchLayoutAlgorithm->GetHeight(); in OnDirtyLayoutWrapperSwap() local
462 auto height = height_ + focusPaintPadding * 2; in GetInnerFocusPaintRect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp611 auto height = size->Height(); in GetItemMinHeight() local
626 auto height = size->Height(); in GetItemMaxHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp227 void RosenRenderSurface::AdjustNativeWindowSize(uint32_t width, uint32_t height) in AdjustNativeWindowSize() argument
233 void RosenRenderSurface::UpdateSurfaceSizeInUserData(uint32_t width, uint32_t height) in UpdateSurfaceSizeInUserData() argument
256 void RosenRenderSurface::SetExtSurfaceBounds(int32_t left, int32_t top, int32_t width, int32_t height) in SetExtSurfaceBounds() argument
285 void RosenRenderSurface::SetSurfaceDefaultSize(int32_t width, int32_t height) in SetSurfaceDefaultSize() argument
292 void RosenRenderSurface::DrawBuffer(int32_t width, int32_t height) in DrawBuffer() argument
342 CompareBufferSize(int32_t width, int32_t height, std::shared_ptr<SurfaceBufferNode> surfaceNode) DrawBuffer() argument
504 DrawBufferForXComponent( RSCanvas& canvas, float width, float height, float offsetX, float offsetY) DrawBuffer() argument
613 OnSurfaceChanged(const sptr<Surface>& , int32_t width, int32_t height) DrawBuffer() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp380 void WaterFlowLayoutInfo::RecordItem(int32_t idx, const FlowItemPosition& pos, float height) in RecordItem() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp184 auto height = localGeometry->GetHeight(); in FillWindowSceneInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_algorithm.cpp135 auto height = paragraphManager_->GetHeight(); in MeasureContent() local
627 auto height = static_cast<float>(paragraph->GetHeight()); in BuildParagraphAdaptUseLayoutConstraint() local
674 auto height = static_cast<float>(paragraph->GetHeight()); in BuildTextRaceParagraph() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_toggle_modifier.cpp126 auto height = defaultHeight - verticalPadding * 2; in ResetToggleHeight() local
H A Dnode_textpicker_modifier.cpp264 auto height = Dimension(0.0); in ResetTextPickerDefaultPickerItemHeight() local
488 CalcDimension height; in ResetTextPickerGradientHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h49 CalcSize(const CalcLength& width, const CalcLength& height) : width_(width), height_(height) {} in CalcSize() argument
50 CalcSize(std::optional<CalcLength> width, std::optional<CalcLength> height) in CalcSize() argument
96 void SetHeight(const std::optional<CalcLength>& height) in SetHeight() argument
293 std::string height = selfIdealSize.has_value() ? in ToJsonValue() local
359 auto height = json->GetString("height"); FromJson() local
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_spannable_string_unit_test.cpp870 int16_t height = 16; in HWTEST_F() local
889 int16_t height = 16; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp108 float height = 50.f; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_select_test_ng.cpp810 int32_t x = 1, y = 2, width = 1, height = 1; in HWTEST_F() local
840 int32_t x = 1, y = 2, width = 1, height = 1; in HWTEST_F() local
1685 int32_t height = 50; in HWTEST_F() local
1714 int32_t height = 50; in HWTEST_F() local
1738 int32_t height = 50; in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp32 void UIChart::SetHeight(int16_t height) in SetHeight() argument
500 int16_t height = GetHeight(); in ReMeasure() local
[all...]

Completed in 37 milliseconds

1...<<111112113114115116117118119120>>...180