Searched defs:maxLines (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 77 …HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) : in HoughSegmentDetectorImpl() 96 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() 181 …createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) in createHoughSegmentDetector()
|
D | hough_lines.cpp | 73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : in HoughLinesDetectorImpl() 93 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() 206 …v::cuda::createHoughLinesDetector(float rho, float theta, int threshold, bool doSort, int maxLines) in createHoughLinesDetector()
|
/external/libvncserver/libvncserver/ |
D | ultra.c | 167 int maxLines; in rfbSendRectEncodingUltra() local
|
D | zlib.c | 266 int maxLines; in rfbSendRectEncodingZlib() local
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDReader.cpp | 54 int32_t maxLines; in DeDecode() local
|
/external/icu/icu4c/source/samples/layout/ |
D | cgnomelayout.c | 212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local
|
D | gnomelayout.cpp | 220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 217 int maxLines = MAXLINES; in getLines() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | wrtjava.cpp | 217 int32_t maxLines = 3000; in getColumnCount() local
|