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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhull.c52 _segment_hull_intersect(double *sa, double *sb, const double *pnts, argument
62 result = _segment_segment_intersection(sa, sb, pnts + 2 * hull[a],
63 pnts + 2 * hull[a + 1]);
162 * Finding the rect from 4 pnts isn't too bad. Find the bbox
167 _bound(const double *pnts, int npnts, int *hull, int hull_len, double *bbox) argument
179 x = pnts[2 * hull[a]];
180 y = pnts[2 * hull[a] + 1];
204 retval = _segment_hull_intersect(min, max, pnts, hull, hull_len, intr_pnts);
213 _segment_hull_intersect(dir, pnt, pnts, hull, hull_len, intr_pnts + 4);
230 crHullInteriorBox(const double *pnts, in argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_evaluators.c336 GLfloat *pnts; local
401 pnts = _copy_map_points1f(k, ustride, uorder, (GLfloat *) points);
403 pnts = _copy_map_points1d(k, ustride, uorder, (GLdouble *) points);
411 e->eval1D[i].coeff = pnts;
447 GLfloat *pnts; local
529 pnts = _copy_map_points2f(k, ustride, uorder,
532 pnts = _copy_map_points2d(k, ustride, uorder,
545 e->eval2D[i].coeff = pnts;

Completed in 45 milliseconds