Searched refs:EventSortByY (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_occlusion_region_test.cpp | 56 HWTEST_F(WmOcclusionRegionTest, EventSortByY, Function | SmallTest | Level2) 66 result = EventSortByY(event1, event2); 73 result = EventSortByY(event1, event2); 78 result = EventSortByY(event1, event2); 83 result = EventSortByY(event1, event2);
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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)); 93 ASSERT_FALSE(EventSortByY(e1, e3));
|
/ohos5.0/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()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 71 bool EventSortByY(const Event& e1, const Event& e2);
|
/ohos5.0/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);
|