HomeSort by relevance Sort by last modified time
    Searched defs:num_points (Results 1 - 25 of 26) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
visibility.cc 84 int num_points = 0; local
87 num_points = max(num_points, (*visibility[i].rbegin()) + 1);
96 vector<set<int> > inverse_visibility(num_points);
system_test.cc 337 int num_points() const { return num_points_; } function in class:ceres::internal::BundleAdjustmentProblem
  /external/ceres-solver/examples/
bal_problem.h 70 int num_points() const { return num_points_; } function in class:ceres::examples::BALProblem
bundle_adjuster.cc 142 const int num_points = bal_problem->num_points(); local
160 for (int i = 0; i < num_points; ++i) {
169 for (int i = 0; i < num_points; ++i) {
178 for (int i = 0; i < num_points; ++i) {
208 for (int i = 0; i < num_points; ++i) {
circle_fit.cc 138 int num_points = 0; local
144 num_points++;
147 std::cout << "Got " << num_points << " points.\n"; local
  /external/freetype/src/base/
ftgloadr.c 369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
381 num_points );
383 num_points );
391 num_points );
393 num_points );
396 out->n_points = (short)num_points;
ftstroke.c 304 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
321 FT_UInt new_max = border->num_points + new_points;
351 FT_UInt count = border->num_points;
358 border->num_points = start;
363 border->num_points = --count;
425 border->points[border->num_points - 1] = *to;
430 if ( border->num_points > 0 &&
431 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
432 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
439 FT_Vector* vec = border->points + border->num_points;
655 FT_UInt num_points = 0; local
1978 FT_UInt num_points = 0, num_contours = 0; local
2008 FT_UInt count1, count2, num_points = 0; local
2334 FT_UInt num_points, num_contours; local
2415 FT_UInt num_points, num_contours; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 368 FT_UInt num_points = source->base.outline.n_points; local
372 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
380 num_points );
382 num_points );
390 num_points );
392 num_points );
395 out->n_points = (short)num_points;
ftstroke.c 304 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
321 FT_UInt new_max = border->num_points + new_points;
351 FT_UInt count = border->num_points;
358 border->num_points = start;
363 border->num_points = --count;
425 border->points[border->num_points - 1] = *to;
430 if ( border->num_points > 0 &&
431 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
432 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
439 FT_Vector* vec = border->points + border->num_points;
655 FT_UInt num_points = 0; local
1982 FT_UInt num_points = 0, num_contours = 0; local
2012 FT_UInt count1, count2, num_points = 0; local
2338 FT_UInt num_points, num_contours; local
2417 FT_UInt num_points, num_contours; local
    [all...]
  /external/freetype/src/autofit/
afwarp.c 174 FT_Int nn, num_points, num_segments; local
203 num_points = hints->num_points;
214 for ( nn = 1; nn < num_points; nn++ )
afhints.h 343 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
  /system/core/include/system/
graphics.h 491 * @num_points is the number of points in the list
494 * It contains (num_points) * 4 floats.
506 * lastPoint.x = d.xyzc_points[(d.num_points - 1) * 4 + 0];
507 * lastPoint.y = d.xyzc_points[(d.num_points - 1) * 4 + 1];
508 * lastPoint.z = d.xyzc_points[(d.num_points - 1) * 4 + 2];
509 * lastPoint.confidence = d.xyzc_points[(d.num_points - 1) * 4 + 3];
513 uint32_t num_points; member in struct:android_depth_points
  /external/freetype/src/psaux/
t1decode.c 816 FT_UInt num_points, nn, mm; local
828 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 );
829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
852 delta = top + num_points;
854 for ( nn = 0; nn < num_points; nn++ )
865 known_othersubr_result_cnt = (FT_Int)num_points;
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 80 const int num_points = etalon_size.width * etalon_size.height; local
127 CV_CALL(object_points = (CvPoint3D32f *)cvAlloc(num_points * sizeof(CvPoint3D32f)));
128 CV_CALL(points = (CvPoint2D32f *)cvAlloc(num_points * sizeof(CvPoint2D32f)));
170 int count = num_points;
176 // If found is true, it means all the points were found (count = num_points).
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 815 FT_UInt num_points, nn, mm; local
827 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 );
828 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
851 delta = top + num_points;
853 for ( nn = 0; nn < num_points; nn++ )
864 known_othersubr_result_cnt = num_points;
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 214 axis->maximum = map->design_points[map->num_points - 1];
239 for ( j = 1; j < axismap->num_points; ++j )
249 return INT_TO_FIXED( axismap->design_points[axismap->num_points - 1] );
439 for ( p = 0; p < (FT_UInt)map->num_points; p++ )
465 the_blend = blends[map->num_points - 1];
556 dmap->num_points = 0;
771 FT_Int p, num_points; local
779 T1_MAX_MM_MAP_POINTS, &num_points );
781 if ( num_points <= 0 || num_points > T1_MAX_MM_MAP_POINTS
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 191 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttgload.c 1028 FT_UInt num_points = (FT_UInt)gloader->base.outline.n_points; local
1043 for ( i = num_base_points; i < num_points; i++ )
1819 FT_UInt num_points = start_point; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 196 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 1024 FT_UInt num_points = gloader->base.outline.n_points; local
1039 for ( i = num_base_points; i < num_points; i++ )
1059 l >= num_points )
1733 FT_UInt num_points = start_point; local
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 1732 size_t num_points = num; local
    [all...]
  /external/flac/include/FLAC/
format.h 613 unsigned num_points; member in struct:__anon9300
    [all...]
  /external/freetype/include/
t1tables.h 288 FT_Byte num_points; member in struct:PS_DesignMap_
    [all...]
  /external/pdfium/third_party/freetype/include/
t1tables.h 288 FT_Byte num_points; member in struct:PS_DesignMap_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline

Completed in 1154 milliseconds

1 2