Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dgenpng.c488 circle_check_line(const struct arg *arg, double x, double y, double w) in circle_check_line() function
518 return circle_check_line(arg, x, y, FILTER_WIDTH); in check_circle_filled()
524 return circle_check_line(arg, x, y, arg->width/2) == 0; in inside_circle()
533 if (circle_check_line(arg, x, y, w+FILTER_WIDTH) == 0) in check_circle()
537 if (w > 0 && circle_check_line(arg, x, y, w) == 0) in check_circle()