Home
last modified time | relevance | path

Searched refs:maxLines (Results 1 – 24 of 24) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp77 …HoughSegmentDetectorImpl(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) : in HoughSegmentDetectorImpl() argument
78 …o_(rho), theta_(theta), minLineLength_(minLineLength), maxLineGap_(maxLineGap), maxLines_(maxLines) in HoughSegmentDetectorImpl()
96 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() argument
181 …createHoughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines) in createHoughSegmentDetector() argument
183 return makePtr<HoughSegmentDetectorImpl>(rho, theta, minLineLength, maxLineGap, maxLines); in createHoughSegmentDetector()
Dhough_lines.cpp73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : in HoughLinesDetectorImpl() argument
74 rho_(rho), theta_(theta), threshold_(threshold), doSort_(doSort), maxLines_(maxLines) in HoughLinesDetectorImpl()
93 void setMaxLines(int maxLines) { maxLines_ = maxLines; } in setMaxLines() argument
206 …v::cuda::createHoughLinesDetector(float rho, float theta, int threshold, bool doSort, int maxLines) in createHoughLinesDetector() argument
208 return makePtr<HoughLinesDetectorImpl>(rho, theta, threshold, doSort, maxLines); in createHoughLinesDetector()
/external/libvncserver/libvncserver/
Dultra.c167 int maxLines; in rfbSendRectEncodingUltra() local
177 maxLines = ( ULTRA_MAX_SIZE(w) / w ); in rfbSendRectEncodingUltra()
187 if ( maxLines < linesRemaining ) in rfbSendRectEncodingUltra()
188 linesToComp = maxLines; in rfbSendRectEncodingUltra()
216 ( linesToComp == maxLines )) { in rfbSendRectEncodingUltra()
Dzlib.c266 int maxLines; in rfbSendRectEncodingZlib() local
276 maxLines = ( ZLIB_MAX_SIZE(w) / w ); in rfbSendRectEncodingZlib()
286 if ( maxLines < linesRemaining ) in rfbSendRectEncodingZlib()
287 linesToComp = maxLines; in rfbSendRectEncodingZlib()
315 ( linesToComp == maxLines )) { in rfbSendRectEncodingZlib()
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDReader.cpp54 int32_t maxLines; in DeDecode() local
56 maxLines = height; in DeDecode()
58 maxLines = 15; in DeDecode()
60 for (int32_t x = 0; x < maxLines; x++) { in DeDecode()
/external/opencv3/modules/cudaimgproc/include/opencv2/
Dcudaimgproc.hpp369 virtual void setMaxLines(int maxLines) = 0;
382 …oughLinesDetector(float rho, float theta, int threshold, bool doSort = false, int maxLines = 4096);
417 virtual void setMaxLines(int maxLines) = 0;
429 …ughSegmentDetector(float rho, float theta, int minLineLength, int maxLineGap, int maxLines = 4096);
/external/gptfdisk/
Dparttypes.cc383 void PartType::ShowAllTypes(int maxLines) const { in ShowAllTypes()
401 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) { in ShowAllTypes()
Dparttypes.h63 void ShowAllTypes(int maxLines = 21) const;
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp220 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose() local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
Dcgnomelayout.c212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose() local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp217 int maxLines = MAXLINES; in getLines() local
232 if (numLines >= maxLines) { in getLines()
233 maxLines += MAXLINES; in getLines()
234 ULine *newLines = new ULine[maxLines]; in getLines()
/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp217 int32_t maxLines = 3000; in getColumnCount() local
223 if (maxLines < (adjustedLen / columnCount) ){ in getColumnCount()
224 columnCount = adjustedLen / maxLines; in getColumnCount()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...