Searched defs:check_line (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/tools/
H A Dgenpng.c550 * { inside_line, check_line }
606 check_line(const struct arg *arg, double x, double y) function
646 { inside_line, check_line } }
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c528 static int check_line(genhomedircon_settings_t * s, Ustr *line) function
572 if (check_line(s, line) == STATUS_SUCCESS) {
598 if (check_line(s, line) == STATUS_SUCCESS) {
627 if (check_line(s, line) == STATUS_SUCCESS) {
/external/skia/tests/
H A DPathTest.cpp3294 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, function
3336 check_line(reporter, &iter, x1, y1);
3344 check_line(reporter, &iter, x1, y1);
3352 check_line(reporter, &iter, x1, y1);
3353 check_line(reporter, &iter, x2, y2);

Completed in 166 milliseconds