HomeSort by relevance Sort by last modified time
    Searched defs:DEGREE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 33 #define DEGREE 3 /* Cubic Bezier curve */
34 #define W_DEGREE 5 /* Degree of eqn to find roots of */
74 Point2 *w; /* Ctl pts for 5th-degree eqn */
79 /* Convert problem to 5th-degree Bezier form */
82 /* Find all possible roots of 5th-degree equation */
100 p = Bezier(V, DEGREE, t_candidate[i],
110 new_dist = V2SquaredLength(V2Sub(&P, &V[DEGREE], &v));
119 return (Bezier(V, DEGREE, t, (Point2 *)NULL, (Point2 *)NULL));
125 * Given a point and a Bezier curve, generate a 5th-degree
135 Vector2 c[DEGREE+1]; /* V(i)'s - P *
196 int degree; \/* The degree of the polynomial *\/ variable
255 int degree; \/* Degreee of Bezier curve *\/ variable
280 int degree; \/* Degree of polynomial *\/ variable
391 int degree; \/* Degree of curve *\/ variable
426 int degree; \/* Degree of bezier curve *\/ variable
    [all...]
  /external/skia/experimental/Intersection/
NearestPoint.cpp 33 #define DEGREE 3 /* Cubic Bezier curve */
34 #define W_DEGREE 5 /* Degree of eqn to find roots of */
74 Point2 *w; /* Ctl pts for 5th-degree eqn */
79 /* Convert problem to 5th-degree Bezier form */
82 /* Find all possible roots of 5th-degree equation */
100 p = Bezier(V, DEGREE, t_candidate[i],
110 new_dist = V2SquaredLength(V2Sub(&P, &V[DEGREE], &v));
119 return (Bezier(V, DEGREE, t, (Point2 *)NULL, (Point2 *)NULL));
125 * Given a point and a Bezier curve, generate a 5th-degree
135 Vector2 c[DEGREE+1]; /* V(i)'s - P *
196 int degree; \/* The degree of the polynomial *\/ variable
255 int degree; \/* Degreee of Bezier curve *\/ variable
280 int degree; \/* Degree of polynomial *\/ variable
391 int degree; \/* Degree of curve *\/ variable
426 int degree; \/* Degree of bezier curve *\/ variable
    [all...]
  /external/opencv/ml/include/
ml.h 329 double degree; // for poly member in struct:CvSVMParams
492 enum { C=0, GAMMA=1, P=2, NU=3, COEF=4, DEGREE=5 };
512 CvParamGrid degree_grid = get_default_grid(CvSVM::DEGREE) );
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 112 milliseconds