Searched refs:maxPoints (Results 1 - 12 of 12) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvcalibfilter.cpp | 69 maxPoints = 0; 228 maxPoints = 0; 460 if( maxPoints < newMaxPoints ) 465 memcpy( points[i], prev, maxPoints * sizeof(prev[0])); 472 if( maxPoints < newMaxPoints ) 473 maxPoints = newMaxPoints;
|
/external/freetype/include/freetype/ |
H A D | tttables.h | 478 /* maxPoints :: The maximum number of points in a */ 490 /* structure element `maxPoints'. */ 532 FT_UShort maxPoints; member in struct:TT_MaxProfile_
|
/external/freetype/src/truetype/ |
H A D | ttinterp.h | 175 FT_UShort maxPoints; /* capacity of this context's `pts' */ member in struct:TT_ExecContextRec_
|
H A D | ttobjs.h | 123 FT_UShort maxPoints,
|
H A D | ttobjs.c | 104 /* maxPoints :: The capacity of glyph zone in points. */ 116 FT_UShort maxPoints, 126 if ( FT_NEW_ARRAY( zone->org, maxPoints ) || 127 FT_NEW_ARRAY( zone->cur, maxPoints ) || 128 FT_NEW_ARRAY( zone->orus, maxPoints ) || 129 FT_NEW_ARRAY( zone->tags, maxPoints ) || 136 zone->max_points = maxPoints;
|
H A D | ttinterp.c | 410 exec->maxPoints = 0; 469 exec->maxPoints = 0;
|
/external/icu4c/samples/layout/ |
H A D | sfnt.h | 170 le_uint16 maxPoints; member in struct:MAXPTable
|
/external/icu4c/test/letest/ |
H A D | FontObject.h | 133 le_uint16 maxPoints; member in struct:MAXPTable
|
H A D | sfnt.h | 303 le_uint16 maxPoints; member in struct:MAXPTable
|
/external/opencv/cv/src/ |
H A D | cvcalibration.cpp | 1461 int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn; 1525 maxPoints = MAX( maxPoints, ni ); 1536 CV_CALL( _Ji = cvCreateMat( maxPoints*2, NINTRINSIC, CV_64FC1 )); 1537 CV_CALL( _Je = cvCreateMat( maxPoints*2, 6, CV_64FC1 )); 1538 CV_CALL( _err = cvCreateMat( maxPoints*2, 1, CV_64FC1 )); 1854 int i, k, p, ni = 0, ofs, nimages, pointsTotal, maxPoints = 0; 1875 maxPoints = MAX(maxPoints, npoints->data.i[i]); 1937 err = cvCreateMat( maxPoints* [all...] |
/external/freetype/src/sfnt/ |
H A D | ttload.c | 641 FT_FRAME_USHORT( maxPoints ), 665 maxProfile->maxPoints = 0;
|
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 1561 int maxPoints; member in class:CvCalibFilter
|
Completed in 465 milliseconds