/external/opencv/cxcore/src/ |
cxdrawing.cpp | 73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts, 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) 999 int edges = npts; [all...] |
/external/chromium_org/third_party/skia/samplecode/ |
SamplePatch.cpp | 133 int i, npts = (nu + nv) * 2; local 134 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); 147 for (i = 0; i < npts; i++) {
|
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, 884 cvPolyLine( img, pts, npts, contours, is_closed, [all...] |