Searched defs:maxHeight (Results 1 - 25 of 29) sorted by relevance

12

/external/opencv3/modules/cudalegacy/test/
H A DNCVTestSourceProvider.hpp57 NCVTestSourceProvider(Ncv32u seed, T rangeLow, T rangeHigh, Ncv32u maxWidth, Ncv32u maxHeight) argument
71 data.reset(new NCVMatrixAlloc<T>(*this->allocatorCPU.get(), maxWidth, maxHeight));
75 this->dataHeight = maxHeight;
79 for (Ncv32u i=0; i<maxHeight; i++)
H A Dmain_nvidia.cpp56 Ncv32u maxWidth, Ncv32u maxHeight)
65 for (Ncv32f _i=1.0; _i<maxHeight; _i*=1.2f)
77 Ncv32u maxWidth, Ncv32u maxHeight)
86 for (Ncv32f _i=1.0; _i<maxHeight; _i*=1.2f)
98 Ncv32u maxWidth, Ncv32u maxHeight)
102 for (Ncv32f _i=32; _i<maxHeight/2 && _i < maxWidth/2; _i*=1.2f)
203 Ncv32u maxWidth, Ncv32u maxHeight)
208 Ncv32u j = maxHeight * i / maxWidth;
272 Ncv32u maxWidth, Ncv32u maxHeight)
274 (void)maxHeight;
54 generateIntegralTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<T_in> &src, Ncv32u maxWidth, Ncv32u maxHeight) argument
76 generateSquaredIntegralTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src, Ncv32u maxWidth, Ncv32u maxHeight) argument
97 generateRectStdDevTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src, Ncv32u maxWidth, Ncv32u maxHeight) argument
200 generateDrawRectsTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<T> &src, NCVTestSourceProvider<Ncv32u> &src32u, Ncv32u maxWidth, Ncv32u maxHeight) argument
271 generateHaarApplicationTests(NCVAutoTestLister &testLister, NCVTestSourceProvider<Ncv8u> &src, Ncv32u maxWidth, Ncv32u maxHeight) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java180 int maxHeight = pixelConverter.convertHeightInCharsToPixels(heightLimitChars);
181 expandShellToShowFullPage_Height(browser, maxHeight);
189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { argument
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java229 int maxHeight) {
250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) {
254 double kY = (double) maxHeight / imageHeight;
225 getThubmnail(Image image, int minWidth, int minHeight, int maxWidth, int maxHeight) argument
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) argument
117 , m_maxHeight (maxHeight)
323 int maxHeight; member in struct:deqp::egl::MemoryStressCase::Spec
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
482 spec.maxHeight = 256;
496 spec.maxHeight = 256;
510 spec.maxHeight = 1024;
524 spec.maxHeight = 1024;
538 spec.maxHeight
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp505 const int maxHeight = 2048; // MAX_FRAMEBUFFER_HEIGHT in ES 3.1 local
518 for (int height = 16; height <= maxHeight; height *= 4)
602 const int height = rng.getInt(1, maxHeight);
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfHeader.cpp867 Header::setMaxImageSize (int maxWidth, int maxHeight) argument
870 maxImageHeight = maxHeight;
875 Header::setMaxTileSize (int maxWidth, int maxHeight) argument
878 maxTileHeight = maxHeight;
/external/skia/src/core/
H A DSkClipStack.cpp817 int maxHeight,
823 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight));
814 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkRegion_path.cpp32 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
118 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { argument
119 if ((maxHeight | maxTransitions) < 0) {
131 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions);
/external/opencv3/modules/java/generator/src/java/
H A Dandroid+CameraBridgeViewBase.java281 * @param maxHeight - the maximum height allowed for camera frame
283 public void setMaxFrameSize(int maxWidth, int maxHeight) { argument
285 mMaxHeight = maxHeight;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp495 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight, argument
501 const GLint height = de::min(target.getHeight(), maxHeight);
/external/mesa3d/src/mesa/main/
H A Dfbobject.c681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; local
748 maxHeight = MAX2(maxHeight, texImg->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
/external/mesa3d/include/GL/
H A Dglxext.h857 int XOrigin, YOrigin, maxHeight, maxWidth; member in struct:__anon13377
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js3938 width: '@px', height: '@px', maxWidth: '@px', maxHeight: '@px', minWidth: '@px', minHeight: '@px',
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
H A Dmootools-core-full-nocompat.js3938 width: '@px', height: '@px', maxWidth: '@px', maxHeight: '@px', minWidth: '@px', minHeight: '@px',
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 653 milliseconds

12