Searched refs:ppts (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 164 const Point* ppts[] = {&polyline[0], &polyline[0]+4}; in draw() local 166 fillPoly( img, ppts, pn, 2, Scalar(100, 100, 0), 8, 0, Point(500, 20) ); in draw() 323 CvPoint* ppts[] = {&polyline[0], &polyline[0]+4}; in draw() local 325 cvFillPoly( &img, ppts, pn, 2, cvScalar(100, 100, 0), 8, 0 ); in draw()
|