/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/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/webkit/Source/WebCore/rendering/ |
D | RenderScrollbarPart.cpp | 110 int minHeight = calcScrollbarThicknessUsing(style()->minHeight(), visibleSize); in computeScrollbarHeight() local 112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
|
D | RenderFlexibleBox.cpp | 633 int minHeight = height() + toAdd; in layoutVerticalBox() local 699 if (height() < minHeight) in layoutVerticalBox() 700 setHeight(minHeight); in layoutVerticalBox() 1007 if (child->style()->minHeight().isFixed()) { in allowedChildFlex() 1008 int minHeight = child->style()->minHeight().value(); in allowedChildFlex() local 1010 int allowedShrinkage = min(0, minHeight - height); in allowedChildFlex()
|
D | RenderThemeWinCE.cpp | 455 int minHeight = style->fontMetrics().height(); in adjustMenuListButtonStyle() local 456 minHeight = max(minHeight, dropDownBoxMinHeight); in adjustMenuListButtonStyle() 458 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
|
D | RenderThemeWin.cpp | 775 int minHeight = style->fontMetrics().height(); in adjustMenuListButtonStyle() local 776 minHeight = max(minHeight, dropDownBoxMinHeight); in adjustMenuListButtonStyle() 778 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
|
D | RenderReplaced.cpp | 269 || style()->minWidth().isPercent() || style()->minHeight().isPercent()) in computePreferredLogicalWidths()
|
D | RenderThemeSafari.cpp | 933 const int minHeight = 15; in adjustMenuListButtonStyle() local 934 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
|
D | RenderTheme.cpp | 161 if (minControlSize.height() != style->minHeight()) in adjustStyle()
|
D | RenderThemeMac.mm | 1228 const int minHeight = 15; 1229 style->setMinHeight(Length(minHeight, Fixed));
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | RenderThemeHaiku.cpp | 168 const int minHeight = 20; in adjustMenuListStyle() local 169 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListStyle()
|
/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/webkit/Source/WebCore/rendering/style/ |
D | StyleBoxData.h | 50 Length minHeight() const { return m_minHeight; } in minHeight() function
|
D | RenderStyle.cpp | 323 || m_box->minHeight() != other->m_box->minHeight() in diff() 1204 return minHeight(); in logicalMinWidth() 1217 return minHeight(); in logicalMinHeight()
|
D | RenderStyle.h | 400 Length minHeight() const { return m_box->minHeight(); } in minHeight() function
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 196 - (NSString *)minHeight; 197 - (void)setMinHeight:(NSString *)minHeight;
|
D | DOMCSS.mm | 847 - (NSString *)minHeight 852 - (void)setMinHeight:(NSString *)minHeight 854 [self setProperty:@"min-height" value:minHeight priority:@""];
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
D | ChaseCamera.java | 606 public void setMinVerticalRotation(float minHeight) { in setMinVerticalRotation() argument 607 this.minVerticalRotation = minHeight; in setMinVerticalRotation()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 632 const int minHeight = 15; in adjustMenuListButtonStyle() local 633 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 40 …minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.widt… property
|
/external/webkit/Source/WebCore/platform/efl/ |
D | RenderThemeEfl.cpp | 68 if (style->minHeight().isIntrinsicOrAuto()) in adjustSizeConstraints()
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 621 …>append(new PropertyWrapper<Length>(CSSPropertyMinHeight, &RenderStyle::minHeight, &RenderStyle::s… in ensurePropertyMap()
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1257 return primitiveValueCache->createValue(style->minHeight()); in getPropertyCSSValue()
|