/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLRow.cpp | 46 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 …]
|
D | RenderMathMLSquareRoot.cpp | 79 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 …]
|
D | RenderMathMLRoot.cpp | 112 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 …]
|
D | RenderMathMLSubSup.cpp | 156 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/ |
D | HeightfieldCollisionShape.java | 38 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/ |
D | HeightfieldCollisionShape.java | 38 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/ |
D | RenderScrollbarPart.cpp | 111 …int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(style()->maxH… in computeScrollbarHeight() local 112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
|
D | RenderFlexibleBox.cpp | 983 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()
|
D | RootInlineBox.cpp | 249 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()
|
D | InlineFlowBox.h | 170 …void placeBoxesInBlockDirection(int logicalTop, int maxHeight, int maxAscent, bool strictMode, int…
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp | 50 …, 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/ |
D | HtmlTooltipHelper.java | 180 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/ |
D | SkRegion_path.cpp | 21 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/ |
D | SkRegion_path.cpp | 21 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()
|
D | SkClipStack.cpp | 704 int maxHeight, in getConservativeBounds() argument 710 SkIntToScalar(maxWidth), SkIntToScalar(maxHeight)); in getConservativeBounds()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleBoxData.h | 53 Length maxHeight() const { return m_maxHeight; } in maxHeight() function
|
D | RenderStyle.cpp | 324 || 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/ |
D | DrawUtils.java | 229 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/ |
D | qdeclarativewebview.cpp | 1013 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/ |
D | ConversationDialogActivity.java | 88 final int maxHeight = textView.getHeight(); in formatPages() local 102 final int maxLinesPerPage = (int)(maxHeight / fontHeight); in formatPages()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | ImageDiff.cpp | 171 int maxHeight = max(baseline.height(), actual.height()); in percentageDifferent() local 177 pixelsDifferent += (maxHeight - h) * maxWidth; in percentageDifferent()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.h | 192 - (NSString *)maxHeight; 193 - (void)setMaxHeight:(NSString *)maxHeight;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Toolbar.js | 184 this._contentElement.style.maxHeight = window.innerHeight - top - 20 + "px";
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property 236 resizePackagesNav.css({maxHeight:swapperHeight + "px"}); property
|
/external/skia/include/core/ |
D | SkClipStack.h | 428 int maxHeight,
|