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

1 2

  /device/google/contexthub/firmware/os/algos/calibration/common/
diversity_checker.c 74 diverse_data->num_points = 0;
96 for (i = 0; i < diverse_data->num_points; ++i) {
121 diverse_data[diverse_data->num_points * THREE_AXIS_DATA_DIM],
125 diverse_data->num_points++;
128 if (diverse_data->num_points == NUM_DIVERSE_VECTORS) {
140 if (diverse_data->num_points <= diverse_data->min_num_diverse_vectors ||
153 for (i = 0; i < diverse_data->num_points; ++i) {
187 float inv = 1.0f / diverse_data->num_points;
diversity_checker.h 64 size_t num_points; member in struct:DiversityChecker
  /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 314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
331 FT_UInt new_max = border->num_points + new_points;
361 FT_UInt count = border->num_points;
368 border->num_points = start;
373 border->num_points = --count;
435 border->points[border->num_points - 1] = *to;
440 if ( border->num_points > 0 &&
441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
449 FT_Vector* vec = border->points + border->num_points;
665 FT_UInt num_points = 0; local
1989 FT_UInt num_points = 0, num_contours = 0; local
2019 FT_UInt count1, count2, num_points = 0; local
2336 FT_UInt num_points, num_contours; local
2417 FT_UInt num_points, num_contours; local
    [all...]
  /external/pdfium/third_party/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 314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
331 FT_UInt new_max = border->num_points + new_points;
361 FT_UInt count = border->num_points;
368 border->num_points = start;
373 border->num_points = --count;
435 border->points[border->num_points - 1] = *to;
440 if ( border->num_points > 0 &&
441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
449 FT_Vector* vec = border->points + border->num_points;
665 FT_UInt num_points = 0; local
1988 FT_UInt num_points = 0, num_contours = 0; local
2018 FT_UInt count1, count2, num_points = 0; local
2335 FT_UInt num_points, num_contours; local
2416 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.c 308 AF_Point limit = points + hints->num_points;
316 if ( hints->num_points )
698 hints->num_points = 0;
732 hints->num_points = 0;
794 hints->num_points = outline->n_points;
819 if ( hints->num_points == 0 )
824 AF_Point point_limit = points + hints->num_points;
1137 AF_Point limit = point + hints->num_points;
    [all...]
afhints.h 345 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
  /system/core/libsystem/include/system/
graphics.h 203 * num_points is the number of points in the list
206 * It contains (num_points) * 4 floats.
218 * lastPoint.x = d.xyzc_points[(d.num_points - 1) * 4 + 0];
219 * lastPoint.y = d.xyzc_points[(d.num_points - 1) * 4 + 1];
220 * lastPoint.z = d.xyzc_points[(d.num_points - 1) * 4 + 2];
221 * lastPoint.confidence = d.xyzc_points[(d.num_points - 1) * 4 + 3];
225 uint32_t num_points; member in struct:android_depth_points
  /external/flac/libFLAC/
format.c 243 for(i = 0; i < seek_table->num_points; i++) {
278 if (seek_table->num_points == 0)
282 qsort(seek_table->points, seek_table->num_points, sizeof(FLAC__StreamMetadata_SeekPoint), (int (*)(const void *, const void *))seekpoint_compare_);
286 for(i = j = 0; i < seek_table->num_points; i++) {
297 for(i = j; i < seek_table->num_points; i++) {
  /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] );
443 design = ( designs[map->num_points - 1] - designs[0] ) / 2;
445 for ( p = 0; p < (FT_UInt)map->num_points; p++ )
471 the_blend = blends[map->num_points - 1];
556 dmap->num_points = 0;
782 FT_Int p, num_points; local
790 T1_MAX_MM_MAP_POINTS, &num_points );
792 if ( num_points <= 0 || num_points > T1_MAX_MM_MAP_POINTS
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1046 glyph->num_points = 0;
1086 FT_UInt count = glyph->num_points;
1124 for ( n = 0; n < glyph->num_points; n++ )
1174 glyph->num_points = (FT_UInt)outline->n_points;
    [all...]
pshalgo.h 191 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 1046 glyph->num_points = 0;
1086 FT_UInt count = glyph->num_points;
1124 for ( n = 0; n < glyph->num_points; n++ )
1174 glyph->num_points = (FT_UInt)outline->n_points;
    [all...]
pshalgo.h 191 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /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).
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c 645 static size_t num_points = 0; local
651 num_points = 0;
662 num_points++;
677 if (num_points > 0) {
680 gyro_cal->temperature_mean_celsius = mean_accumulator / num_points;
686 if (num_points > 0) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder.py 426 num_points = 7
444 lin = np.linspace(0, 1, num_points)
453 ind = np.transpose([np.tile(x_range[0], num_points),
454 np.repeat(y_range[0], num_points)])
472 ind = np.transpose([np.tile(x_range[i], num_points),
473 np.repeat(y_range[i], num_points)])
    [all...]
  /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/pdfium/third_party/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/flac/include/FLAC/
format.h 613 unsigned num_points; member in struct:__anon19145
    [all...]
  /external/freetype/include/freetype/
t1tables.h 288 FT_Byte num_points; member in struct:PS_DesignMap_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h 288 FT_Byte num_points; member in struct:PS_DesignMap_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 288 FT_Byte num_points; member in struct:PS_DesignMap_
    [all...]

Completed in 551 milliseconds

1 2