Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRow.cpp46 int maxHeight = 0; in nonOperatorHeight() local
52 if (blockHeight > maxHeight) in nonOperatorHeight()
53 maxHeight = blockHeight; in nonOperatorHeight()
57 if (box->offsetHeight() > maxHeight) in nonOperatorHeight()
58 maxHeight = box->offsetHeight(); in nonOperatorHeight()
62 return maxHeight; in nonOperatorHeight()
69 int maxHeight = 0; in layout() local
80 … if (!block->hasBase() && !block->isRenderMathMLOperator() && block->offsetHeight() > maxHeight) in layout()
81 maxHeight = block->offsetHeight(); in layout()
82 if (block->hasBase() && block->nonOperatorHeight() > maxHeight) in layout()
[all …]
DRenderMathMLSquareRoot.cpp79 int maxHeight = 0; in paint() local
88 if (box->offsetHeight() > maxHeight) in paint()
89 maxHeight = box->offsetHeight(); in paint()
95 if (!maxHeight) in paint()
96 maxHeight = style()->fontSize(); in paint()
103 if (maxHeight > thresholdHeight && thresholdHeight) { in paint()
104 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight); in paint()
113 …FloatPoint bottomLeft(tx + frontWidth * gRadicalBottomPointXPos , ty + maxHeight + gRadicalBasePad… in paint()
114 …nt topLeft(tx + frontWidth * gRadicalTopLeftPointXPos , ty + gRadicalTopLeftPointYPos * maxHeight); in paint()
168 int maxHeight = 0; in layout() local
[all …]
DRenderMathMLRoot.cpp112 int maxHeight = indexBox->offsetHeight(); in paint() local
114 if (!maxHeight) in paint()
115 maxHeight = style()->fontSize(); in paint()
133 if (maxHeight > thresholdHeight && thresholdHeight) { in paint()
134 float shift = (maxHeight - thresholdHeight) / static_cast<float>(thresholdHeight); in paint()
147 …FloatPoint bottomLeft(start - gRadicalBottomPointXPos * frontWidth , ty + maxHeight + gRadicalBase… in paint()
148 …topLeft(start - gRadicalTopLeftPointXPos * frontWidth , ty + gRadicalTopLeftPointYPos * maxHeight); in paint()
208 int maxHeight = toRenderBoxModelObject(lastChild())->offsetHeight(); in layout() local
214 if (!maxHeight) in layout()
215 maxHeight = style()->fontSize(); in layout()
[all …]
DRenderMathMLSubSup.cpp156 int maxHeight = 0; in layout() local
160 if (height > maxHeight) in layout()
161 maxHeight = height; in layout()
164 int heightDiff = m_scripts ? (m_scripts->offsetHeight() - maxHeight) / 2 : 0; in layout()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java38 protected float maxHeight; field in HeightfieldCollisionShape
84 this.maxHeight = max; in createCollisionHeightfield()
106 …hape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeight, upAxis, flipQua… in createShape()
112 …, ByteBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boo… in createShape() argument
126 capsule.write(maxHeight, "maxHeight", 0); in write()
139 maxHeight = capsule.readFloat("maxHeight", 0); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DHeightfieldCollisionShape.java38 protected float maxHeight; field in HeightfieldCollisionShape
80 this.maxHeight = max; in createCollisionHeightfield()
94 …StickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQua… in createShape()
113 capsule.write(maxHeight, "maxHeight", 0); in write()
126 maxHeight = capsule.readFloat("maxHeight", 0); in read()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarPart.cpp111 …int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(style()->maxH… in computeScrollbarHeight() local
112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
DRenderFlexibleBox.cpp983 int maxHeight = INT_MAX; in allowedChildFlex() local
985 if (!child->style()->maxHeight().isUndefined() && child->style()->maxHeight().isFixed()) in allowedChildFlex()
986 maxHeight = child->style()->maxHeight().value(); in allowedChildFlex()
987 if (maxHeight == INT_MAX) in allowedChildFlex()
988 return maxHeight; in allowedChildFlex()
989 return max(0, maxHeight - height); in allowedChildFlex()
DRootInlineBox.cpp249 int maxHeight = maxAscent + maxDescent; in alignBoxesInBlockDirection() local
257 …placeBoxesInBlockDirection(heightOfBlock, maxHeight, maxAscent, noQuirksMode, lineTop, lineBottom,… in alignBoxesInBlockDirection()
271 maxHeight = max(0, maxHeight); in alignBoxesInBlockDirection()
273 return heightOfBlock + maxHeight; in alignBoxesInBlockDirection()
DInlineFlowBox.h170 …void placeBoxesInBlockDirection(int logicalTop, int maxHeight, int maxAscent, bool strictMode, int…
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp50 …, jobject heightfieldData, jfloat heightScale, jfloat minHeight, jfloat maxHeight, jint upAxis, jb… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape() argument
53 …hape(heightStickWidth, heightStickLength, data, heightScale, minHeight, maxHeight, upAxis, PHY_FLO… in Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java180 int maxHeight = pixelConverter.convertHeightInCharsToPixels(heightLimitChars); in tweakBrowserSize() local
181 expandShellToShowFullPage_Height(browser, maxHeight); in tweakBrowserSize()
189 private static void expandShellToShowFullPage_Height(Browser browser, int maxHeight) { in expandShellToShowFullPage_Height() argument
199 int useHeight = Math.min(contentHeight + ((EnvironmentUtils.IS_LINUX) ? 2 : 10), maxHeight); in expandShellToShowFullPage_Height()
/external/skia/legacy/src/core/
DSkRegion_path.cpp21 bool init(int maxHeight, int maxTransitions);
92 bool SkRgnBuilder::init(int maxHeight, int maxTransitions) { in init() argument
93 if ((maxHeight | maxTransitions) < 0) { in init()
100 count.setMul(maxHeight + 1, 3 + maxTransitions); in init()
/external/skia/src/core/
DSkRegion_path.cpp21 bool init(int maxHeight, int maxTransitions);
105 bool SkRgnBuilder::init(int maxHeight, int maxTransitions) { in init() argument
106 if ((maxHeight | maxTransitions) < 0) { in init()
113 count.setMul(maxHeight + 1, 3 + maxTransitions); in init()
DSkClipStack.cpp704 int maxHeight, in getConservativeBounds() argument
710 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight)); in getConservativeBounds()
/external/webkit/Source/WebCore/rendering/style/
DStyleBoxData.h53 Length maxHeight() const { return m_maxHeight; } in maxHeight() function
DRenderStyle.cpp324 || m_box->maxHeight() != other->m_box->maxHeight()) in diff()
1211 return maxHeight(); in logicalMaxWidth()
1224 return maxHeight(); in logicalMaxHeight()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java229 int maxHeight) { in getThubmnail() argument
250 } else if (imageWidth <= maxWidth && imageHeight <= maxHeight) { in getThubmnail()
254 double kY = (double) maxHeight / imageHeight; in getThubmnail()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp1013 QRect QDeclarativeWebView::elementAreaAt(int x, int y, int maxWidth, int maxHeight) const in elementAreaAt()
1020 if (maxHeight <= 0) in elementAreaAt()
1021 maxHeight = INT_MAX; in elementAreaAt()
1022 …).isNull() && element.geometry().width() <= maxWidth && element.geometry().height() <= maxHeight) { in elementAreaAt()
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java88 final int maxHeight = textView.getHeight(); in formatPages() local
102 final int maxLinesPerPage = (int)(maxHeight / fontHeight); in formatPages()
/external/webkit/Tools/DumpRenderTree/chromium/
DImageDiff.cpp171 int maxHeight = max(baseline.height(), actual.height()); in percentageDifferent() local
177 pixelsDifferent += (maxHeight - h) * maxWidth; in percentageDifferent()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h192 - (NSString *)maxHeight;
193 - (void)setMaxHeight:(NSString *)maxHeight;
/external/webkit/Source/WebCore/inspector/front-end/
DToolbar.js184 this._contentElement.style.maxHeight = window.innerHeight - top - 20 + "px";
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property
236 resizePackagesNav.css({maxHeight:swapperHeight + "px"}); property
/external/skia/include/core/
DSkClipStack.h428 int maxHeight,

12