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

/httpd/modules/mappers/
H A Dmod_imagemap.c204 double *closest)
215 if (*closest < 0 || dist_squared < *closest) {
216 *closest = dist_squared;
217 return (1); /* if this is the first point or is the closest yet
218 set 'closest' equal to this distance^2 */
221 return (0); /* if it's not the first or closest */
586 char *closest = NULL; local
820 closest = apr_pstrdup(r->pool, value);
825 closest o
203 is_closer(const double point[2], double coords[MAXVERTS][2], double *closest) argument
[all...]

Completed in 36 milliseconds