Home | History | Annotate | Download | only in src

Lines Matching defs:fn

224     int fn = 0;
276 fn += _POINT( row, col ) != 0;
278 CV_CALL( x = (int*)cvAlloc( fn * sizeof(x[0])));
279 CV_CALL( y = (int*)cvAlloc( fn * sizeof(y[0])));
365 for( index = 0; index < fn; index++ )