Home
last modified time | relevance | path

Searched defs:halfHeight (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_panel_ffi.cpp68 Dimension halfHeight = Dimension(height, static_cast<DimensionUnit>(unit)); in FfiOHOSAceFrameworkPanelHalfHeight() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_surface_windows.cpp143 const auto &halfHeight = height / 0x2; in YInvert() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_surface_darwin.cpp141 const auto &halfHeight = height / 0x2; in YInvert() local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h82 void SetHalfHeight(const std::pair<Dimension, bool>& halfHeight) in SetHalfHeight() argument
H A Dpanel_component.h192 void SetHalfHeight(const std::pair<Dimension, bool>& halfHeight) in SetHalfHeight() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp136 int32_t halfHeight = static_cast<int32_t>(params.height) / 2; in CreateDragWindow() local
173 int32_t halfHeight = static_cast<int32_t>(height + Window_EXTERN.ConvertToPx() * 2) / 2; in CreateTextDragWindow() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsliding_panel_model_impl.cpp77 void SlidingPanelModelImpl::SetHalfHeight(const Dimension& halfHeight) in SetHalfHeight() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_event_test_ng.cpp1364 const float halfHeight = SCROLL_HEIGHT / 2; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_model_ng.cpp136 void SlidingPanelModelNG::SetHalfHeight(const Dimension& halfHeight) in SetHalfHeight() argument
232 void SlidingPanelModelNG::SetPanelHalfHeight(FrameNode* frameNode, const Dimension& halfHeight) in SetPanelHalfHeight() argument
280 auto halfHeight = Dimension((frameSize.Height() - BLANK_MIN_HEIGHT.ConvertToPx()) / HALF_VALUS); in ResetPanelHalfHeight() local
H A Dsliding_panel_pattern.cpp221 auto halfHeight = layoutProperty->GetHalfHeight().value_or(defaultFullHeight / 2).ConvertToPx(); in InitializeLayoutProps() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sliding_panel.cpp428 CalcDimension halfHeight; in SetHalfHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h70 float halfHeight = 0.0f; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp107 std::optional<Dimension> halfHeight = std::nullopt; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp336 float halfHeight = size.height() / 2; in EndPointsFromAngle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp309 float halfHeight = size.Height() / 2; in EndPointsFromAngle() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp268 const int halfHeight = height >> 1; in CalculateInSampleSize() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp409 float halfHeight = size.height() / 2; in EndPointsFromAngle() local
458 float halfHeight = size.Height() / 2; in EndPointsFromAngle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp1128 auto halfHeight = blockSize_.Height() * HALF + static_cast<float>(focusDistance.ConvertToPx()); in GetOutsetInnerFocusPaintRect() local

Completed in 29 milliseconds