/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 323 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 D | image_analyzer_manager.h | 47 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 D | js_input_monitor_manager.cpp | 344 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 D | text_field_content_modifier_test.cpp | 101 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 D | dot_indicator_modifier.cpp | 97 …float rectHeight = contentProperty.indicatorPadding + itemHeight + contentProperty.indicatorPaddin… in PaintBackground() local 99 …rectHeight = 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 D | cj_customdialog_controller_ffi.cpp | 54 …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 D | web_client_impl.h | 281 int rectHeight, int pointX, int pointY) override; 283 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight) override;
|
H A D | web_client_impl.cpp | 1200 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 D | web_delegate.h | 990 int rectHeight, int pointX, int pointY); 992 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight);
|
H A D | web_delegate.cpp | 7212 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 D | nweb_handler.h | 933 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 D | menu_layout_algorithm.h | 152 void LimitContainerModalMenuRect(double& rectWidth, double& rectHeight);
|
H A D | menu_layout_algorithm.cpp | 1883 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 D | web_pattern.h | 640 int rectHeight, int pointX, int pointY); 641 void OnOverlayStateChanged(int offsetX, int offsetY, int rectWidth, int rectHeight);
|
H A D | web_pattern.cpp | 6672 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 D | scene_session_manager_stub.cpp | 972 int32_t rectHeight = data.ReadInt32(); in HandleUpdateModalExtensionRect() local 973 Rect windowRect{rectX, rectY, rectWidth, rectHeight}; in HandleUpdateModalExtensionRect()
|