Home | History | Annotate | Download | only in src

Lines Matching refs:fillPoly

2702     // C++:  void fillPoly(Mat& img, vector_vector_Point pts, Scalar color, int lineType = LINE_8, int shift = 0, Point offset = Point())
2705 //javadoc: fillPoly(img, pts, color, lineType, shift, offset)
2706 public static void fillPoly(Mat img, List<MatOfPoint> pts, Scalar color, int lineType, int shift, Point offset)
2715 //javadoc: fillPoly(img, pts, color)
2716 public static void fillPoly(Mat img, List<MatOfPoint> pts, Scalar color)
3264 // C++: void fillPoly(Mat& img, vector_vector_Point pts, Scalar color, int lineType = LINE_8, int shift = 0, Point offset = Point())