Home
last modified time | relevance | path

Searched refs:EventSortByY (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp56 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 Dwm_occlusion_region.cpp59 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 Drs_occlusion_region.cpp33 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 Drs_occlusion_region_test.cpp90 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 Drsbasecommon_fuzzer.cpp172 (void)EventSortByY(event1, event2); in RSObjOcclusionFuzzTest()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_occlusion_region.h71 bool EventSortByY(const Event& e1, const Event& e2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h172 bool EventSortByY(const Event& e1, const Event& e2);