Home
last modified time | relevance | path

Searched refs:GetScreenRect (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_test.cpp102 auto rect = beforeInfo.GetScreenRect(); in FillNativeAccessibilityElementInfoPart()
262 EXPECT_EQ(beforeInfo.GetScreenRect().leftTopX, in CheckTransformElementInfoResultPart()
263 afterInfo.GetScreenRect().leftTopX); in CheckTransformElementInfoResultPart()
264 EXPECT_EQ(beforeInfo.GetScreenRect().leftTopY, in CheckTransformElementInfoResultPart()
265 afterInfo.GetScreenRect().leftTopY); in CheckTransformElementInfoResultPart()
266 EXPECT_EQ(beforeInfo.GetScreenRect().rightBottomX, in CheckTransformElementInfoResultPart()
267 afterInfo.GetScreenRect().rightBottomX); in CheckTransformElementInfoResultPart()
268 EXPECT_EQ(beforeInfo.GetScreenRect().rightBottomY, in CheckTransformElementInfoResultPart()
269 afterInfo.GetScreenRect().rightBottomY); in CheckTransformElementInfoResultPart()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Ddscreen_maprelation.h47 ScreenRect& GetScreenRect();
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp67 Rect RootView::GetScreenRect() in GetScreenRect() function in OHOS::RootView
358 if (!curview->IsVisible() || !rect.Intersect(curview->GetRect(), GetScreenRect())) { in OptimizeInvalidMap()
423 invalidateRects_.PushBack(GetScreenRect()); in OptimizeAddRect()
452 if (commonRect.Intersect(rect, GetScreenRect())) { in AddInvalidateRect()
523 Rect flushRect(GetScreenRect()); in Render()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Droot_view.h307 inline Rect GetScreenRect();
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h49 auto rect = nativeInfo.GetScreenRect(); in TransformAccessbilityElementInfo()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp62 ScreenRect& DScreenMapRelation::GetScreenRect() in GetScreenRect() function in OHOS::DistributedHardware::DScreenMapRelation
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion.cpp102 ScreenRect screenRect = mapRelation_->GetScreenRect(); in SetUpWindow()
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp92 static void GetScreenRect(napi_env env, std::unique_ptr<Param> &param, napi_value &argv) in GetScreenRect() function
94 GNAPI_LOG("Get Screenshot Option: GetScreenRect"); in GetScreenRect()
174 GetScreenRect(env, param, argv); in GetScreenshotParam()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Ddscreen_maprelation_test.cpp81 * @tc.desc: Verify the GetScreenRect function.
91 ScreenRect actual = dscreenMapRelation->GetScreenRect(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h302 ArkUI_AccessibleRect GetScreenRect() const in GetScreenRect() function
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp177 ScreenRect screenRect = mapRelation_->GetScreenRect(); in ConfigWindow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h251 RSB_EXPORT static Vector4f GetScreenRect(const RSContext& context);
H A Drs_profiler_base.cpp327 Vector4f RSProfiler::GetScreenRect(const RSContext& context) in GetScreenRect() function in RSProfiler
H A Drs_profiler.cpp1214 const Vector4f screenRect = GetScreenRect(*g_context); in OnParallelRenderBegin()

Completed in 13 milliseconds