Searched defs:maxHeight (Results 1 - 25 of 31) sorted by relevance

12

/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 (JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jboolean flipQuadEdges) {
53 btHeightfieldTerrainShape* shape=new btHeightfieldTerrainShape(heightStickWidth, heightStickLength, data, heightScale, minHeight, maxHeight, upAxis, PHY_FLOAT, flipQuadEdges);
49 Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape(JNIEnv * env, jobject object, jint heightStickWidth, jint heightStickLength, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jboolean flipQuadEdges) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.h53 Length maxHeight() const { return m_maxHeight; } function in class:WebCore::StyleBoxData
H A DRenderStyle.h465 Length maxHeight() const { return m_box->maxHeight(); } function in class:WebCore::RenderStyle
470 Length logicalMaxWidth() const { return isHorizontalWritingMode() ? maxWidth() : maxHeight(); }
472 Length logicalMaxHeight() const { return isHorizontalWritingMode() ? maxHeight() : maxWidth(); }
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupContainerTest.cpp35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; }
43 height = std::min(maxHeight, height);
57 , maxHeight(height)
65 int maxHeight; member in class:MockPopupContent
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DHeightfieldCollisionShape.java38 protected float maxHeight; field in class:HeightfieldCollisionShape
84 this.maxHeight = max;
106 objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
112 private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges); argument
126 capsule.write(maxHeight, "maxHeight", 0);
139 maxHeight = capsule.readFloat("maxHeight", 0);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DHeightfieldCollisionShape.java38 protected float maxHeight; field in class:HeightfieldCollisionShape
80 this.maxHeight = max;
94 HeightfieldTerrainShape shape = new HeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges);
113 capsule.write(maxHeight, "maxHeight", 0);
126 maxHeight = capsule.readFloat("maxHeight", 0);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.h78 Length maxHeight; member in struct:WebCore::ViewportDescription
93 && maxHeight == other.maxHeight
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp126 int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize, renderView); local
127 setHeight(max(minHeight, min(maxHeight, h)));
H A DRenderDeprecatedFlexibleBox.cpp1036 LayoutUnit maxHeight = LayoutUnit::max(); local
1038 if (!child->style()->maxHeight().isUndefined() && child->style()->maxHeight().isFixed())
1039 maxHeight = child->style()->maxHeight().value();
1040 if (maxHeight == LayoutUnit::max())
1041 return maxHeight;
1042 return max<LayoutUnit>(0, maxHeight - height);
H A DRootInlineBox.cpp259 LayoutUnit maxHeight = maxAscent + maxDescent; local
267 placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom, setLineTop,
272 maxHeight = max<LayoutUnit>(0, maxHeight); // FIXME: Is this really necessary?
274 setLineTopBottomPositions(lineTop, lineBottom, heightOfBlock, heightOfBlock + maxHeight);
291 return heightOfBlock + maxHeight;
H A DInlineFlowBox.cpp598 void InlineFlowBox::placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, bool& setLineTop, argument
630 curr->setLogicalTop(top + maxHeight - curr->lineHeight());
708 inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBottom, setLineTop,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java180 int maxHeight = pixelConverter.convertHeightInCharsToPixels(heightLimitChars);
181 expandShellToShowFullPage_Height(browser, maxHeight);
189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { argument
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_browsertest.cc230 int maxHeight = ExecuteScriptAndReturnInt( local
232 EXPECT_EQ(600, maxHeight);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java229 int maxHeight) {
250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) {
254 double kY = (double) maxHeight / imageHeight;
225 getThubmnail(Image image, int minWidth, int minHeight, int maxWidth, int maxHeight) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp695 int maxHeight,
701 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight));
692 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkRegion_path.cpp22 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
110 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { argument
111 if ((maxHeight | maxTransitions) < 0) {
125 count.setMul(maxHeight + 1, 3 + maxTransitions);
/external/skia/src/core/
H A DSkClipStack.cpp695 int maxHeight,
701 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight));
692 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkRegion_path.cpp22 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
110 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { argument
111 if ((maxHeight | maxTransitions) < 0) {
125 count.setMul(maxHeight + 1, 3 + maxTransitions);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; local
748 maxHeight = MAX2(maxHeight, texImg->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
/external/mesa3d/src/mesa/main/
H A Dfbobject.c681 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; local
748 maxHeight = MAX2(maxHeight, texImg->Height);
763 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
792 if (minWidth != maxWidth || minHeight != maxHeight) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2172 const Length& maxHeight = style->maxHeight(); local
2173 if (maxHeight.isUndefined())
2175 return zoomAdjustedPixelValueForLength(maxHeight, *style);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.cpp1487 int maxHeight = cppVariantToInt32(arguments[3]); local
1488 blink::WebSize maxSize(maxWidth, maxHeight);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglxext.h857 int XOrigin, YOrigin, maxHeight, maxWidth; member in struct:__anon12784
/external/mesa3d/include/GL/
H A Dglxext.h857 int XOrigin, YOrigin, maxHeight, maxWidth; member in struct:__anon23269
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp949 GC3Dint maxHeight = std::min(maxSize, m_maxViewportDims[1]); local
951 height = clamp(height, 1, maxHeight);

Completed in 1038 milliseconds

12