Searched refs:maxPoints (Results 1 - 12 of 12) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp69 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 Dtttables.h478 /* 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 Dttinterp.h175 FT_UShort maxPoints; /* capacity of this context's `pts' */ member in struct:TT_ExecContextRec_
H A Dttobjs.h123 FT_UShort maxPoints,
H A Dttobjs.c104 /* 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 Dttinterp.c410 exec->maxPoints = 0;
469 exec->maxPoints = 0;
/external/icu4c/samples/layout/
H A Dsfnt.h170 le_uint16 maxPoints; member in struct:MAXPTable
/external/icu4c/test/letest/
H A DFontObject.h133 le_uint16 maxPoints; member in struct:MAXPTable
H A Dsfnt.h303 le_uint16 maxPoints; member in struct:MAXPTable
/external/opencv/cv/src/
H A Dcvcalibration.cpp1461 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 Dttload.c641 FT_FRAME_USHORT( maxPoints ),
665 maxProfile->maxPoints = 0;
/external/opencv/cvaux/include/
H A Dcvaux.h1561 int maxPoints; member in class:CvCalibFilter

Completed in 465 milliseconds