Searched refs:testpoint (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_imagemap.c590 double testpoint[2]; local
629 testpoint[X] = get_x_coord(r->args);
630 testpoint[Y] = get_y_coord(r->args);
632 if ((testpoint[X] == -1 || testpoint[Y] == -1) ||
633 (testpoint[X] == 0 && testpoint[Y] == 0)) {
636 testpoint[X] = -1;
637 testpoint[Y] = -1;
772 if (testpoint[
[all...]

Completed in 327 milliseconds