Home
last modified time | relevance | path

Searched defs:overlap_test (Results 1 – 4 of 4) sorted by relevance

/third_party/ncurses/Ada95/samples/
Dncurses2-overlap_test.adb50 procedure fillwin (win : Window; ch : Character);
51 procedure crosswin (win : Window; ch : Character);
53 procedure fillwin (win : Window; ch : Character) is
69 procedure crosswin (win : Window; ch : Character) is
88 ch : Character;
89 win1 : Window := New_Window (9, 20, 3, 3);
90 win2 : Window := New_Window (9, 20, 9, 16);
/third_party/skia/m133/tests/
DResourceAllocatorTest.cpp207 static void overlap_test(skiatest::Reporter* reporter, GrDirectContext* dContext, in overlap_test() function
/third_party/skia/tests/
DResourceAllocatorTest.cpp157 static void overlap_test(skiatest::Reporter* reporter, GrDirectContext* dContext, in overlap_test() function
/third_party/ncurses/test/
Dncurses.c7199 overlap_test(bool recur GCC_UNUSED) in overlap_test() function