Searched refs:check_direction (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 88 static int check_direction(snd_seq_port_info_t *pinfo, int bit) in check_direction() function 94 #define check_direction(x, y) 1 macro 108 check_direction(pinfo, SND_SEQ_PORT_DIR_INPUT)) in check_permission() 113 check_direction(pinfo, SND_SEQ_PORT_DIR_OUTPUT)) in check_permission()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 1053 static void check_direction(skiatest::Reporter* reporter, const SkPath& path, in check_direction() function 1102 check_direction(reporter, path, SkPathFirstDirection::kCW); in test_direction() 1118 check_direction(reporter, path, SkPathFirstDirection::kCCW); in test_direction() 1126 check_direction(reporter, path, SkPathFirstDirection::kCW); in test_direction() 1131 check_direction(reporter, path, SkPathFirstDirection::kCCW); in test_direction() 1139 check_direction(reporter, path, SkPathFirstDirection::kCCW); in test_direction() 1144 check_direction(reporter, path, SkPathFirstDirection::kCW); in test_direction() 1151 check_direction(reporter, path, SkPathFirstDirection::kCCW); in test_direction() 1327 check_direction(reporter, tinyConvexPolygon, SkPathFirstDirection::kCW); in test_path_crbug389050() 1335 check_direction(reporte in test_path_crbug389050() [all...] |
Completed in 6 milliseconds