Home
last modified time | relevance | path

Searched refs:rectHeight (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_manager.cpp323 int rectWidth, int rectHeight, int pointX, int pointY, OnTextSelectedCallback callback) in UpdatePressOverlay() argument
327 if (rectWidth > 0 && rectHeight > 0) { in UpdatePressOverlay()
329 … analyzerUIConfig_.touchInfo.touchPoint.y = 1.0 * pointY / rectHeight * pixelMap->GetHeight(); in UpdatePressOverlay()
339 analyzerUIConfig_.contentHeight = rectHeight; in UpdatePressOverlay()
356 …rManager::UpdateOverlayStatus(bool status, int offsetX, int offsetY, int rectWidth, int rectHeight) in UpdateOverlayStatus() argument
362 analyzerUIConfig_.contentHeight = rectHeight; in UpdateOverlayStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dimage_analyzer_manager.h47 int rectHeight, int pointX, int pointY, OnTextSelectedCallback callback);
49 void UpdateOverlayStatus(bool status, int offsetX, int offsetY, int rectWidth, int rectHeight);
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_manager.cpp344 int32_t rectHeight = -1; in GetHotRectAreaList() local
345 CHKRR(napi_get_value_int32(env, napiHeight, &rectHeight), GET_VALUE_INT32, hotRectAreaList); in GetHotRectAreaList()
346 rectItem.height = rectHeight; in GetHotRectAreaList()
347 if (rectX < 0 || rectY < 0 || rectHeight < 0 || rectWidth < 0) { in GetHotRectAreaList()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_content_modifier_test.cpp101 auto rectHeight = clipRect.GetHeight(); variable
102 EXPECT_NE(rectHeight, MIN_RECT_HEIGHT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp97 …float rectHeight = contentProperty.indicatorPadding + itemHeight + contentProperty.indicatorPaddin… in PaintBackground() local
99rectHeight = contentProperty.indicatorPadding + selectedItemHeight + contentProperty.indicatorPadd… in PaintBackground()
103 auto heightChangeValue = (1.0f - backgroundHeightDilateRatio_->Get()) * rectHeight; in PaintBackground()
113 float rectRight = rectLeft + (axis_ == Axis::HORIZONTAL ? rectWidth : rectHeight); in PaintBackground()
114 float rectBottom = rectTop + (axis_ == Axis::HORIZONTAL ? rectHeight : rectWidth); in PaintBackground()
125 rectHeight -= heightChangeValue; in PaintBackground()
143 auto radius = axis_ == Axis::HORIZONTAL ? rectHeight : rectWidth; in PaintBackground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.cpp54 …Dimension rectHeight(options.maskRect.height, static_cast<DimensionUnit>(options.maskRect.heightUn… in ParseCjCustomDialogControllerMaskRect() local
57 rect.SetHeight(rectHeight); in ParseCjCustomDialogControllerMaskRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h281 int rectHeight, int pointX, int pointY) override;
283 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) override;
H A Dweb_client_impl.cpp1200 int rectWidth, int rectHeight, int pointX, int pointY) in CreateOverlay() argument
1205 …delegate->CreateOverlay(data, len, width, height, offsetX, offsetY, rectWidth, rectHeight, pointX,… in CreateOverlay()
1208 void WebClientImpl::OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) in OnOverlayStateChanged() argument
1213 delegate->OnOverlayStateChanged(offsetX, offsetY, rectWidth, rectHeight); in OnOverlayStateChanged()
H A Dweb_delegate.h990 int rectHeight, int pointX, int pointY);
992 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight);
H A Dweb_delegate.cpp7212 int rectHeight, int pointX, int pointY) in CreateOverlay() argument
7220 rectHeight, in CreateOverlay()
7225 void WebDelegate::OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) in OnOverlayStateChanged() argument
7229 webPattern->OnOverlayStateChanged(offsetX, offsetY, rectWidth, rectHeight); in OnOverlayStateChanged()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h933 int rectHeight, int pointX, int pointY) in CreateOverlay() argument
939 virtual void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) {} in OnOverlayStateChanged() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h152 void LimitContainerModalMenuRect(double& rectWidth, double& rectHeight);
H A Dmenu_layout_algorithm.cpp1883 void MenuLayoutAlgorithm::LimitContainerModalMenuRect(double& rectWidth, double& rectHeight) in LimitContainerModalMenuRect() argument
1894 rectHeight -= containerOffsetY; in LimitContainerModalMenuRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h640 int rectHeight, int pointX, int pointY);
641 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight);
H A Dweb_pattern.cpp6672 int rectHeight, int pointX, int pointY) in CreateOverlay() argument
6682 rectHeight); in CreateOverlay()
6701 pixelMap, offsetX, offsetY, rectWidth, rectHeight, pointX, pointY, std::move(task)); in CreateOverlay()
6705 void WebPattern::OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) in OnOverlayStateChanged() argument
6713 rectHeight); in OnOverlayStateChanged()
6714 imageAnalyzerManager_->UpdateOverlayStatus(true, offsetX, offsetY, rectWidth, rectHeight); in OnOverlayStateChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp972 int32_t rectHeight = data.ReadInt32(); in HandleUpdateModalExtensionRect() local
973 Rect windowRect{rectX, rectY, rectWidth, rectHeight}; in HandleUpdateModalExtensionRect()