/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 72 …g, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use); 105 …ig, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) in MemoryAllocator() argument 117 , m_maxHeight (maxHeight) in MemoryAllocator() 323 int maxHeight; member 401 …d, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use); in iterate() 482 spec.maxHeight = 256; in init() 496 spec.maxHeight = 256; in init() 510 spec.maxHeight = 1024; in init() 524 spec.maxHeight = 1024; in init() 538 spec.maxHeight = 1024; in init() [all …]
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 38 protected float maxHeight; field in HeightfieldCollisionShape 84 this.maxHeight = max; in createCollisionHeightfield() 106 …hape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQua… in createShape() 112 …, ByteBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boo… in createShape() argument 126 capsule.write(maxHeight, "maxHeight", 0); in write() 139 maxHeight = capsule.readFloat("maxHeight", 0); in read()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 38 protected float maxHeight; field in HeightfieldCollisionShape 80 this.maxHeight = max; in createCollisionHeightfield() 94 …StickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQua… in createShape() 113 capsule.write(maxHeight, "maxHeight", 0); in write() 126 maxHeight = capsule.readFloat("maxHeight", 0); in read()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 50 …, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jb… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument 53 …hape(heightStickWidth, heightStickLength, data, heightScale, minHeight, maxHeight, upAxis, PHY_FLO… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 180 int maxHeight = pixelConverter.convertHeightInCharsToPixels(heightLimitChars); in tweakBrowserSize() local 181 expandShellToShowFullPage_Height(browser, maxHeight); in tweakBrowserSize() 189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { in expandShellToShowFullPage_Height() argument 199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height()
|
/external/skia/src/core/ |
D | SkRegion_path.cpp | 31 bool init(int maxHeight, int maxTransitions, bool pathIsInverse); 117 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { in init() argument 118 if ((maxHeight | maxTransitions) < 0) { in init() 130 int64_t count = sk_64_mul(maxHeight + 1, 3 + maxTransitions); in init()
|
D | SkClipStack.cpp | 814 int maxHeight, in getConservativeBounds() argument 820 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight)); in getConservativeBounds()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 229 int maxHeight) { in getThubmnail() argument 250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) { in getThubmnail() 254 double kY = (double) maxHeight / imageHeight; in getThubmnail()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 88 final int maxHeight = textView.getHeight(); in formatPages() local 102 final int maxLinesPerPage = (int)(maxHeight / fontHeight); in formatPages()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboNoAttachmentTests.cpp | 505 const int maxHeight = 2048; // MAX_FRAMEBUFFER_HEIGHT in ES 3.1 in createFboNoAttachmentTests() local 518 for (int height = 16; height <= maxHeight; height *= 4) in createFboNoAttachmentTests() 602 const int height = rng.getInt(1, maxHeight); in createFboNoAttachmentTests()
|
D | es31fSeparateShaderTests.cpp | 988 GLint maxWidth, GLint maxHeight) in randomViewport() argument 993 GLint height = de::min(target.getHeight(), maxHeight); in randomViewport()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property 236 resizePackagesNav.css({maxHeight:swapperHeight + "px"}); property
|
D | jquery-resizable.min.js | 40 …maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.… property
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_panes.py | 231 self.maxHeight = 20 572 self.setCommand("disassemble", "-c %d -p" % self.maxHeight)
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 568 Property maxHeight = new Property(1, maxHeightLiterals0, zeroFns); 569 builder.put("max-height", maxHeight); 720 builder.put("max-width", maxHeight);
|
/external/skia/include/core/ |
D | SkClipStack.h | 447 int maxHeight,
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; in _mesa_test_framebuffer_completeness() local 748 maxHeight = MAX2(maxHeight, texImg->Height); in _mesa_test_framebuffer_completeness() 763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height); in _mesa_test_framebuffer_completeness() 792 if (minWidth != maxWidth || minHeight != maxHeight) { in _mesa_test_framebuffer_completeness()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
|
D | glsLifetimeTests.cpp | 495 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight, in randomViewport() argument 501 const GLint height = de::min(target.getHeight(), maxHeight); in randomViewport()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 857 int XOrigin, YOrigin, maxHeight, maxWidth; member
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 3938 width: '@px', height: '@px', maxWidth: '@px', maxHeight: '@px', minWidth: '@px', minHeight: '@px', property
|