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

/httpd/modules/mappers/
H A Dmod_imagemap.c591 double pointarray[MAXVERTS + 1][2]; local
734 &pointarray[vertex][X], &pointarray[vertex][Y]) == 2) {
755 pointarray[vertex][X] = -1; /* signals the end of vertices */
772 if (testpoint[X] == -1 || pointarray[0][X] == -1) {
780 if (pointinpoly(testpoint, pointarray)) {
793 if (pointincircle(testpoint, pointarray)) {
806 if (pointinrect(testpoint, pointarray)) {
819 if (is_closer(testpoint, pointarray, &closest_yet)) {

Completed in 1038 milliseconds