Home
last modified time | relevance | path

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

12

/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/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/webkit/Source/WebCore/rendering/
DRenderScrollbarPart.cpp110 int minHeight = calcScrollbarThicknessUsing(style()->minHeight(), visibleSize); in computeScrollbarHeight() local
112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
DRenderFlexibleBox.cpp633 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()
DRenderThemeWinCE.cpp455 int minHeight = style->fontMetrics().height(); in adjustMenuListButtonStyle() local
456 minHeight = max(minHeight, dropDownBoxMinHeight); in adjustMenuListButtonStyle()
458 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
DRenderThemeWin.cpp775 int minHeight = style->fontMetrics().height(); in adjustMenuListButtonStyle() local
776 minHeight = max(minHeight, dropDownBoxMinHeight); in adjustMenuListButtonStyle()
778 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
DRenderReplaced.cpp269 || style()->minWidth().isPercent() || style()->minHeight().isPercent()) in computePreferredLogicalWidths()
DRenderThemeSafari.cpp933 const int minHeight = 15; in adjustMenuListButtonStyle() local
934 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
DRenderTheme.cpp161 if (minControlSize.height() != style->minHeight()) in adjustStyle()
DRenderThemeMac.mm1228 const int minHeight = 15;
1229 style->setMinHeight(Length(minHeight, Fixed));
/external/webkit/Source/WebCore/platform/haiku/
DRenderThemeHaiku.cpp168 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/
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/webkit/Source/WebCore/rendering/style/
DStyleBoxData.h50 Length minHeight() const { return m_minHeight; } in minHeight() function
DRenderStyle.cpp323 || m_box->minHeight() != other->m_box->minHeight() in diff()
1204 return minHeight(); in logicalMinWidth()
1217 return minHeight(); in logicalMinHeight()
DRenderStyle.h400 Length minHeight() const { return m_box->minHeight(); } in minHeight() function
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h196 - (NSString *)minHeight;
197 - (void)setMinHeight:(NSString *)minHeight;
DDOMCSS.mm847 - (NSString *)minHeight
852 - (void)setMinHeight:(NSString *)minHeight
854 [self setProperty:@"min-height" value:minHeight priority:@""];
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DChaseCamera.java606 public void setMinVerticalRotation(float minHeight) { in setMinVerticalRotation() argument
607 this.minVerticalRotation = minHeight; in setMinVerticalRotation()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp632 const int minHeight = 15; in adjustMenuListButtonStyle() local
633 style->setMinHeight(Length(minHeight, Fixed)); in adjustMenuListButtonStyle()
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js40minHeight&&(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/
DRenderThemeEfl.cpp68 if (style->minHeight().isIntrinsicOrAuto()) in adjustSizeConstraints()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp621 …>append(new PropertyWrapper<Length>(CSSPropertyMinHeight, &RenderStyle::minHeight, &RenderStyle::s… in ensurePropertyMap()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1257 return primitiveValueCache->createValue(style->minHeight()); in getPropertyCSSValue()

12