Home
last modified time | relevance | path

Searched defs:height (Results 276 - 300 of 3863) sorted by relevance

1...<<11121314151617181920>>...155

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp84 double height = GetValueInPx(top_, dipScale) + GetValueInPx(bottom_, dipScale); in GetLayoutSizeInPx() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_size.h34 DimensionSize(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionSize() argument
51 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/base/window/
H A Ddrag_window.h52 uint32_t height = 0; member
83 void SetSize(int32_t width, int32_t height) in SetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_circle.cpp57 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
H A Djs_ellipse.cpp56 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dplugin_model_impl.cpp47 void PluginModelImpl::SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument
63 void PluginModelImpl::SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_flex_ffi.cpp58 void FfiOHOSAceFrameworkFlexSetFlexHeight(double height, int32_t unit) in FfiOHOSAceFrameworkFlexSetFlexHeight() argument
65 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkFlexSetFlexSize() argument
H A Dcj_counter_ffi.cpp48 void FfiOHOSAceFrameworkCounterSetSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkCounterSetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h49 double height; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_blank_bridge.cpp51 CalcDimension height; in SetBlankHeight() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp155 float height = childProps->GetMainSpan(Axis::VERTICAL) * ITEM_HEIGHT; in HWTEST_F() local
191 float height = childProps->GetMainSpan(Axis::VERTICAL) * ITEM_HEIGHT; in HWTEST_F() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_draw_cmd_list.h44 void SetHeight(int32_t height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp119 auto height = layoutSize.Height(); in FlushRender() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp56 auto height = abilityComponent->GetHeight(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_rect.cpp64 RSScalar height = ConvertDimensionToPx(rectAttr_.height, viewPort, SvgLengthType::VERTICAL); in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.cpp49 auto height = contentConstraint.selfIdealSize.Height().value(); in MeasureContent() local
57 auto height = in MeasureContent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp92 int32_t height = static_cast<int32_t>(pixmap.height()); in HWTEST_F() local
115 int32_t height = static_cast<int32_t>(pixmap.height()); in HWTEST_F() local
138 int32_t height = static_cast<int32_t>(pixmap.height()); in HWTEST_F() local
160 int32_t height = static_cast<int32_t>(pixmap.height()); HWTEST_F() local
186 int32_t height = 0; HWTEST_F() local
207 int32_t height = static_cast<int32_t>(pixmap.height()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp54 auto height = DEFAULT_SIZE.ConvertToPx() - topPadding - bottomPadding; in MeasureContent() local
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp133 const int16_t height = 20; in HWTEST_F() local
157 const int16_t height = 100; in HWTEST_F() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_surface_view.cpp59 void UISurfaceView::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition() argument
74 void UISurfaceView::Resize(int16_t width, int16_t height) in Resize() argument
95 void UISurfaceView::SetHeight(int16_t height) in SetHeight() argument
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_delegate.cpp34 SurfaceDelegateError SurfaceDelegate::SetBounds(int32_t left, int32_t right, int32_t width, int32_t height) in SetBounds() argument
44 SurfaceDelegateError SurfaceDelegate::SetSurfaceSize(uint32_t width, uint32_t height) in SetSurfaceSize() argument
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h151 int32_t height; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client__alpha_offscreen_demo.cpp66 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H A Dimageinfo_fuzzer.cpp47 int height = GetObject<int>() % MAX_SIZE; in ImageInfoFuzzTest001() local
69 int32_t height = GetObject<int32_t>() % MAX_SIZE; in ImageInfoFuzzTest002() local
86 int height = GetObject<int>() % MAX_SIZE; in ImageInfoFuzzTest003() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dsize_test.cpp191 float height = size->Height(); in HWTEST_F() local
207 float height = size->Height(); in HWTEST_F() local
223 int height = size->Height(); in HWTEST_F() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...155