/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 37 protected float minHeight; field in HeightfieldCollisionShape 83 this.minHeight = min; in createCollisionHeightfield() 106 …objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeigh… in createShape() 112 …heightStickLength, ByteBuffer heightfieldData, float heightScale, float minHeight, float maxHeight… in createShape() argument 125 capsule.write(minHeight, "minHeight", 0); in write() 138 minHeight = capsule.readFloat("minHeight", 0); in read()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 37 protected float minHeight; field in HeightfieldCollisionShape 79 this.minHeight = min; in createCollisionHeightfield() 94 …hape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAx… in createShape() 112 capsule.write(minHeight, "minHeight", 0); in write() 125 minHeight = capsule.readFloat("minHeight", 0); in read()
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
D | pickerCommon.js | 106 function adjustWindowRect(width, height, minWidth, minHeight) { argument 109 if (typeof minHeight !== "number") 110 minHeight = 0; 120 _adjustWindowRectVertically(windowRect, availRect, anchorRect, minHeight); 126 function _adjustWindowRectVertically(windowRect, availRect, anchorRect, minHeight) { argument 135 windowRect.height = Math.max(windowRect.height, minHeight); 139 windowRect.height = Math.max(windowRect.height, minHeight);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ViewportDescription.h | 77 Length minHeight; member 92 && minHeight == other.minHeight
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | SplitView.js | 329 setSidebarElementConstraints: function(minWidth, minHeight) argument 333 if (typeof minHeight === "number") 334 this._minimumSidebarHeight = minHeight; 341 setMainElementConstraints: function(minWidth, minHeight) argument 345 if (typeof minHeight === "number") 346 this._minimumMainHeight = minHeight;
|
D | EditFileSystemDialog.js | 117 const minHeight = 150; 119 maxHeight = Math.max(minHeight, maxHeight);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
D | feed.js | 65 document.querySelector('body').style.minHeight = 0; 141 var minHeight = 19; 142 minHeight = (minHeight * (count - 1)) + 100; 143 document.querySelector('body').style.minHeight = minHeight + 'px';
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
D | feed.js | 65 document.querySelector('body').style.minHeight = 0; 141 var minHeight = 19; 142 minHeight = (minHeight * (count - 1)) + 100; 143 document.querySelector('body').style.minHeight = minHeight + 'px';
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 50 … heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeigh… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument 53 …eldTerrainShape(heightStickWidth, heightStickLength, data, heightScale, minHeight, maxHeight, upAx… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnFlowThread.cpp | 113 void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) in updateMinimumPageHeight() argument 116 multicolSet->updateMinimumColumnHeight(minHeight); in updateMinimumPageHeight()
|
D | RenderScrollbarPart.cpp | 125 …int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize, renderView… in computeScrollbarHeight() local 127 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
|
D | RenderDeprecatedFlexibleBox.cpp | 661 LayoutUnit minHeight = height() + toAdd; in layoutVerticalBox() local 734 if (height() < minHeight) in layoutVerticalBox() 735 setHeight(minHeight); in layoutVerticalBox() 1062 Length minHeight = child->style()->minHeight(); in allowedChildFlex() local 1063 if (minHeight.isFixed() || minHeight.isAuto()) { in allowedChildFlex() 1064 LayoutUnit minHeight = child->style()->minHeight().value(); in allowedChildFlex() local 1066 LayoutUnit allowedShrinkage = min<LayoutUnit>(0, minHeight - height); in allowedChildFlex()
|
D | RenderMultiColumnFlowThread.h | 48 virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | app_window_custom_bindings.js | 125 return appWindowData.minHeight; 155 minHeight: params.minHeight, property
|
D | web_view.js | 536 var minHeight; 539 minHeight = node[WEB_VIEW_ATTRIBUTE_MINHEIGHT]; 541 minHeight = height; 543 if (minHeight > maxHeight) { 544 minHeight = maxHeight; 549 webViewEvent.newHeight >= minHeight &&
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
D | results_unittests.js | 164 equals(topPanel.style.minHeight, ''); 179 equals(topPanel.style.minHeight, '100px');
|
/external/chromium_org/chrome/browser/resources/apps_debugger/ |
D | background.js | 9 minHeight: 600, property
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_dialog_window_controller.mm | 229 CGFloat minHeight = 235 CGFloat maxHeight = std::max([self maxHeight] - headerHeight, minHeight); 237 [signInContainer_ constrainSizeToMinimum:NSMakeSize(width, minHeight) 291 CGFloat minHeight = kMinimumContentsHeight; 292 minHeight += [mainContainer_ decorationSizeForWidth:size.width].height; 293 minHeight += headerHeight; 299 size.height = std::max(size.height, minHeight);
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
D | background.js | 18 minHeight: 768, property
|
/external/chromium-trace/trace-viewer/src/cc/ |
D | raster_task_slice_view_test.js | 22 view.style.minHeight = '500px';
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 227 int minHeight, in getThubmnail() argument 233 if (imageWidth < minWidth && imageHeight < minHeight) { in getThubmnail() 235 Image thumbnail = new Image(null, minWidth, minHeight); in getThubmnail() 238 drawImageCHCV(gc, image, 0, 0, minWidth, minHeight); in getThubmnail()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | StyleBoxData.h | 50 Length minHeight() const { return m_minHeight; } in minHeight() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | MediaFeatureNames.h | 62 macro(minHeight, "min-height") \
|
/external/mesa3d/src/mesa/main/ |
D | framebuffer.c | 407 GLuint minWidth = ~0, minHeight = ~0; in update_framebuffer_size() local 418 minHeight = MIN2(minHeight, rb->Height); in update_framebuffer_size() 424 fb->Height = minHeight; in update_framebuffer_size()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | framebuffer.c | 407 GLuint minWidth = ~0, minHeight = ~0; in update_framebuffer_size() local 418 minHeight = MIN2(minHeight, rb->Height); in update_framebuffer_size() 424 fb->Height = minHeight; in update_framebuffer_size()
|