Home
last modified time | relevance | path

Searched refs:t_count (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/coders/
Dipl.c188 size_t t_count=0; in ReadIPLImage() local
391 t_count++; in ReadIPLImage()
400 if(t_count < ipl_info.z * ipl_info.time){ in ReadIPLImage()
416 } while (t_count < ipl_info.z*ipl_info.time); in ReadIPLImage()
/external/opencv/cv/src/
Dcvconvhull.cpp252 int t_count; in cvConvexHull2() local
401 CV_SWAP( tl_count, tr_count, t_count ); in cvConvexHull2()
440 CV_SWAP( bl_count, br_count, t_count ); in cvConvexHull2()
/external/skia/src/core/
DSkGeometry.h113 int t_count);