Home
last modified time | relevance | path

Searched refs:setHeight (Results 1 – 25 of 217) sorted by relevance

123456789

/external/webkit/Source/WebCore/platform/graphics/
DIntRect.cpp75 m_size.setHeight(b - t); in intersect()
96 m_size.setHeight(b - t); in unite()
117 m_size.setHeight(bottom - top); in uniteIfNonZero()
125 m_size.setHeight((int)(height() * s)); in scale()
DRoundedIntRect.cpp66 m_topLeft.setHeight(max(0, m_topLeft.height() + topWidth)); in expand()
69 m_topRight.setHeight(max(0, m_topRight.height() + topWidth)); in expand()
72 m_bottomLeft.setHeight(max(0, m_bottomLeft.height() + bottomWidth)); in expand()
75 m_bottomRight.setHeight(max(0, m_bottomRight.height() + bottomWidth)); in expand()
DIntRect.h102 void setHeight(int height) { m_size.setHeight(height); } in setHeight() function
128 setHeight(std::max(0, height() - delta)); in shiftYEdgeTo()
133 setHeight(std::max(0, height() + delta)); in shiftMaxYEdgeTo()
162 m_size.setHeight(m_size.height() + dy + dy); in inflateY()
DFloatRect.h101 void setHeight(float height) { m_size.setHeight(height); } in setHeight() function
129 m_size.setHeight(m_size.height() + dy + dy); in inflateY()
189 m_size.setHeight(bottom - top); in setLocationAndSizeFromEdges()
DFloatSize.h62 void setHeight(float height) { m_height = height; } in setHeight() function
110 a.setHeight(a.height() + b.height());
117 a.setHeight(a.height() - b.height());
DIntSize.h71 void setHeight(int height) { m_height = height; } in setHeight() function
154 a.setHeight(a.height() + b.height());
161 a.setHeight(a.height() - b.height());
/external/webkit/Source/WebKit/android/jni/
DWebCoreViewBridge.h44 m_bounds.setHeight(240); in WebCoreViewBridge()
72 m_bounds.setHeight(h); in setSize()
78 m_visibleBounds.setHeight(h); in setVisibleSize()
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestMultiRenderTarget.java138 display.setHeight(h); in reshape()
151 display1.setHeight(h/2); in reshape()
154 display2.setHeight(h/2); in reshape()
157 display3.setHeight(h/2); in reshape()
160 display4.setHeight(h/2); in reshape()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarPart.cpp67 setHeight(m_scrollbar->height()); in layoutHorizontalPart()
75 setHeight(m_scrollbar->height()); in layoutVerticalPart()
112 setHeight(max(minHeight, min(maxHeight, h))); in computeScrollbarHeight()
167 setHeight(rect.height()); in paintIntoRect()
DRenderFlexibleBox.cpp233 setHeight(0); in layoutBlock()
344 setHeight(yPos); in layoutHorizontalBox()
384 setHeight(max(yPos + maxAscent + maxDescent, height())); in layoutHorizontalBox()
387setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom())); in layoutHorizontalBox()
391setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : Vertic… in layoutHorizontalBox()
393 setHeight(height() + toAdd); in layoutHorizontalBox()
598 setHeight(oldHeight); in layoutHorizontalBox()
632 setHeight(borderTop() + paddingTop()); in layoutVerticalBox()
656 setHeight(height() + child->marginTop()); in layoutVerticalBox()
687 setHeight(height() + child->height() + child->marginBottom()); in layoutVerticalBox()
[all …]
DRenderThemeWin.cpp698 upRect.setHeight(r.height() / 2); in paintInnerSpinButton()
701 downRect.setHeight(r.height() - upRect.height()); in paintInnerSpinButton()
720 style->setHeight(Length(13, Fixed)); in setCheckboxSize()
772 style->setHeight(Length(Auto)); in adjustMenuListButtonStyle()
800 buttonRect.setHeight(buttonRect.height() + 2 * vistaMenuListButtonOutset); in paintMenuListButton()
816 bounds.setHeight(trackWidth); in paintSliderTrack()
841 o->style()->setHeight(Length(sliderThumbWidth, Fixed)); in adjustSliderThumbSize()
844 o->style()->setHeight(Length(sliderThumbHeight, Fixed)); in adjustSliderThumbSize()
881 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height()))); in paintSearchFieldCancelButton()
900 style->setHeight(Length(cancelButtonSize, Fixed)); in adjustSearchFieldCancelButtonStyle()
[all …]
DRenderFrameSet.cpp470 setHeight(view()->viewHeight()); in layout()
550 child->setHeight(height); in positionFrames()
605 setHeight(max(height(), newHeight)); in positionFrames()
621 child->setHeight(height); in positionFrames()
638 child->setHeight(0); in positionFrames()
674 child->setHeight(height); in positionFramesWithFlattening()
713 child->setHeight(m_rows.m_sizes[r]); in positionFramesWithFlattening()
738 setHeight(yPos - borderThickness); in positionFramesWithFlattening()
746 child->setHeight(0); in positionFramesWithFlattening()
DRenderThemeWinCE.cpp224 style->setHeight(Length(13, Fixed)); in setCheckboxSize()
338 o->style()->setHeight(Length(sliderThumbWidth, Fixed)); in adjustSliderThumbSize()
341 o->style()->setHeight(Length(sliderThumbHeight, Fixed)); in adjustSliderThumbSize()
399 style->setHeight(Length(cancelSize.height(), Fixed)); in adjustSearchFieldCancelButtonStyle()
406 style->setHeight(Length(emptySize.height(), Fixed)); in adjustSearchFieldDecorationStyle()
413 style->setHeight(Length(magnifierSize.height(), Fixed)); in adjustSearchFieldResultsDecorationStyle()
426 style->setHeight(Length(magnifierSize.height(), Fixed)); in adjustSearchFieldResultsButtonStyle()
452 style->setHeight(Length(Auto)); in adjustMenuListButtonStyle()
/external/jmonkeyengine/engine/src/test/jme3test/gui/
DTestZOrder.java50 p.setHeight(100); in simpleInitApp()
58 p2.setHeight(100); in simpleInitApp()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
DTerrain.java84 public void setHeight(Vector2f xzCoordinate, float height); in setHeight() method
94 public void setHeight(List<Vector2f> xz, List<Float> height); in setHeight() method
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_view.mm43 // Overridden to call setHeight for each progress tick.
46 [view_ setHeight:((progress * (endHeight_ - startHeight_)) + startHeight_)];
65 - (void)setHeight:(CGFloat)newHeight {
Danimatable_view_unittest.mm41 [resizeDelegate_ setHeight:-1];
42 [view_ setHeight:50];
/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.cpp197 m_frameworkLayersInval.setHeight(0); in resetLayersDirtyArea()
402 invalRect->setHeight(m_frameworkLayersInval.height()); in drawGL()
417 invalRect->setHeight(0); in drawGL()
451 frameInfoRect.setHeight(FPS_INDICATOR_HEIGHT); in showFrameInfo()
465 frameInfoRect.setHeight(FPS_INDICATOR_HEIGHT); in showFrameInfo()
/external/webkit/Source/WebCore/rendering/style/
DShadowData.cpp84 rect.setHeight(rect.height() - shadowTop + shadowBottom); in adjustRectForShadow()
97 rect.setHeight(rect.height() - shadowTop + shadowBottom); in adjustRectForShadow()
/external/webkit/Source/WebCore/platform/mac/
DThemeMac.mm110 result.setHeight(Length(controlSize.height(), Fixed));
200 result.setHeight(result.height() - heightDelta);
268 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
273 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
346 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
351 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
457 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
463 inflatedRect.setHeight(zoomedSize.height());
471 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
538 rect.setHeight(rect.height() / zoomFactor);
[all …]
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageCG.cpp216 subimageRect.setHeight(ceilf(subimageRect.height() + topPadding)); in draw()
217 adjustedDestRect.setHeight(subimageRect.height() / yScale); in draw()
222 adjustedDestRect.setHeight(CGImageGetHeight(image.get()) / yScale); in draw()
234 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height()); in draw()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainQuad.java1170 public void setHeight(Vector2f xz, float height) {
1176 setHeight(coord, h);
1188 public void setHeight(List<Vector2f> xz, List<Float> height) {
1189 setHeight(xz, height, true);
1193 setHeight(xz, height, false);
1196 protected void setHeight(List<Vector2f> xz, List<Float> height, boolean overrideHeight) {
1211 setHeight(locations, overrideHeight); // adjust height of the actual mesh
1232 protected void setHeight(List<LocationHeight> locations, boolean overrideHeight) {
1295 ((TerrainQuad)quad1).setHeight(quadLH1, overrideHeight);
1297 ((TerrainPatch)quad1).setHeight(quadLH1, overrideHeight);
[all …]
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.h79 void setHeight(int);
87 setHeight(newSize.height()); in setSize()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceFilterPrimitive.cpp100 subregion.setHeight(subregionBoundingBox.height() * targetBoundingBox.height()); in determineFilterPrimitiveSubregion()
112 subregion.setHeight(uniteRect.height()); in determineFilterPrimitiveSubregion()
/external/webkit/Source/WebCore/platform/chromium/
DThemeChromiumMac.mm223 result.setHeight(Length(controlSize.height(), Fixed));
318 result.setHeight(result.height() - heightDelta);
386 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
391 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
467 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
472 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
571 zoomedSize.setHeight(zoomedSize.height() * zoomFactor);
577 inflatedRect.setHeight(zoomedSize.height());
585 inflatedRect.setHeight(inflatedRect.height() / zoomFactor);
642 rect.setHeight(rect.height() / zoomFactor);
[all …]

123456789