HomeSort by relevance Sort by last modified time
    Searched full:all_points (Results 1 - 4 of 4) sorted by null

  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 242 EuclideanPoint *PointForTrack(vector<EuclideanPoint> *all_points,
244 if (track < 0 || track >= all_points->size()) {
247 EuclideanPoint *point = &(*all_points)[track];
357 // all_points is a vector of all reconstructed 3D points to be optimized,
369 vector<EuclideanPoint> *all_points,
420 if (point.track >= all_points->size()) {
421 all_points->resize(point.track + 1);
424 (*all_points)[point.track].track = point.track;
425 (*all_points)[point.track].X = point.X;
652 vector<EuclideanPoint> *all_points) {
792 vector<EuclideanPoint> all_points; local
    [all...]
  /external/chromium_org/rlz/lib/
financial_ping.cc 151 AccessPoint all_points[LAST_ACCESS_POINT]; local
160 all_points[idx++] = point;
162 all_points[idx] = NO_ACCESS_POINT;
168 if (GetPingParams(product, has_events ? access_points : all_points,
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 90 /* The macro ALL_POINTS is used in `ft_var_readpackedpoints'. It */
96 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0
122 /* special value ALL_POINTS. */
142 return ALL_POINTS;
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 90 /* The macro ALL_POINTS is used in `ft_var_readpackedpoints'. It */
96 #define ALL_POINTS (FT_UShort*)~(FT_PtrDist)0
122 /* special value ALL_POINTS. */
142 return ALL_POINTS;
    [all...]

Completed in 222 milliseconds