Searched defs:npts (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() 1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() 1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly() 2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 134 int i, npts = (nu + nv) * 2; in draw() local
|