HomeSort by relevance Sort by last modified time
    Searched refs:line_type (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxdrawing.cpp 62 const void* color, int line_type,
70 const void* color, int thickness, int line_type, int shift );
74 const void* color, int line_type, int shift );
914 const void* color, int thickness, int line_type )
935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT );
939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT );
954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT ));
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift )
2204 int thickness, line_type; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1392 int line_type; member in struct:CvFont
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1993 int type, cn, line_type; local
    [all...]

Completed in 362 milliseconds