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

/httpd/server/
H A Dapreq_util.c965 apr_status_t spool_bucket_split(apr_bucket *a, apr_size_t point) argument
967 apr_status_t rv = apr_bucket_shared_split(a, point);
/httpd/modules/mappers/
H A Dmod_imagemap.c34 * Added point datatype, using code in NCSA's version 1.8 imagemap.c
36 * The point code is originally added by Craig Milo Rogers, Rogers@ISI.Edu
133 static int pointinrect(const double point[2], double coords[MAXVERTS][2]) argument
154 return ((point[X] >= min[0] && point[X] <= max[0]) &&
155 (point[Y] >= min[1] && point[Y] <= max[1]));
158 static int pointincircle(const double point[2], double coords[MAXVERTS][2]) argument
165 radius2 = ((coords[0][Y] - point[Y]) * (coords[0][Y] - point[
174 pointinpoly(const double point[2], double pgon[MAXVERTS][2]) argument
203 is_closer(const double point[2], double coords[MAXVERTS][2], double *closest) argument
[all...]

Completed in 977 milliseconds