Home
last modified time | relevance | path

Searched refs:minHeight (Results 1 – 25 of 63) sorted by relevance

123

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java37 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/
DHeightfieldCollisionShape.java37 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/
DpickerCommon.js106 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/
DViewportDescription.h77 Length minHeight; member
92 && minHeight == other.minHeight
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSplitView.js329 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;
DEditFileSystemDialog.js117 const minHeight = 150;
119 maxHeight = Math.max(minHeight, maxHeight);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
Dfeed.js65 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/
Dfeed.js65 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/
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 … 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/
DRenderMultiColumnFlowThread.cpp113 void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) in updateMinimumPageHeight() argument
116 multicolSet->updateMinimumColumnHeight(minHeight); in updateMinimumPageHeight()
DRenderScrollbarPart.cpp125 …int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize, renderView… in computeScrollbarHeight() local
127 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
DRenderDeprecatedFlexibleBox.cpp661 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()
DRenderMultiColumnFlowThread.h48 virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
/external/chromium_org/chrome/renderer/resources/extensions/
Dapp_window_custom_bindings.js125 return appWindowData.minHeight;
155 minHeight: params.minHeight, property
Dweb_view.js536 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/
Dresults_unittests.js164 equals(topPanel.style.minHeight, '');
179 equals(topPanel.style.minHeight, '100px');
/external/chromium_org/chrome/browser/resources/apps_debugger/
Dbackground.js9 minHeight: 600, property
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_dialog_window_controller.mm229 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/
Dbackground.js18 minHeight: 768, property
/external/chromium-trace/trace-viewer/src/cc/
Draster_task_slice_view_test.js22 view.style.minHeight = '500px';
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java227 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/
DStyleBoxData.h50 Length minHeight() const { return m_minHeight; } in minHeight() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaFeatureNames.h62 macro(minHeight, "min-height") \
/external/mesa3d/src/mesa/main/
Dframebuffer.c407 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/
Dframebuffer.c407 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()

123