Home
last modified time | relevance | path

Searched refs:npts (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxdrawing.cpp73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts,
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() argument
999 int edges = npts; in icvFillConvexPoly()
1013 p0 = v[npts - 1]; in icvFillConvexPoly()
1021 for( i = 0; i < npts; i++ ) in icvFillConvexPoly()
1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height ) in icvFillConvexPoly()
1069 edge[1].di = npts - 1; in icvFillConvexPoly()
1091 idx -= ((idx < npts) - 1) & npts; /* idx -= idx >= npts ? npts : 0 */ in icvFillConvexPoly()
1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() argument
1935 if( npts <= 0 ) in cvFillConvexPoly()
[all …]
/external/skia/samplecode/
DSamplePatch.cpp134 int i, npts = (nu + nv) * 2; in draw() local
135 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); in draw()
148 for (i = 0; i < npts; i++) { in draw()
/external/opencv/cxcore/include/
Dcxcore.h1324 CVAPI(void) cvFillConvexPoly( CvArr* img, CvPoint* pts, int npts, CvScalar color,
1328 CVAPI(void) cvFillPoly( CvArr* img, CvPoint** pts, int* npts, int contours, CvScalar color,
1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours,
/external/opencv/cv/include/
Dcvcompat.h881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours,
884 cvPolyLine( img, pts, npts, contours, is_closed,