/external/opencv/cv/src/ |
D | cvconvhull.cpp | 231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local 238 hull.s = 0; in cvConvexHull2() 496 hull.s = hullseq; in cvConvexHull2() 497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2() 510 return hull.s; in cvConvexHull2() 536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local 561 if( CV_IS_SEQ( hull )) in cvConvexityDefects() 563 int hulltype = CV_SEQ_ELTYPE( hull ); in cvConvexityDefects() 569 storage = hull->storage; in cvConvexityDefects() 573 CvMat* mat = (CvMat*)hull; in cvConvexityDefects() [all …]
|
D | cvcalibinit.cpp | 1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local 1086 double hull_area = fabs(cvContourArea(hull, CV_WHOLE_SEQ)); in icvCleanFoundConnectedQuads()
|
/external/skia/experimental/Intersection/ |
D | QuadraticImplicit.cpp | 158 Quadratic hull; in isLinearInner() local 159 sub_divide(q1, t1s, t1e, hull); in isLinearInner() 160 _Line line = {hull[2], hull[0]}; in isLinearInner() 161 const _Line* testLines[] = { &line, (const _Line*) &hull[0], (const _Line*) &hull[1] }; in isLinearInner() 195 bool startInTriangle = point_in_hull(hull, end); in isLinearInner() 200 bool endInTriangle = point_in_hull(hull, end); in isLinearInner()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticImplicit.cpp | 158 Quadratic hull; in isLinearInner() local 159 sub_divide(q1, t1s, t1e, hull); in isLinearInner() 160 _Line line = {hull[2], hull[0]}; in isLinearInner() 161 const _Line* testLines[] = { &line, (const _Line*) &hull[0], (const _Line*) &hull[1] }; in isLinearInner() 195 bool startInTriangle = point_in_hull(hull, end); in isLinearInner() 200 bool endInTriangle = point_in_hull(hull, end); in isLinearInner()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 150 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local 151 SkDLine line = {{hull[2], hull[0]}}; in is_linear_inner() 152 const SkDLine* testLines[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] }; in is_linear_inner() 189 bool startInTriangle = hull.pointInHull(end); in is_linear_inner() 194 bool endInTriangle = hull.pointInHull(end); in is_linear_inner()
|
/external/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 150 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local 151 SkDLine line = {{hull[2], hull[0]}}; in is_linear_inner() 152 const SkDLine* testLines[] = { &line, (const SkDLine*) &hull[0], (const SkDLine*) &hull[1] }; in is_linear_inner() 189 bool startInTriangle = hull.pointInHull(end); in is_linear_inner() 194 bool endInTriangle = hull.pointInHull(end); in is_linear_inner()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 384 int orientation, int* hull, int* hullsize ) in cvConvexHull() argument 387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull ); in cvConvexHull() 399 orientation, hull, hullsize ) \ argument 400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/ |
D | d3d11ddi.txt | 44 HS = hull shader: tessellation control shader 155 - Gallium does not support hull shaders 316 - Gallium does not support hull shaders
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 44 HS = hull shader: tessellation control shader 155 - Gallium does not support hull shaders 316 - Gallium does not support hull shaders
|
/external/chromium_org/third_party/d3/src/ |
D | d3.js | 4709 d3.geom.hull = function(vertices) { function 4711 if (arguments.length) return hull(vertices); 4712 function hull(data) { function 4726 hull.x = function(_) { 4727 return arguments.length ? (x = _, hull) : x; 4729 hull.y = function(_) { 4730 return arguments.length ? (y = _, hull) : y; 4732 return hull; 4735 var n = points.length, hull = [ 0, 1 ], hs = 2; 4737 while (hs > 1 && d3_cross2d(points[hull[hs - 2]], points[hull[hs - 1]], points[i]) <= 0) --hs; [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 10288 hull hull 10289 hulling hull
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 2884 N "hull" :G2P
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 13967 hull hul
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 16653 http://student.hull.ac.uk/support/hull/dropping.html 16654 http://student.hull.ac.uk/support/scboro/dropping.html 48121 http://www.hull.ac.uk/05/news/dec/medical_trial.html 48122 http://www.hull.ac.uk/05/news/june/tutu.html
|