Searched refs:EventSortByY (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_occlusion_region_test.cpp | 53 * @tc.desc: test WmOcclusion::EventSortByY 56 HWTEST_F(WmOcclusionRegionTest, EventSortByY, Function | SmallTest | Level2) in HWTEST_F() 66 result = EventSortByY(event1, event2); in HWTEST_F() 73 result = EventSortByY(event1, event2); in HWTEST_F() 78 result = EventSortByY(event1, event2); in HWTEST_F() 83 result = EventSortByY(event1, event2); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region.cpp | 33 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY() function 260 sort(events.begin(), events.end(), EventSortByY); in RegionOpLocal()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_occlusion_region_test.cpp | 90 ASSERT_TRUE(EventSortByY(e1, e2)); in HWTEST_F() 93 ASSERT_FALSE(EventSortByY(e1, e3)); in HWTEST_F()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_occlusion_region.cpp | 59 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY() function 242 sort(events.begin(), events.end(), EventSortByY); in RegionOpLocal()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/ |
H A D | rsbasecommon_fuzzer.cpp | 172 (void)EventSortByY(event1, event2); in RSObjOcclusionFuzzTest()
|
/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 71 bool EventSortByY(const Event& e1, const Event& e2);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 172 bool EventSortByY(const Event& e1, const Event& e2);
|
Completed in 6 milliseconds