height            557 Source/bindings/v8/SerializedScriptValue.cpp     void writeImageData(uint32_t width, uint32_t height, const uint8_t* pixelData, uint32_t pixelDataLength)
height            561 Source/bindings/v8/SerializedScriptValue.cpp         doWriteUint32(height);
height           1315 Source/bindings/v8/SerializedScriptValue.cpp         m_writer.writeImageData(imageData->width(), imageData->height(), pixelArray->data(), pixelArray->length());
height           1928 Source/bindings/v8/SerializedScriptValue.cpp         uint32_t height;
height           1932 Source/bindings/v8/SerializedScriptValue.cpp         if (!doReadUint32(&height))
height           1938 Source/bindings/v8/SerializedScriptValue.cpp         RefPtrWillBeRawPtr<ImageData> imageData = ImageData::create(IntSize(width, height));
height           1247 Source/core/accessibility/AXNodeObject.cpp             boundingBox.setSize(LayoutSize(parentRect.width(), LayoutUnit(std::min(10.0f, parentRect.height().toFloat()))));
height            341 Source/core/accessibility/AXObject.cpp     if (bounds.size().width() > bounds.size().height())
height            343 Source/core/accessibility/AXObject.cpp     if (bounds.size().height() > bounds.size().width())
height            470 Source/core/accessibility/AXObject.cpp     return roundedIntPoint(LayoutPoint(rect.x() + rect.width() / 2, rect.y() + rect.height() / 2));
height            760 Source/core/accessibility/AXObject.cpp         0, scrollVisibleRect.height());
height            720 Source/core/accessibility/AXRenderObject.cpp             if (image->height() <= 1 || image->width() <= 1)
height            726 Source/core/accessibility/AXRenderObject.cpp                 return imageSize.height() <= 1 || imageSize.width() <= 1;
height            736 Source/core/accessibility/AXRenderObject.cpp         if (canvas->height() <= 1 || canvas->width() <= 1)
height           1273 Source/core/accessibility/AXRenderObject.cpp     return IntPoint(bounds.x() + (bounds.width() / 2), bounds.y() - (bounds.height() / 2));
height            104 Source/core/accessibility/AXSpinButton.cpp         parentRect.setHeight(parentRect.height() / 2);
height            106 Source/core/accessibility/AXSpinButton.cpp         parentRect.setY(parentRect.y() + parentRect.height() / 2);
height            107 Source/core/accessibility/AXSpinButton.cpp         parentRect.setHeight(parentRect.height() / 2);
height            178 Source/core/accessibility/AXTable.cpp             if (cell->width() < 1 || cell->height() < 1)
height             41 Source/core/animation/AnimatableLengthSize.cpp         AnimatableValue::interpolate(this->height(), lengthSize->height(), fraction));
height             49 Source/core/animation/AnimatableLengthSize.cpp         AnimatableValue::add(this->height(), lengthSize->height()));
height             55 Source/core/animation/AnimatableLengthSize.cpp     return width()->equals(lengthSize->width()) && height()->equals(lengthSize->height());
height             41 Source/core/animation/AnimatableLengthSize.h     static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height)
height             43 Source/core/animation/AnimatableLengthSize.h         return adoptRefWillBeNoop(new AnimatableLengthSize(width, height));
height             46 Source/core/animation/AnimatableLengthSize.h     const AnimatableValue* height() const { return m_height.get(); }
height             55 Source/core/animation/AnimatableLengthSize.h     AnimatableLengthSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height)
height             57 Source/core/animation/AnimatableLengthSize.h         , m_height(height)
height             96 Source/core/animation/AnimatableValueTestHelper.cpp     PrintTo(*(animLengthSize.height()), os);
height            154 Source/core/animation/css/CSSAnimatableValueFactory.cpp         createFromLength(lengthSize.height(), style));
height            350 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromLength(style.height(), style);
height            150 Source/core/animation/css/CSSPropertyEquality.cpp         return a.height() == b.height();
height            275 Source/core/css/BasicShapeFunctions.cpp     offset = floatValueForLength(centerY.length(), boxSize.height());
height            276 Source/core/css/BasicShapeFunctions.cpp     p.setY(centerY.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.height() - offset);
height            342 Source/core/css/CSSBasicShapes.cpp static inline void updateCornerRadiusWidthAndHeight(CSSPrimitiveValue* corner, String& width, String& height)
height            350 Source/core/css/CSSBasicShapes.cpp         height = radius->second()->cssText();
height             73 Source/core/css/CSSCanvasValue.cpp         return IntSize(elt->width(), elt->height());
height            655 Source/core/css/CSSComputedStyleDeclaration.cpp     if (radius.height().type() == Percent)
height            656 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(cssValuePool().createValue(radius.height().percent(), CSSPrimitiveValue::CSS_PERCENTAGE));
height            658 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(zoomAdjustedPixelValueForLength(radius.height(), style));
height            678 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalBottomLeft = style.borderTopRightRadius().height() != style.borderBottomLeftRadius().height();
height            679 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalBottomRight = showVerticalBottomLeft || (style.borderBottomRightRadius().height() != style.borderTopLeftRadius().height());
height            680 Source/core/css/CSSComputedStyleDeclaration.cpp     bool showVerticalTopRight = showVerticalBottomRight || (style.borderTopRightRadius().height() != style.borderTopLeftRadius().height());
height           1323 Source/core/css/CSSComputedStyleDeclaration.cpp     if (fillSize.size.height().isAuto())
height           1328 Source/core/css/CSSComputedStyleDeclaration.cpp     list->append(zoomAdjustedPixelValueForLength(fillSize.size.height(), style));
height           2001 Source/core/css/CSSComputedStyleDeclaration.cpp                 return zoomAdjustedPixelValue(sizingBox(renderer).height(), *style);
height           2003 Source/core/css/CSSComputedStyleDeclaration.cpp             return zoomAdjustedPixelValueForLength(style->height(), *style);
height           2526 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->perspectiveOriginY(), box.height()), *style));
height           2575 Source/core/css/CSSComputedStyleDeclaration.cpp                 list->append(zoomAdjustedPixelValue(minimumValueForLength(style->transformOriginY(), box.height()), *style));
height            129 Source/core/css/CSSCrossfadeValue.cpp         fromImageSize.height() * inversePercentage + toImageSize.height() * percentage);
height            397 Source/core/css/CSSGradientValue.cpp     int edgeDistance = isHorizontal ? size.width() : size.height();
height            413 Source/core/css/CSSGradientValue.cpp         return size.height();
height            593 Source/core/css/CSSGradientValue.cpp         firstPoint.set(0, size.height());
height            606 Source/core/css/CSSGradientValue.cpp         secondPoint.set(0, size.height());
height            625 Source/core/css/CSSGradientValue.cpp     float halfHeight = size.height() / 2;
height            668 Source/core/css/CSSGradientValue.cpp                     secondPoint.setY(size.height() - firstPoint.y());
height            676 Source/core/css/CSSGradientValue.cpp                 secondPoint.setY(size.height() - firstPoint.y());
height            682 Source/core/css/CSSGradientValue.cpp                 float run = size.height();
height            695 Source/core/css/CSSGradientValue.cpp                     firstPoint.setY(size.height() - secondPoint.y());
height            697 Source/core/css/CSSGradientValue.cpp                 secondPoint.setY(size.height());
height            924 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomLeft(0, size.height());
height            927 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomRight(size.width(), size.height());
height            957 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomLeft(0, size.height());
height            960 Source/core/css/CSSGradientValue.cpp     FloatPoint bottomRight(size.width(), size.height());
height            989 Source/core/css/CSSGradientValue.cpp     return sqrtf(p.width() * p.width() + (p.height() * p.height()) / (1 / (aspectRatio * aspectRatio)));
height           1001 Source/core/css/CSSGradientValue.cpp         firstPoint.setY(size.height() / 2);
height           1007 Source/core/css/CSSGradientValue.cpp         secondPoint.setY(size.height() / 2);
height           1019 Source/core/css/CSSGradientValue.cpp         float height = size.height();
height           1022 Source/core/css/CSSGradientValue.cpp             aspectRatio = secondRadius / resolveRadius(m_endVerticalSize.get(), conversionData, &height);
height           1060 Source/core/css/CSSGradientValue.cpp             float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
height           1072 Source/core/css/CSSGradientValue.cpp             float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
height           1091 Source/core/css/CSSGradientValue.cpp                 float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
height           1108 Source/core/css/CSSGradientValue.cpp                 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
height            396 Source/core/css/CSSPrimitiveValue.cpp     m_value.pair = Pair::create(create(lengthSize.width()), create(lengthSize.height()), Pair::KeepIdenticalValues).leakRef();
height            174 Source/core/css/MediaQueryEvaluator.cpp static bool compareAspectRatioValue(CSSValue* value, int width, int height, MediaFeaturePrefix op)
height            178 Source/core/css/MediaQueryEvaluator.cpp         return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op);
height            232 Source/core/css/MediaQueryEvaluator.cpp     int height = mediaValues.viewportHeight();
height            236 Source/core/css/MediaQueryEvaluator.cpp         if (width > height) // Square viewport is portrait.
height            242 Source/core/css/MediaQueryEvaluator.cpp     return height >= 0 && width >= 0;
height            408 Source/core/css/MediaQueryEvaluator.cpp     int height = mediaValues.viewportHeight();
height            412 Source/core/css/MediaQueryEvaluator.cpp             && compareValue(height, length, op);
height            415 Source/core/css/MediaQueryEvaluator.cpp     return height;
height             34 Source/core/css/MediaValues.cpp     int viewportHeight = frame->view()->layoutSize(IncludeScrollbars).height();
height             50 Source/core/css/MediaValues.cpp     int deviceHeight = static_cast<int>(screenRect(frame->view()).height());
height            126 Source/core/css/resolver/AnimatedStyleBuilder.cpp         animatableValueToLength(animatableLengthSize->height(), state, range));
height             82 Source/core/css/resolver/StyleAdjuster.cpp     if (style->height().isAuto()) {
height            120 Source/core/css/resolver/StyleBuilderConverter.cpp     float height = radiusHeight.value();
height            121 Source/core/css/resolver/StyleBuilderConverter.cpp     ASSERT(width >= 0 && height >= 0);
height            122 Source/core/css/resolver/StyleBuilderConverter.cpp     if (width <= 0 || height <= 0)
height            376 Source/core/css/resolver/StyleBuilderCustom.cpp static bool getPageSizeFromName(CSSPrimitiveValue* pageSizeName, CSSPrimitiveValue* pageOrientation, Length& width, Length& height)
height            401 Source/core/css/resolver/StyleBuilderCustom.cpp         height = a5Height;
height            405 Source/core/css/resolver/StyleBuilderCustom.cpp         height = a4Height;
height            409 Source/core/css/resolver/StyleBuilderCustom.cpp         height = a3Height;
height            413 Source/core/css/resolver/StyleBuilderCustom.cpp         height = b5Height;
height            417 Source/core/css/resolver/StyleBuilderCustom.cpp         height = b4Height;
height            421 Source/core/css/resolver/StyleBuilderCustom.cpp         height = letterHeight;
height            425 Source/core/css/resolver/StyleBuilderCustom.cpp         height = legalHeight;
height            429 Source/core/css/resolver/StyleBuilderCustom.cpp         height = ledgerHeight;
height            438 Source/core/css/resolver/StyleBuilderCustom.cpp             std::swap(width, height);
height            456 Source/core/css/resolver/StyleBuilderCustom.cpp     Length height;
height            471 Source/core/css/resolver/StyleBuilderCustom.cpp             height = second->computeLength<Length>(state.cssToLengthConversionData().copyWithAdjustedZoom(1.0));
height            475 Source/core/css/resolver/StyleBuilderCustom.cpp             if (!getPageSizeFromName(first, second, width, height))
height            489 Source/core/css/resolver/StyleBuilderCustom.cpp             width = height = primitiveValue->computeLength<Length>(state.cssToLengthConversionData().copyWithAdjustedZoom(1.0));
height            506 Source/core/css/resolver/StyleBuilderCustom.cpp                 if (!getPageSizeFromName(primitiveValue, 0, width, height))
height            516 Source/core/css/resolver/StyleBuilderCustom.cpp     state.style()->setPageSize(LengthSize(width, height));
height            190 Source/core/css/resolver/ViewportStyleResolver.cpp     float height = view ? view->height() : 0;
height            192 Source/core/css/resolver/ViewportStyleResolver.cpp     Length result = primitiveValue->convertToLength<AnyConversion>(CSSToLengthConversionData(documentStyle, documentStyle, width, height, 1.0f));
height             50 Source/core/dom/ClientRect.h         float height() const { return m_rect.height(); }
height           1965 Source/core/dom/Document.cpp     int height = pageSize.height();
height           1970 Source/core/dom/Document.cpp         if (width < height)
height           1971 Source/core/dom/Document.cpp             std::swap(width, height);
height           1974 Source/core/dom/Document.cpp         if (width > height)
height           1975 Source/core/dom/Document.cpp             std::swap(width, height);
height           1980 Source/core/dom/Document.cpp         ASSERT(size.height().isFixed());
height           1982 Source/core/dom/Document.cpp         height = valueForLength(size.height(), 0);
height           1988 Source/core/dom/Document.cpp     pageSize = IntSize(width, height);
height           4755 Source/core/dom/Document.cpp void Document::getCSSCanvasContext(const String& type, const String& name, int width, int height, bool& is2d, RefPtr<CanvasRenderingContext2D>& context2d, bool& is3d, RefPtr<WebGLRenderingContext>& context3d)
height           4758 Source/core/dom/Document.cpp     element.setSize(IntSize(width, height));
height            857 Source/core/dom/Document.h     void getCSSCanvasContext(const String& type, const String& name, int width, int height, bool&, RefPtr<CanvasRenderingContext2D>&, bool&, RefPtr<WebGLRenderingContext>&);
height            641 Source/core/dom/Element.cpp                 return adjustForAbsoluteZoom(view->layoutSize().height(), renderView);
height            557 Source/core/dom/Position.cpp     return node->renderer()->isReplaced() && canHaveChildrenForEditing(node) && toRenderBox(node->renderer())->height() != 0 && !node->firstChild();
height            829 Source/core/dom/Position.cpp     return o->style()->isHorizontalWritingMode() ? rect.height() : rect.width();
height             61 Source/core/dom/ViewportDescription.cpp         return initialViewportSize.height() * length.getFloatValue() / 100.0f;
height             67 Source/core/dom/ViewportDescription.cpp         return initialViewportSize.height();
height            130 Source/core/dom/ViewportDescription.cpp         float extendHeight = initialViewportSize.height() / extendZoom;
height            151 Source/core/dom/ViewportDescription.cpp         resultHeight = compareIgnoringAuto(resultMinHeight, compareIgnoringAuto(resultMaxHeight, initialViewportSize.height(), min), max);
height            155 Source/core/dom/ViewportDescription.cpp         if (resultHeight == ViewportDescription::ValueAuto || !initialViewportSize.height())
height            158 Source/core/dom/ViewportDescription.cpp             resultWidth = resultHeight * (initialViewportSize.width() / initialViewportSize.height());
height            164 Source/core/dom/ViewportDescription.cpp             resultHeight = initialViewportSize.height();
height            166 Source/core/dom/ViewportDescription.cpp             resultHeight = resultWidth * initialViewportSize.height() / initialViewportSize.width();
height            175 Source/core/dom/ViewportDescription.cpp             resultZoom = max<float>(resultZoom, initialViewportSize.height() / resultHeight);
height            856 Source/core/editing/CompositeEditCommand.cpp     if (block->height() == 0 || (block->isListItem() && block->isEmpty()))
height           1068 Source/core/editing/Editor.cpp             max(startCaretRect.height(), endCaretRect.height()));
height           1075 Source/core/editing/Editor.cpp         startCaretRect.height());
height            262 Source/core/editing/EditorCommand.cpp     int height = std::min<int>(toRenderBox(renderer)->clientHeight(), frame.view()->visibleHeight());
height            263 Source/core/editing/EditorCommand.cpp     return static_cast<unsigned>(max(max<int>(height * ScrollableArea::minFractionToStepWhenPaging(), height - ScrollableArea::maxOverlapBetweenPages()), 1));
height           1041 Source/core/editing/FrameSelection.cpp     y = rect.y() + rect.height() / 2;
height           1016 Source/core/editing/TextIterator.cpp         || (m_node->renderer()->isRenderBlockFlow() && !toRenderBlock(m_node->renderer())->height() && !isHTMLBodyElement(*m_node)))
height            276 Source/core/fetch/ImageResource.cpp     LayoutSize minimumSize(imageSize.width() > 0 ? 1 : 0, imageSize.height() > 0 ? 1 : 0);
height            279 Source/core/fetch/ImageResource.cpp     ASSERT(multiplier != 1.0f || (imageSize.width().fraction() == 0.0f && imageSize.height().fraction() == 0.0f));
height             92 Source/core/fetch/ImageResourceTest.cpp     ASSERT_EQ(cachedImage->image()->height(), 1);
height            117 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp         screenArea += static_cast<uint32_t>(screenRect.width() * screenRect.height());
height            269 Source/core/frame/DOMWindow.cpp     ASSERT(std::isfinite(screen.height()));
height            273 Source/core/frame/DOMWindow.cpp     ASSERT(std::isfinite(window.height()));
height            282 Source/core/frame/DOMWindow.cpp     if (!std::isnan(pendingChanges.height()))
height            283 Source/core/frame/DOMWindow.cpp         window.setHeight(pendingChanges.height());
height            289 Source/core/frame/DOMWindow.cpp     if (window.height())
height            290 Source/core/frame/DOMWindow.cpp         window.setHeight(min(max(minimumSize.height(), window.height()), screen.height()));
height            294 Source/core/frame/DOMWindow.cpp     window.setY(max(screen.y(), min(window.y(), screen.maxY() - window.height())));
height           1075 Source/core/frame/DOMWindow.cpp         return lroundf(host->chrome().windowRect().height() * host->deviceScaleFactor());
height           1076 Source/core/frame/DOMWindow.cpp     return static_cast<int>(host->chrome().windowRect().height());
height           1106 Source/core/frame/DOMWindow.cpp     return adjustForAbsoluteZoom(view->visibleContentRect(IncludeScrollbars).height(), m_frame->pageZoomFactor());
height           1463 Source/core/frame/DOMWindow.cpp void DOMWindow::resizeTo(float width, float height) const
height           1473 Source/core/frame/DOMWindow.cpp     FloatSize dest = FloatSize(width, height);
height            244 Source/core/frame/DOMWindow.h         void resizeTo(float width, float height) const;
height            396 Source/core/frame/FrameView.cpp     viewportConstrainedVisibleContentSizeChanged(newRect.width() != oldRect.width(), newRect.height() != oldRect.height());
height            491 Source/core/frame/FrameView.cpp     IntPoint maxScrollExtent(contentsSize().width() - scrollOrigin().x(), contentsSize().height() - scrollOrigin().y());
height            904 Source/core/frame/FrameView.cpp                     if (!m_firstLayout && m_size.height() != layoutSize().height() && body->renderer()->enclosingBox()->stretchesToViewport())
height            946 Source/core/frame/FrameView.cpp             m_size = LayoutSize(layoutSize().width(), layoutSize().height());
height            996 Source/core/frame/FrameView.cpp         updateOverflowStatus(layoutSize().width() < contentsWidth(), layoutSize().height() < contentsHeight());
height           1368 Source/core/frame/FrameView.cpp             if (style->height().isFixed() && (style->top().isAuto() || style->bottom().isAuto()))
height           1630 Source/core/frame/FrameView.cpp     int centeringOffsetY = (rect.height() - bounds.height()) / 2;
height           2206 Source/core/frame/FrameView.cpp         resize(frameRect().width(), m_minAutoSize.height());
height           2226 Source/core/frame/FrameView.cpp         int height = documentRenderBox->scrollHeight();
height           2227 Source/core/frame/FrameView.cpp         IntSize newSize(width, height);
height           2238 Source/core/frame/FrameView.cpp                 newSize.setHeight(newSize.height() + localHorizontalScrollbar->height());
height           2242 Source/core/frame/FrameView.cpp         } else if (newSize.height() > m_maxAutoSize.height()) {
height           2263 Source/core/frame/FrameView.cpp         if (newSize.height() > m_maxAutoSize.height()) {
height           2264 Source/core/frame/FrameView.cpp             newSize.setHeight(m_maxAutoSize.height());
height           2273 Source/core/frame/FrameView.cpp         if (m_didRunAutosize && size.height() <= m_maxAutoSize.height() && size.width() <= m_maxAutoSize.width()
height           2274 Source/core/frame/FrameView.cpp             && !m_frame->document()->loadEventFinished() && (newSize.height() < size.height() || newSize.width() < size.width()))
height           2277 Source/core/frame/FrameView.cpp         resize(newSize.width(), newSize.height());
height           2459 Source/core/frame/FrameView.cpp     if ((contentsSize.height() <= visibleContentSize.height() && contentsSize.width() <= visibleContentSize.width()))
height           2894 Source/core/frame/FrameView.cpp     ASSERT(minSize.height() <= maxSize.height());
height           2927 Source/core/frame/FrameView.cpp         float pageLogicalWidth = renderView->style()->isHorizontalWritingMode() ? pageSize.width() : pageSize.height();
height           2928 Source/core/frame/FrameView.cpp         float pageLogicalHeight = renderView->style()->isHorizontalWritingMode() ? pageSize.height() : pageSize.width();
height           2943 Source/core/frame/FrameView.cpp         LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height();
height           2945 Source/core/frame/FrameView.cpp             FloatSize expectedPageSize(std::min<float>(documentRect.width().toFloat(), pageSize.width() * maximumShrinkFactor), std::min<float>(documentRect.height().toFloat(), pageSize.height() * maximumShrinkFactor));
height           2946 Source/core/frame/FrameView.cpp             FloatSize maxPageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(originalPageSize.width(), originalPageSize.height()), expectedPageSize);
height           2947 Source/core/frame/FrameView.cpp             pageLogicalWidth = horizontalWritingMode ? maxPageSize.width() : maxPageSize.height();
height           2948 Source/core/frame/FrameView.cpp             pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width();
height           2958 Source/core/frame/FrameView.cpp             LayoutUnit docLogicalHeight = horizontalWritingMode ? updatedDocumentRect.height() : updatedDocumentRect.width();
height           3144 Source/core/frame/FrameView.cpp             ts << "  (rect " << m_trackedRepaintRects[i].x() << " " << m_trackedRepaintRects[i].y() << " " << m_trackedRepaintRects[i].width() << " " << m_trackedRepaintRects[i].height() << ")\n";
height            539 Source/core/frame/FrameView.h     m_visuallyNonEmptyPixelCount += size.width() * size.height();
height             26 Source/core/frame/ImageBitmap.cpp         max(rect.height(), -rect.height()));
height             32 Source/core/frame/ImageBitmap.cpp     if (!intersectRect.width() || !intersectRect.height())
height             45 Source/core/frame/ImageBitmap.cpp     IntRect srcRect = intersection(cropRect, IntRect(0, 0, image->width(), image->height()));
height             49 Source/core/frame/ImageBitmap.cpp     if (!srcRect.width() || !srcRect.height())
height            105 Source/core/frame/ImageBitmap.cpp     if (srcRect.width() > 0 && srcRect.height() > 0)
height            197 Source/core/frame/ImageBitmap.cpp     ASSERT((m_imageElement || m_bitmap || !m_bitmapRect.width() || !m_bitmapRect.height()) && (!m_imageElement || !m_bitmap));
height            216 Source/core/frame/ImageBitmap.cpp         dstRect->height() / srcRect->height() * intersectRect.height() / m_bitmapRect.height());
height            224 Source/core/frame/ImageBitmap.cpp     return FloatSize(width(), height());
height             39 Source/core/frame/ImageBitmap.h     int height() const { return m_cropRect.height(); }
height             95 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmapNoCrop = ImageBitmap::create(imageElement.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height()));
height             96 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop = ImageBitmap::create(imageElement.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width() / 2, m_bitmap.height() / 2));
height             97 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmapExteriorCrop = ImageBitmap::create(imageElement.get(), IntRect(-m_bitmap.width() / 2, -m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height()));
height             98 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmapOutsideCrop = ImageBitmap::create(imageElement.get(), IntRect(-m_bitmap.width(), -m_bitmap.height(), m_bitmap.width(), m_bitmap.height()));
height            149 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop = ImageBitmap::create(imageInteriorCrop.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height()));
height            151 Source/core/frame/ImageBitmapTest.cpp         RefPtrWillBeRawPtr<ImageBitmap> imageBitmapNoCrop = ImageBitmap::create(imageNoCrop.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height()));
height            152 Source/core/frame/ImageBitmapTest.cpp         RefPtrWillBeRawPtr<ImageBitmap> imageBitmapInteriorCrop2 = ImageBitmap::create(imageInteriorCrop.get(), IntRect(m_bitmap.width() / 2, m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height()));
height            153 Source/core/frame/ImageBitmapTest.cpp         RefPtrWillBeRawPtr<ImageBitmap> imageBitmapExteriorCrop = ImageBitmap::create(imageExteriorCrop.get(), IntRect(-m_bitmap.width() / 2, -m_bitmap.height() / 2, m_bitmap.width(), m_bitmap.height()));
height            154 Source/core/frame/ImageBitmapTest.cpp         RefPtrWillBeRawPtr<ImageBitmap> imageBitmapOutsideCrop = ImageBitmap::create(imageOutsideCrop.get(), IntRect(-m_bitmap.width(), -m_bitmap.height(), m_bitmap.width(), m_bitmap.height()));
height            191 Source/core/frame/ImageBitmapTest.cpp     RefPtrWillBeRawPtr<ImageBitmap> imageBitmap = ImageBitmap::create(image.get(), IntRect(0, 0, m_bitmap.width(), m_bitmap.height()));
height            215 Source/core/frame/ImageBitmapTest.cpp         RefPtrWillBeRawPtr<ImageBitmap> imageBitmapFromCanvas = ImageBitmap::create(canvasElement.get(), IntRect(0, 0, canvasElement->width(), canvasElement->height()));
height            206 Source/core/frame/LocalFrame.cpp         float ratio = originalSize.height() / originalSize.width();
height            210 Source/core/frame/LocalFrame.cpp         ASSERT(fabs(originalSize.height()) > numeric_limits<float>::epsilon());
height            211 Source/core/frame/LocalFrame.cpp         float ratio = originalSize.width() / originalSize.height();
height            212 Source/core/frame/LocalFrame.cpp         resultSize.setHeight(floorf(expectedSize.height()));
height            213 Source/core/frame/LocalFrame.cpp         resultSize.setWidth(floorf(resultSize.height() * ratio));
height            552 Source/core/frame/LocalFrame.cpp     paintingRect.setHeight(paintingRect.height() * deviceScaleFactor);
height            581 Source/core/frame/LocalFrame.cpp     paintingRect.setHeight(paintingRect.height() * deviceScaleFactor);
height            213 Source/core/frame/PinchViewport.cpp     int yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - overlayScrollbarThickness : 0;
height            215 Source/core/frame/PinchViewport.cpp     int height = isHorizontal ? overlayScrollbarThickness : m_innerViewportContainerLayer->size().height() - overlayScrollbarThickness;
height            219 Source/core/frame/PinchViewport.cpp     scrollbarGraphicsLayer->setSize(IntSize(width, height));
height            220 Source/core/frame/PinchViewport.cpp     scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
height            253 Source/core/frame/PinchViewport.cpp     return (orientation == HorizontalScrollbar) ? scrollDimensions.width() : scrollDimensions.height();
height             83 Source/core/frame/PinchViewport.h     virtual int visibleHeight() const OVERRIDE { return visibleRect().height(); };
height             55 Source/core/frame/Screen.cpp         return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
height             56 Source/core/frame/Screen.cpp     return static_cast<unsigned>(screenRect(m_frame->view()).height());
height            109 Source/core/frame/Screen.cpp         return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor());
height            110 Source/core/frame/Screen.cpp     return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
height             54 Source/core/frame/Screen.h         unsigned height() const;
height             52 Source/core/frame/SmartClip.cpp     if (rect.height() > 0 && !result.height())
height             86 Source/core/frame/SmartClip.cpp     result.append(String::number(m_rect.height()));
height            131 Source/core/html/HTMLAreaElement.cpp     LayoutUnit height = size.height();
height            149 Source/core/html/HTMLAreaElement.cpp                 path.moveTo(FloatPoint(minimumValueForLength(m_coords[0], width).toFloat(), minimumValueForLength(m_coords[1], height).toFloat()));
height            151 Source/core/html/HTMLAreaElement.cpp                     path.addLineTo(FloatPoint(minimumValueForLength(m_coords[i * 2], width).toFloat(), minimumValueForLength(m_coords[i * 2 + 1], height).toFloat()));
height            158 Source/core/html/HTMLAreaElement.cpp                 float r = min(minimumValueForLength(radius, width).toFloat(), minimumValueForLength(radius, height).toFloat());
height            159 Source/core/html/HTMLAreaElement.cpp                 path.addEllipse(FloatRect(minimumValueForLength(m_coords[0], width).toFloat() - r, minimumValueForLength(m_coords[1], height).toFloat() - r, 2 * r, 2 * r));
height            165 Source/core/html/HTMLAreaElement.cpp                 float y0 = minimumValueForLength(m_coords[1], height).toFloat();
height            167 Source/core/html/HTMLAreaElement.cpp                 float y1 = minimumValueForLength(m_coords[3], height).toFloat();
height            172 Source/core/html/HTMLAreaElement.cpp             path.addRect(FloatRect(0, 0, width.toFloat(), height.toFloat()));
height            215 Source/core/html/HTMLCanvasElement.cpp         FloatRect r = mapRect(rect, FloatRect(0, 0, size().width(), size().height()), destRect);
height            273 Source/core/html/HTMLCanvasElement.cpp         toWebGLRenderingContext(m_context.get())->reshape(width(), height());
height            429 Source/core/html/HTMLCanvasElement.cpp     if (size.width() * size.height() < settings->minimumAccelerated2dCanvasSize())
height            473 Source/core/html/HTMLCanvasElement.cpp     if (deviceSize.width() * deviceSize.height() > MaxCanvasArea)
height            476 Source/core/html/HTMLCanvasElement.cpp     if (deviceSize.width() > MaxSkiaDim || deviceSize.height() > MaxSkiaDim)
height            479 Source/core/html/HTMLCanvasElement.cpp     if (!deviceSize.width() || !deviceSize.height())
height            542 Source/core/html/HTMLCanvasElement.cpp     checkedExternallyAllocatedMemory *= height();
height            606 Source/core/html/HTMLCanvasElement.cpp         toCanvasRenderingContext2D(m_context.get())->clearRect(0, 0, width(), height());
height            659 Source/core/html/HTMLCanvasElement.cpp     if (!width() || !height()) {
height            690 Source/core/html/HTMLCanvasElement.cpp     return FloatSize(width(), height());
height             76 Source/core/html/HTMLCanvasElement.h     int height() const { return size().height(); }
height             91 Source/core/html/HTMLCanvasElement.h         setHeight(newSize.height());
height            222 Source/core/html/HTMLFrameElementBase.cpp     return renderBox()->height();
height             40 Source/core/html/HTMLFrameElementBase.h     int height();
height             78 Source/core/html/HTMLImageElement.cpp PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document& document, int width, int height)
height             83 Source/core/html/HTMLImageElement.cpp     if (height)
height             84 Source/core/html/HTMLImageElement.cpp         image->setHeight(height);
height            278 Source/core/html/HTMLImageElement.cpp         int height = getAttribute(heightAttr).toInt(&ok);
height            280 Source/core/html/HTMLImageElement.cpp             return height;
height            284 Source/core/html/HTMLImageElement.cpp             return m_imageLoader.image()->imageSizeForRenderer(renderer(), 1.0f).height();
height            309 Source/core/html/HTMLImageElement.cpp     return m_imageLoader.image()->imageSizeForRenderer(renderer(), 1.0f).height();
height             41 Source/core/html/HTMLImageElement.h     static PassRefPtr<HTMLImageElement> createForJSConstructor(Document&, int width, int height);
height             46 Source/core/html/HTMLImageElement.h     int height(bool ignorePendingStylesheets = false);
height            459 Source/core/html/HTMLInputElement.cpp         if (const Attribute* height = getAttributeItem(heightAttr))
height            460 Source/core/html/HTMLInputElement.cpp             attributeChanged(heightAttr, height->value());
height           1761 Source/core/html/HTMLInputElement.cpp     return m_inputType->height();
height           1769 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setHeight(unsigned height)
height           1771 Source/core/html/HTMLInputElement.cpp     setUnsignedIntegralAttribute(heightAttr, height);
height            250 Source/core/html/HTMLInputElement.h     unsigned height() const;
height             88 Source/core/html/HTMLLinkElement.cpp                 int height = charactersToInt(value + start, i - start);
height             89 Source/core/html/HTMLLinkElement.cpp                 iconSizes.append(IntSize(width, height));
height            111 Source/core/html/HTMLLinkElement.cpp         int height = charactersToInt(value + start, i - start);
height            112 Source/core/html/HTMLLinkElement.cpp         iconSizes.append(IntSize(width, height));
height             24 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     EXPECT_EQ(33, sizes[0].height());
height             32 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     EXPECT_EQ(33, sizes[0].height());
height             40 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     EXPECT_EQ(33, sizes[0].height());
height             42 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     EXPECT_EQ(17, sizes[1].height());
height             44 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp     EXPECT_EQ(129, sizes[2].height());
height            308 Source/core/html/HTMLMetaElement-in.cpp             const Length& height = parseViewportValueAsLength(keyString, valueString);
height            309 Source/core/html/HTMLMetaElement-in.cpp             if (height.isAuto())
height            312 Source/core/html/HTMLMetaElement-in.cpp             description->maxHeight = height;
height            197 Source/core/html/HTMLTextFormControlElement.cpp     return renderer->style()->visibility() != HIDDEN && innerText && innerText->renderer() && innerText->renderBox()->height();
height            146 Source/core/html/HTMLVideoElement.cpp     return player()->naturalSize().height();
height             42 Source/core/html/ImageData.cpp     dataSize *= size.height();
height             53 Source/core/html/ImageData.cpp     dataSize *= size.height();
height             64 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(unsigned width, unsigned height, ExceptionState& exceptionState)
height             70 Source/core/html/ImageData.cpp     if (!width || !height) {
height             77 Source/core/html/ImageData.cpp     dataSize *= height;
height             83 Source/core/html/ImageData.cpp     RefPtrWillBeRawPtr<ImageData> imageData = adoptRefWillBeNoop(new ImageData(IntSize(width, height)));
height             88 Source/core/html/ImageData.cpp PassRefPtrWillBeRawPtr<ImageData> ImageData::create(Uint8ClampedArray* data, unsigned width, unsigned height, ExceptionState& exceptionState)
height            117 Source/core/html/ImageData.cpp     if (!height) {
height            118 Source/core/html/ImageData.cpp         height = length / width;
height            119 Source/core/html/ImageData.cpp     } else if (height != length / width) {
height            124 Source/core/html/ImageData.cpp     return adoptRefWillBeNoop(new ImageData(IntSize(width, height), data));
height            129 Source/core/html/ImageData.cpp     , m_data(Uint8ClampedArray::createUninitialized(size.width() * size.height() * 4))
height            138 Source/core/html/ImageData.cpp     ASSERT_WITH_SECURITY_IMPLICATION(static_cast<unsigned>(size.width() * size.height() * 4) <= m_data->length());
height             47 Source/core/html/ImageData.h     static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
height             48 Source/core/html/ImageData.h     static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
height             52 Source/core/html/ImageData.h     int height() const { return m_size.height(); }
height            116 Source/core/html/ImageDocument.cpp     result.append(String::number(size.height()));
height            227 Source/core/html/ImageDocument.cpp     LayoutSize windowSize = LayoutSize(view->width(), view->height());
height            230 Source/core/html/ImageDocument.cpp     float heightScale = windowSize.height().toFloat() / imageSize.height().toFloat();
height            244 Source/core/html/ImageDocument.cpp     m_imageElement->setHeight(static_cast<int>(imageSize.height() * scale));
height            266 Source/core/html/ImageDocument.cpp         int scrollY = static_cast<int>(y / scale - (float)frame()->view()->height() / 2);
height            297 Source/core/html/ImageDocument.cpp     m_imageElement->setHeight(imageSize.height());
height            317 Source/core/html/ImageDocument.cpp     LayoutSize windowSize = LayoutSize(view->width(), view->height());
height            319 Source/core/html/ImageDocument.cpp     return imageSize.width() <= windowSize.width() && imageSize.height() <= windowSize.height();
height             52 Source/core/html/canvas/CanvasPathMethods.cpp     if (boundRect.width() || boundRect.height())
height            306 Source/core/html/canvas/CanvasPathMethods.cpp void CanvasPathMethods::rect(float x, float y, float width, float height)
height            311 Source/core/html/canvas/CanvasPathMethods.cpp     if (!std::isfinite(x) || !std::isfinite(y) || !std::isfinite(width) || !std::isfinite(height))
height            314 Source/core/html/canvas/CanvasPathMethods.cpp     if (!width && !height) {
height            319 Source/core/html/canvas/CanvasPathMethods.cpp     m_path.addRect(FloatRect(x, y, width, height));
height             51 Source/core/html/canvas/CanvasPathMethods.h     void rect(float x, float y, float width, float height);
height             72 Source/core/html/canvas/CanvasPathMethods.h     static void rect(CanvasPathMethods& object, float x, float y, float width, float height)
height             73 Source/core/html/canvas/CanvasPathMethods.h         { object.rect(x, y, width, height); }
height            537 Source/core/html/canvas/CanvasRenderingContext2D.cpp     return state().m_shadowOffset.height();
height            544 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_shadowOffset.height() == y)
height            945 Source/core/html/canvas/CanvasRenderingContext2D.cpp static bool validateRectForCanvas(float& x, float& y, float& width, float& height)
height            947 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!std::isfinite(x) | !std::isfinite(y) | !std::isfinite(width) | !std::isfinite(height))
height            950 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!width && !height)
height            958 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (height < 0) {
height            959 Source/core/html/canvas/CanvasRenderingContext2D.cpp         height = -height;
height            960 Source/core/html/canvas/CanvasRenderingContext2D.cpp         y -= height;
height           1259 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::clearRect(float x, float y, float width, float height)
height           1261 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!validateRectForCanvas(x, y, width, height))
height           1268 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect rect(x, y, width, height);
height           1301 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height)
height           1303 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!validateRectForCanvas(x, y, width, height))
height           1322 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect rect(x, y, width, height);
height           1342 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height)
height           1344 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!validateRectForCanvas(x, y, width, height))
height           1361 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect rect(x, y, width, height);
height           1372 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur)
height           1374 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, Color::transparent);
height           1377 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color)
height           1382 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, rgba);
height           1385 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel)
height           1387 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, makeRGBA32FromFloats(grayLevel, grayLevel, grayLevel, 1));
height           1390 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color, float alpha)
height           1395 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, colorWithOverrideAlpha(rgba, alpha));
height           1398 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel, float alpha)
height           1400 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, makeRGBA32FromFloats(grayLevel, grayLevel, grayLevel, alpha));
height           1403 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float r, float g, float b, float a)
height           1405 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, makeRGBA32FromFloats(r, g, b, a));
height           1408 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, float y, float k, float a)
height           1410 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, makeRGBAFromCMYKA(c, m, y, k, a));
height           1456 Source/core/html/canvas/CanvasRenderingContext2D.cpp         max(rect.height(), -rect.height()));
height           1465 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatSize scale(dstRect->size().width() / srcRect->size().width(), dstRect->size().height() / srcRect->size().height());
height           1467 Source/core/html/canvas/CanvasRenderingContext2D.cpp     scaledSrcLocation.scale(scale.width(), scale.height());
height           1474 Source/core/html/canvas/CanvasRenderingContext2D.cpp     dstRect->scale(scale.width(), scale.height());
height           1493 Source/core/html/canvas/CanvasRenderingContext2D.cpp     drawImage(imageSource, x, y, destRectSize.width(), destRectSize.height(), exceptionState);
height           1497 Source/core/html/canvas/CanvasRenderingContext2D.cpp     float x, float y, float width, float height, ExceptionState& exceptionState)
height           1502 Source/core/html/canvas/CanvasRenderingContext2D.cpp     drawImage(imageSource, 0, 0, sourceRectSize.width(), sourceRectSize.height(), x, y, width, height, exceptionState);
height           1530 Source/core/html/canvas/CanvasRenderingContext2D.cpp         if (!image || !image->width() || !image->height())
height           1594 Source/core/html/canvas/CanvasRenderingContext2D.cpp     c->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
height           1625 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatRect canvasRect(0, 0, canvas()->width(), canvas()->height());
height           1854 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (size.height() < 1)
height           1890 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (logicalRect.height() < 1)
height           1913 Source/core/html/canvas/CanvasRenderingContext2D.cpp     putImageData(data, dx, dy, 0, 0, data->width(), data->height(), exceptionState);
height           1952 Source/core/html/canvas/CanvasRenderingContext2D.cpp     clipRect.intersect(IntRect(0, 0, data->width(), data->height()));
height           1962 Source/core/html/canvas/CanvasRenderingContext2D.cpp     buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRect, IntPoint(destOffset));
height           2252 Source/core/html/canvas/CanvasRenderingContext2D.cpp     textRunPaintInfo.bounds = FloatRect(location.x() - fontMetrics.height() / 2,
height           2254 Source/core/html/canvas/CanvasRenderingContext2D.cpp                                         width + fontMetrics.height(),
height           2313 Source/core/html/canvas/CanvasRenderingContext2D.cpp         return -fontMetrics.descent() + fontMetrics.height() / 2;
height            172 Source/core/html/canvas/CanvasRenderingContext2D.h     void clearRect(float x, float y, float width, float height);
height            173 Source/core/html/canvas/CanvasRenderingContext2D.h     void fillRect(float x, float y, float width, float height);
height            174 Source/core/html/canvas/CanvasRenderingContext2D.h     void strokeRect(float x, float y, float width, float height);
height            176 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur);
height            177 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, const String& color);
height            178 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, float grayLevel);
height            179 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, const String& color, float alpha);
height            180 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, float grayLevel, float alpha);
height            181 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, float r, float g, float b, float a);
height            182 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
height            187 Source/core/html/canvas/CanvasRenderingContext2D.h     void drawImage(CanvasImageSource*, float x, float y, float width, float height, ExceptionState&);
height            202 Source/core/html/canvas/CanvasRenderingContext2D.h     PassRefPtrWillBeRawPtr<ImageData> createImageData(float width, float height, ExceptionState&) const;
height             49 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei height() const OVERRIDE;
height             81 Source/core/html/canvas/WebGLFramebuffer.cpp         return m_renderbuffer->height();
height            149 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLsizei height() const OVERRIDE;
height            395 Source/core/html/canvas/WebGLFramebuffer.cpp     if (!attachedObject->width() || !attachedObject->height()) {
height            477 Source/core/html/canvas/WebGLFramebuffer.cpp     return attachment->height();
height            493 Source/core/html/canvas/WebGLFramebuffer.cpp     GLsizei width = 0, height = 0;
height            522 Source/core/html/canvas/WebGLFramebuffer.cpp             height = attachment->height();
height            524 Source/core/html/canvas/WebGLFramebuffer.cpp             if (width != attachment->width() || height != attachment->height()) {
height            535 Source/core/html/canvas/WebGLFramebuffer.cpp     if (!width || !height) {
height             47 Source/core/html/canvas/WebGLFramebuffer.h         virtual GLsizei height() const = 0;
height             47 Source/core/html/canvas/WebGLRenderbuffer.h     void setSize(GLsizei width, GLsizei height)
height             50 Source/core/html/canvas/WebGLRenderbuffer.h         m_height = height;
height             53 Source/core/html/canvas/WebGLRenderbuffer.h     GLsizei height() const { return m_height; }
height            871 Source/core/html/canvas/WebGLRenderingContextBase.cpp     int width, height;
height            872 Source/core/html/canvas/WebGLRenderingContextBase.cpp     RefPtr<Uint8ClampedArray> imageDataPixels = m_drawingBuffer->paintRenderingResultsToImageData(width, height);
height            881 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return ImageData::create(IntSize(width, height), imageDataPixels);
height            884 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::reshape(int width, int height)
height            898 Source/core/html/canvas/WebGLRenderingContextBase.cpp     height = clamp(height, 1, maxHeight);
height            909 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_drawingBuffer->reset(IntSize(width, height));
height            925 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_drawingBuffer->size().height();
height           1335 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::compressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, ArrayBufferView* data)
height           1350 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexDimensions("compressedTexImage2D", NotTexSubImage2D, target, level, width, height, internalformat))
height           1352 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexFuncData("compressedTexImage2D", width, height, internalformat, data))
height           1359 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (level && WebGLTexture::isNPOT(width, height)) {
height           1364 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->compressedTexImage2D(target, level, internalformat, width, height,
height           1366 Source/core/html/canvas/WebGLRenderingContextBase.cpp     tex->setLevelInfo(target, level, internalformat, width, height, GL_UNSIGNED_BYTE);
height           1369 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* data)
height           1379 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexFuncData("compressedTexSubImage2D", width, height, format, data))
height           1391 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexSubDimensions("compressedTexSubImage2D", target, level, xoffset, yoffset, width, height, format, tex))
height           1395 Source/core/html/canvas/WebGLRenderingContextBase.cpp                                                  width, height, format, data->byteLength(), data->baseAddress());
height           1407 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::copyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
height           1411 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncParameters("copyTexImage2D", NotTexSubImage2D, target, level, internalformat, width, height, border, internalformat, GL_UNSIGNED_BYTE))
height           1422 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!isGLES2NPOTStrict() && level && WebGLTexture::isNPOT(width, height)) {
height           1433 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->copyTexImage2D(target, level, internalformat, x, y, width, height, border);
height           1435 Source/core/html/canvas/WebGLRenderingContextBase.cpp     tex->setLevelInfo(target, level, internalformat, width, height, GL_UNSIGNED_BYTE);
height           1438 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
height           1447 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateSize("copyTexSubImage2D", xoffset, yoffset) || !validateSize("copyTexSubImage2D", width, height))
height           1453 Source/core/html/canvas/WebGLRenderingContextBase.cpp     maxY += height;
height           1476 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->copyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
height           3008 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels)
height           3056 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_packAlignment, &totalBytesRequired, &padding);
height           3071 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->readPixels(x, y, width, height, format, type, data);
height           3079 Source/core/html/canvas/WebGLRenderingContextBase.cpp         for (GLsizei iy = 0; iy < height; ++iy) {
height           3090 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::renderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
height           3102 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateSize("renderbufferStorage", width, height))
height           3110 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->renderbufferStorage(target, internalformat, width, height);
height           3112 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_renderbufferBinding->setSize(width, height);
height           3117 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_DEPTH24_STENCIL8_OES, width, height);
height           3124 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_DEPTH_COMPONENT16, width, height);
height           3126 Source/core/html/canvas/WebGLRenderingContextBase.cpp             m_context->renderbufferStorage(target, GL_STENCIL_INDEX8, width, height);
height           3128 Source/core/html/canvas/WebGLRenderingContextBase.cpp             emulatedStencilBuffer->setSize(width, height);
height           3131 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_renderbufferBinding->setSize(width, height);
height           3148 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::scissor(GLint x, GLint y, GLsizei width, GLsizei height)
height           3152 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateSize("scissor", width, height))
height           3154 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->scissor(x, y, width, height);
height           3266 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState)
height           3271 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(validateTexFuncParameters("texImage2D", NotTexSubImage2D, target, level, internalformat, width, height, border, format, type));
height           3273 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(!level || !WebGLTexture::isNPOT(width, height));
height           3275 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(target, level, convertTexInternalFormat(internalformat, type), width, height, border, format, type, pixels);
height           3276 Source/core/html/canvas/WebGLRenderingContextBase.cpp     tex->setLevelInfo(target, level, internalformat, width, height, type);
height           3309 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset)
height           3311 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncParameters(functionName, functionType, target, level, internalformat, width, height, border, format, type))
height           3319 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (level && WebGLTexture::isNPOT(width, height)) {
height           3335 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (xoffset + width < 0 || yoffset + height < 0) {
height           3339 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (xoffset + width > texture->getWidth(target, level) || yoffset + height > texture->getHeight(target, level)) {
height           3352 Source/core/html/canvas/WebGLRenderingContextBase.cpp PassRefPtr<Image> WebGLRenderingContextBase::drawImageIntoBuffer(Image* image, int width, int height, const char* functionName)
height           3354 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntSize size(width, height);
height           3362 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntRect destRect(0, 0, size.width(), size.height());
height           3368 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLsizei width, GLsizei height, GLint border,
height           3371 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateTexFuncData("texImage2D", level, width, height, format, type, pixels, NullAllowed)
height           3372 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceArrayBufferView, target, level, internalformat, width, height, border, format, type, 0, 0))
height           3378 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData))
height           3385 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DBase(target, level, internalformat, width, height, border, format, type, data, exceptionState);
height           3393 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !pixels || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceImageData, target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, 0, 0))
height           3409 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DBase(target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState);
height           3422 Source/core/html/canvas/WebGLRenderingContextBase.cpp         imageForRender = drawImageIntoBuffer(imageForRender.get(), image->width(), image->height(), "texImage2D");
height           3424 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!imageForRender || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLImageElement, target, level, internalformat, imageForRender->width(), imageForRender->height(), 0, format, type, 0, 0))
height           3433 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateHTMLCanvasElement("texImage2D", canvas, exceptionState) || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLCanvasElement, target, level, internalformat, canvas->width(), canvas->height(), 0, format, type, 0, 0))
height           3447 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 texture->setLevelInfo(target, level, internalformat, canvas->width(), canvas->height(), type);
height           3455 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 texture->setLevelInfo(target, level, internalformat, canvas->width(), canvas->height(), type);
height           3476 Source/core/html/canvas/WebGLRenderingContextBase.cpp     IntRect destRect(0, 0, size.width(), size.height());
height           3554 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState)
height           3558 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(validateTexFuncParameters("texSubImage2D", TexSubImage2D, target, level, format, width, height, 0, format, type));
height           3567 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT((yoffset + height) >= 0);
height           3569 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(tex->getHeight(target, level) >= (yoffset + height));
height           3572 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
height           3606 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLsizei width, GLsizei height,
height           3609 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateTexFuncData("texSubImage2D", level, width, height, format, type, pixels, NullNotAllowed)
height           3610 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceArrayBufferView, target, level, format, width, height, 0, format, type, xoffset, yoffset))
height           3616 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractTextureData(width, height, format, type,
height           3627 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DBase(target, level, xoffset, yoffset, width, height, format, type, data, exceptionState);
height           3635 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !pixels || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceImageData, target, level, format,  pixels->width(), pixels->height(), 0, format, type, xoffset, yoffset))
height           3652 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DBase(target, level, xoffset, yoffset, pixels->width(), pixels->height(), format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState);
height           3665 Source/core/html/canvas/WebGLRenderingContextBase.cpp         imageForRender = drawImageIntoBuffer(imageForRender.get(), image->width(), image->height(), "texSubImage2D");
height           3667 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!imageForRender || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLImageElement, target, level, format, imageForRender->width(), imageForRender->height(), 0, format, type, xoffset, yoffset))
height           3677 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLCanvasElement, target, level, format, canvas->width(), canvas->height(), 0, format, type, xoffset, yoffset))
height           4119 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::viewport(GLint x, GLint y, GLsizei width, GLsizei height)
height           4123 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateSize("viewport", width, height))
height           4125 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->viewport(x, y, width, height);
height           4638 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum target, GLint level, GLsizei width, GLsizei height)
height           4640 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (width < 0 || height < 0) {
height           4647 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (width > (m_maxTextureSize >> level) || height > (m_maxTextureSize >> level)) {
height           4658 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (functionType != TexSubImage2D && width != height) {
height           4677 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type)
height           4685 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height))
height           4701 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition disposition)
height           4750 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_unpackAlignment, &totalBytesRequired, 0);
height           4757 Source/core/html/canvas/WebGLRenderingContextBase.cpp             error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, 1, &totalBytesRequired, 0);
height           4774 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels)
height           4780 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (width < 0 || height < 0) {
height           4795 Source/core/html/canvas/WebGLRenderingContextBase.cpp             int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
height           4807 Source/core/html/canvas/WebGLRenderingContextBase.cpp             int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
height           4814 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = floor(static_cast<double>((width + 3) / 4)) * floor(static_cast<double>((height + 3) / 4)) * 8;
height           4820 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = floor(static_cast<double>((width + 3) / 4)) * floor(static_cast<double>((height + 3) / 4)) * 16;
height           4826 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = max(width, 8) * max(height, 8) / 2;
height           4832 Source/core/html/canvas/WebGLRenderingContextBase.cpp             bytesRequired = max(width, 8) * max(height, 8) / 4;
height           4848 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format)
height           4850 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height))
height           4861 Source/core/html/canvas/WebGLRenderingContextBase.cpp         bool heightValid = (level && height == 1) || (level && height == 2) || !(height % kBlockHeight);
height           4873 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture* tex)
height           4892 Source/core/html/canvas/WebGLRenderingContextBase.cpp             || height - yoffset > tex->getHeight(target, level)) {
height           4896 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return validateCompressedTexDimensions(functionName, TexSubImage2D, target, level, width, height, format);
height           5532 Source/core/html/canvas/WebGLRenderingContextBase.cpp                    clamp(canvas()->height(), 1, m_maxViewportDims[1]));
height            139 Source/core/html/canvas/WebGLRenderingContextBase.h     void compressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, ArrayBufferView* data);
height            140 Source/core/html/canvas/WebGLRenderingContextBase.h     void compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* data);
height            142 Source/core/html/canvas/WebGLRenderingContextBase.h     void copyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
height            143 Source/core/html/canvas/WebGLRenderingContextBase.h     void copyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
height            220 Source/core/html/canvas/WebGLRenderingContextBase.h     void readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels);
height            221 Source/core/html/canvas/WebGLRenderingContextBase.h     void renderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
height            223 Source/core/html/canvas/WebGLRenderingContextBase.h     void scissor(GLint x, GLint y, GLsizei width, GLsizei height);
height            233 Source/core/html/canvas/WebGLRenderingContextBase.h         GLsizei width, GLsizei height, GLint border,
height            248 Source/core/html/canvas/WebGLRenderingContextBase.h         GLsizei width, GLsizei height,
height            310 Source/core/html/canvas/WebGLRenderingContextBase.h     void viewport(GLint x, GLint y, GLsizei width, GLsizei height);
height            332 Source/core/html/canvas/WebGLRenderingContextBase.h     void reshape(int width, int height);
height            389 Source/core/html/canvas/WebGLRenderingContextBase.h     PassRefPtr<Image> drawImageIntoBuffer(Image*, int width, int height, const char* functionName);
height            682 Source/core/html/canvas/WebGLRenderingContextBase.h     void texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState&);
height            684 Source/core/html/canvas/WebGLRenderingContextBase.h     void texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState&);
height            738 Source/core/html/canvas/WebGLRenderingContextBase.h         GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset);
height            742 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncDimensions(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLsizei width, GLsizei height);
height            746 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type);
height            756 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition);
height            766 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels);
height            773 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format);
height            777 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture*);
height            141 Source/core/html/canvas/WebGLTexture.cpp void WebGLTexture::setLevelInfo(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum type)
height            150 Source/core/html/canvas/WebGLTexture.cpp     m_info[index][level].setInfo(internalFormat, width, height, type);
height            164 Source/core/html/canvas/WebGLTexture.cpp             GLsizei height = info0.height;
height            165 Source/core/html/canvas/WebGLTexture.cpp             GLint levelCount = computeLevelCount(width, height);
height            168 Source/core/html/canvas/WebGLTexture.cpp                 height = std::max(1, height >> 1);
height            170 Source/core/html/canvas/WebGLTexture.cpp                 info.setInfo(info0.internalFormat, width, height, info0.type);
height            207 Source/core/html/canvas/WebGLTexture.cpp     return info->height;
height            218 Source/core/html/canvas/WebGLTexture.cpp bool WebGLTexture::isNPOT(GLsizei width, GLsizei height)
height            220 Source/core/html/canvas/WebGLTexture.cpp     ASSERT(width >= 0 && height >= 0);
height            221 Source/core/html/canvas/WebGLTexture.cpp     if (!width || !height)
height            223 Source/core/html/canvas/WebGLTexture.cpp     if ((width & (width - 1)) || (height & (height - 1)))
height            285 Source/core/html/canvas/WebGLTexture.cpp             || info.width != first.width || info.height != first.height
height            293 Source/core/html/canvas/WebGLTexture.cpp GLint WebGLTexture::computeLevelCount(GLsizei width, GLsizei height)
height            296 Source/core/html/canvas/WebGLTexture.cpp     GLsizei n = std::max(width, height);
height            317 Source/core/html/canvas/WebGLTexture.cpp         if (isNPOT(m_info[ii][0].width, m_info[ii][0].height)) {
height            325 Source/core/html/canvas/WebGLTexture.cpp     GLint levelCount = computeLevelCount(first.width, first.height);
height            332 Source/core/html/canvas/WebGLTexture.cpp                 || info0.width != first.width || info0.height != first.height
height            334 Source/core/html/canvas/WebGLTexture.cpp                 || (m_info.size() > 1 && info0.width != info0.height)) {
height            341 Source/core/html/canvas/WebGLTexture.cpp             GLsizei height = info0.height;
height            344 Source/core/html/canvas/WebGLTexture.cpp                 height = std::max(1, height >> 1);
height            347 Source/core/html/canvas/WebGLTexture.cpp                     || info.width != width || info.height != height
height             55 Source/core/html/canvas/WebGLTexture.h     void setLevelInfo(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum type);
height             76 Source/core/html/canvas/WebGLTexture.h     static GLint computeLevelCount(GLsizei width, GLsizei height);
height             90 Source/core/html/canvas/WebGLTexture.h             , height(0)
height            100 Source/core/html/canvas/WebGLTexture.h             height = h;
height            107 Source/core/html/canvas/WebGLTexture.h         GLsizei height;
height            193 Source/core/html/forms/ImageInputType.cpp         unsigned height;
height            194 Source/core/html/forms/ImageInputType.cpp         if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height))
height            195 Source/core/html/forms/ImageInputType.cpp             return height;
height            201 Source/core/html/forms/ImageInputType.cpp                 return imageLoader->image()->imageSizeForRenderer(element->renderer(), 1).height();
height             62 Source/core/html/forms/ImageInputType.h     virtual unsigned height() const OVERRIDE;
height            216 Source/core/html/forms/InputType.h     virtual unsigned height() const;
height            664 Source/core/html/shadow/MediaControlElements.cpp     float smallestDimension = std::min(m_videoDisplaySize.size().height(), m_videoDisplaySize.size().width());
height            124 Source/core/html/shadow/SliderThumbElement.cpp             int tickLength = RenderTheme::theme().sliderTickSize().height();
height            172 Source/core/html/shadow/SliderThumbElement.cpp     availableExtent -= isVertical ? thumb->height() : thumb->width();
height            176 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset);
height            272 Source/core/html/shadow/SliderThumbElement.cpp         trackSize = trackElement->renderBox()->contentHeight() - renderBox()->height();
height            273 Source/core/html/shadow/SliderThumbElement.cpp         position = offset.y() - renderBox()->height() / 2 - trackBoundingBox.y() + inputBoundingBox.y() - renderBox()->marginBottom();
height            126 Source/core/html/shadow/SpinButtonElement.cpp             m_upDownState = (local.y() < box->height() / 2) ? Up : Down;
height            185 Source/core/html/track/vtt/VTTRegion.cpp     m_heightInLines = region->height();
height            385 Source/core/html/track/vtt/VTTRegion.cpp         float height = childBottom - childTop;
height            387 Source/core/html/track/vtt/VTTRegion.cpp         m_currentTop -= std::min(height, childBottom - regionBottom);
height            411 Source/core/html/track/vtt/VTTRegion.cpp     double height = lineHeight * m_heightInLines;
height            413 Source/core/html/track/vtt/VTTRegion.cpp         height, CSSPrimitiveValue::CSS_VH);
height            428 Source/core/html/track/vtt/VTTRegion.cpp     double topOffset = m_regionAnchor.y() * height / 100;
height             66 Source/core/html/track/vtt/VTTRegion.h     long height() const { return m_heightInLines; }
height           1229 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor)
height           1231 Source/core/inspector/InspectorDOMAgent.cpp     OwnPtr<FloatQuad> quad = adoptPtr(new FloatQuad(FloatRect(x, y, width, height)));
height           1419 Source/core/inspector/InspectorDOMAgent.cpp         .setHeight(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height());
height            140 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
height             85 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setHeight(rect.height)
height            104 Source/core/inspector/InspectorLayerTreeAgent.cpp         blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height);
height            118 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setHeight(webLayer->bounds().height)
height            209 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setHeight(rect.height());
height            173 Source/core/inspector/InspectorOverlay.cpp         contentBox.setHeight(contentBox.height() + renderBox->horizontalScrollbarHeight());
height            176 Source/core/inspector/InspectorOverlay.cpp             contentBox.width() + renderBox->paddingLeft() + renderBox->paddingRight(), contentBox.height() + renderBox->paddingTop() + renderBox->paddingBottom());
height            178 Source/core/inspector/InspectorOverlay.cpp             paddingBox.width() + renderBox->borderLeft() + renderBox->borderRight(), paddingBox.height() + renderBox->borderTop() + renderBox->borderBottom());
height            180 Source/core/inspector/InspectorOverlay.cpp             borderBox.width() + renderBox->marginWidth(), borderBox.height() + renderBox->marginHeight());
height            187 Source/core/inspector/InspectorOverlay.cpp             borderBox.width() - renderInline->borderLeft() - renderInline->borderRight(), borderBox.height() - renderInline->borderTop() - renderInline->borderBottom());
height            189 Source/core/inspector/InspectorOverlay.cpp             paddingBox.width() - renderInline->paddingLeft() - renderInline->paddingRight(), paddingBox.height() - renderInline->paddingTop() - renderInline->paddingBottom());
height            192 Source/core/inspector/InspectorOverlay.cpp             borderBox.width() + renderInline->marginWidth(), borderBox.height());
height            265 Source/core/inspector/InspectorOverlay.cpp     view->paint(&context, IntRect(0, 0, view->width(), view->height()));
height            490 Source/core/inspector/InspectorOverlay.cpp     result->setNumber("height", size.height());
height            549 Source/core/inspector/InspectorOverlay.cpp         elementInfo->setString("nodeHeight", String::number(modelObject ? adjustForAbsoluteZoom(modelObject->pixelSnappedOffsetHeight(), modelObject) : boundingBox.height()));
height            115 Source/core/inspector/InspectorPageAgent.cpp bool anyDeviceMetricsOverrideEnabled(int width, int height, double deviceScaleFactor)
height            117 Source/core/inspector/InspectorPageAgent.cpp     return width || height || deviceScaleFactor;
height            685 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::setDeviceMetricsOverride(ErrorString* errorString, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const bool* optionalTextAutosizing, const double* optionalFontScaleFactor)
height            692 Source/core/inspector/InspectorPageAgent.cpp     if (width < 0 || height < 0 || width > maxDimension || height > maxDimension) {
height            697 Source/core/inspector/InspectorPageAgent.cpp     if (!width ^ !height) {
height            713 Source/core/inspector/InspectorPageAgent.cpp     if (anyDeviceMetricsOverrideEnabled(width, height, deviceScaleFactor) && !settings.acceleratedCompositingEnabled()) {
height            719 Source/core/inspector/InspectorPageAgent.cpp     if (!deviceMetricsChanged(width, height, deviceScaleFactor, emulateViewport, fitWindow, fontScaleFactor, textAutosizing))
height            723 Source/core/inspector/InspectorPageAgent.cpp     m_state->setLong(PageAgentState::pageAgentScreenHeightOverride, height);
height            730 Source/core/inspector/InspectorPageAgent.cpp     updateViewMetrics(width, height, deviceScaleFactor, emulateViewport, fitWindow, fontScaleFactor, textAutosizing);
height            733 Source/core/inspector/InspectorPageAgent.cpp bool InspectorPageAgent::deviceMetricsChanged(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizing)
height            744 Source/core/inspector/InspectorPageAgent.cpp     return width != currentWidth || height != currentHeight || deviceScaleFactor != currentDeviceScaleFactor || emulateViewport != currentEmulateViewport || fitWindow != currentFitWindow || fontScaleFactor != currentFontScaleFactor || textAutosizing != currentTextAutosizing;
height           1133 Source/core/inspector/InspectorPageAgent.cpp void InspectorPageAgent::updateViewMetrics(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizingEnabled)
height           1135 Source/core/inspector/InspectorPageAgent.cpp     bool enabled = anyDeviceMetricsOverrideEnabled(width, height, deviceScaleFactor);
height           1141 Source/core/inspector/InspectorPageAgent.cpp     m_client->overrideDeviceMetrics(width, height, static_cast<float>(deviceScaleFactor), emulateViewport, fitWindow);
height            105 Source/core/inspector/InspectorPageAgent.h     virtual void setDeviceMetricsOverride(ErrorString*, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, const bool* optionalTextAutosizing, const double* optionalFontScaleFactor) OVERRIDE;
height            166 Source/core/inspector/InspectorPageAgent.h     bool deviceMetricsChanged(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizing);
height            167 Source/core/inspector/InspectorPageAgent.h     void updateViewMetrics(int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizingEnabled);
height            103 Source/core/page/CreateWindow.cpp         windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
height            808 Source/core/page/DragController.cpp     if (image->size().height() * image->size().width() <= MaxOriginalImageArea
height            914 Source/core/page/EventHandler.cpp     HitTestResult result(point, padding.height(), padding.width(), padding.height(), padding.width());
height           1169 Source/core/page/EventHandler.cpp             if (size.width() > maximumCursorSize || size.height() > maximumCursorSize)
height           2635 Source/core/page/EventHandler.cpp     bool verticalScroll = scroll(ScrollUp, granularity, node, &stopNode, delta.height());
height           2659 Source/core/page/EventHandler.cpp         scaledDelta.width(), scaledDelta.height(),
height           2660 Source/core/page/EventHandler.cpp         scaledDelta.width() / tickDivisor, scaledDelta.height() / tickDivisor,
height           2765 Source/core/page/EventHandler.cpp         bestClickableNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode);
height           2770 Source/core/page/EventHandler.cpp         bestContextMenuNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode);
height           3248 Source/core/page/EventHandler.cpp     return abs(delta.width()) >= threshold || abs(delta.height()) >= threshold;
height            761 Source/core/page/FocusController.cpp         LayoutUnit y = intersectionRect.y() + intersectionRect.height() / 2;
height            394 Source/core/page/FrameTree.cpp     printf("LocalFrame %p %dx%d\n", frame, view ? view->width() : 0, view ? view->height() : 0);
height            108 Source/core/page/PagePopupClient.cpp     addProperty("height", rect.height(), data);
height             72 Source/core/page/PrintContext.cpp     FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
height             74 Source/core/page/PrintContext.cpp     float pageHeight = pageSize.height();
height            103 Source/core/page/PrintContext.cpp     int pageHeight = pageSizeInPixels.height();
height            107 Source/core/page/PrintContext.cpp     int docLogicalHeight = isHorizontal ? docRect.height() : docRect.width();
height            162 Source/core/page/PrintContext.cpp void PrintContext::begin(float width, float height)
height            167 Source/core/page/PrintContext.cpp     FloatSize originalPageSize = FloatSize(width, height);
height            168 Source/core/page/PrintContext.cpp     FloatSize minLayoutSize = m_frame->resizePageRectsKeepingRatio(originalPageSize, FloatSize(width * printingMinimumShrinkFactor, height * printingMinimumShrinkFactor));
height            188 Source/core/page/PrintContext.cpp     float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.height()) / viewLogicalWidth;
height            250 Source/core/page/PrintContext.cpp     printContext.begin(pageRect.width(), pageRect.height());
height            329 Source/core/page/PrintContext.cpp         return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value());
height            339 Source/core/page/PrintContext.cpp String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
height            341 Source/core/page/PrintContext.cpp     IntSize pageSize(width, height);
height            344 Source/core/page/PrintContext.cpp     return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
height            354 Source/core/page/PrintContext.cpp     printContext.begin(pageRect.width(), pageRect.height());
height            370 Source/core/page/PrintContext.cpp     printContext.begin(pageSizeInPixels.width(), pageSizeInPixels.height());
height            377 Source/core/page/PrintContext.cpp     int totalHeight = pageRects.size() * (pageSizeInPixels.height() + 1) - 1;
height            404 Source/core/page/PrintContext.cpp         currentHeight += pageSizeInPixels.height() + 1;
height             64 Source/core/page/PrintContext.h     void begin(float width, float height = 0);
height             78 Source/core/page/PrintContext.h     static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
height            250 Source/core/page/SpatialNavigation.cpp         return curRect.y() - targetRect.maxY() > viewSize.height();
height            252 Source/core/page/SpatialNavigation.cpp         return targetRect.y() - curRect.maxY() > viewSize.height();
height            317 Source/core/page/SpatialNavigation.cpp         containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
height            320 Source/core/page/SpatialNavigation.cpp         containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
height            415 Source/core/page/SpatialNavigation.cpp     if ((a.width() + 2 * deflateFactor > 0) && (a.height() + 2 * deflateFactor > 0))
height            418 Source/core/page/SpatialNavigation.cpp     if ((b.width() + 2 * deflateFactor > 0) && (b.height() + 2 * deflateFactor > 0))
height            492 Source/core/page/SpatialNavigation.cpp         return offset.height() > 0;
height            496 Source/core/page/SpatialNavigation.cpp         return rect.height() + offset.height() < size.height();
height            530 Source/core/page/SpatialNavigation.cpp         rect.setHeight(rect.height() - node->renderer()->style()->borderTopWidth() - node->renderer()->style()->borderBottomWidth());
height            352 Source/core/page/TouchAdjustment.cpp     int maxOverlapHeight = std::min(touchRect.height(), rect.height());
height             81 Source/core/page/TouchDisambiguation.cpp     score *= max((padding - abs(distance.height())) * reciprocalPadding, 0.f);
height             95 Source/core/page/TouchDisambiguation.cpp     int touchPointPadding = ceil(max(touchBox.width(), touchBox.height()) * 0.5);
height            146 Source/core/page/WindowFeatures.cpp         height = value;
height            186 Source/core/page/WindowFeatures.cpp     height = floatFeature(features, "dialogheight", 100, screenAvailableRect.height(), 450); // default here came from frame size of dialog in MacIE
height            190 Source/core/page/WindowFeatures.cpp     y = floatFeature(features, "dialogtop", screenAvailableRect.y(), screenAvailableRect.maxY() - height, -1);
height            199 Source/core/page/WindowFeatures.cpp             y = screenAvailableRect.y() + (screenAvailableRect.height() - height) / 2;
height             64 Source/core/page/WindowFeatures.h     float height;
height            125 Source/core/plugins/PluginOcclusionSupport.cpp     IntSize size(renderer->width(), renderer->height());
height             66 Source/core/rendering/ColumnInfo.h     void setColumnCountAndHeight(int count, LayoutUnit height)
height             69 Source/core/rendering/ColumnInfo.h         m_columnHeight = height;
height             71 Source/core/rendering/ColumnInfo.h     void setColumnHeight(LayoutUnit height) { m_columnHeight = height; }
height             73 Source/core/rendering/ColumnInfo.h     void updateMinimumColumnHeight(LayoutUnit height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); }
height             33 Source/core/rendering/EllipsisBox.h         int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
height             36 Source/core/rendering/EllipsisBox.h         , m_height(height)
height             51 Source/core/rendering/EllipsisBox.h     int height() const { return m_height; }
height            193 Source/core/rendering/FastTextAutosizer.cpp         if (style->height().isSpecified() || style->maxHeight().isSpecified() || block->isOutOfFlowPositioned()) {
height            494 Source/core/rendering/FastTextAutosizer.cpp     m_frameWidth = horizontalWritingMode ? frameSize.width() : frameSize.height();
height            497 Source/core/rendering/FastTextAutosizer.cpp     m_layoutWidth = horizontalWritingMode ? layoutSize.width() : layoutSize.height();
height            278 Source/core/rendering/FilterEffectRenderer.cpp         IntSize logicalSize(m_sourceDrawingRegion.width(), m_sourceDrawingRegion.height());
height             69 Source/core/rendering/FloatingObjects.h     LayoutUnit height() const { return m_frameRect.height(); }
height             74 Source/core/rendering/FloatingObjects.h     void setHeight(LayoutUnit height) { ASSERT(!isInPlacedTree()); m_frameRect.setHeight(height); }
height            114 Source/core/rendering/InlineBox.cpp         renderer().renderName(), &renderer(), x(), y(), width(), height(),
height            126 Source/core/rendering/InlineBox.cpp         return m_bitfields.isText() ? renderer().style(isFirstLineStyle())->fontMetrics().height() : 0;
height            128 Source/core/rendering/InlineBox.cpp         return isHorizontal() ? toRenderBox(renderer()).height().toFloat() : toRenderBox(renderer()).width().toFloat();
height            133 Source/core/rendering/InlineBox.cpp     float result = fontMetrics.height();
height            322 Source/core/rendering/InlineBox.cpp         return FloatPoint(x(), block.height() - height() - y());
height            202 Source/core/rendering/InlineBox.h     float height() const { return isHorizontal() ? hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight() : logicalWidth(); }
height            203 Source/core/rendering/InlineBox.h     FloatSize size() const { return FloatSize(width(), height()); }
height            205 Source/core/rendering/InlineBox.h     float bottom() const { return top() + height(); }
height             80 Source/core/rendering/InlineFlowBox.cpp     int snappedMaxY = lroundf(y() + height());
height           1061 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit height = frameRect.height();
height           1068 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit& logicalHeight = isHorizontal() ? height : width;
height           1075 Source/core/rendering/InlineFlowBox.cpp     LayoutRect rect(minX, minY, width, height);
height           1183 Source/core/rendering/InlineFlowBox.cpp         paintInfo.context->clip(LayoutRect(rect.x(), rect.y(), width(), height()));
height           1210 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit stripHeight = isHorizontal() ? static_cast<LayoutUnit>(height()) : totalLogicalWidth;
height           1213 Source/core/rendering/InlineFlowBox.cpp         paintInfo.context->clip(LayoutRect(rect.x(), rect.y(), width(), height()));
height           1235 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width();
height           1256 Source/core/rendering/InlineFlowBox.cpp         clipRect.setHeight(paintRect.height() + outsets.top() + outsets.bottom());
height           1268 Source/core/rendering/InlineFlowBox.cpp             clipRect.setHeight(paintRect.height() + outsets.top());
height           1271 Source/core/rendering/InlineFlowBox.cpp             clipRect.setHeight(clipRect.height() + outsets.bottom());
height           1337 Source/core/rendering/InlineFlowBox.cpp                 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth;
height           1409 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth;
height            284 Source/core/rendering/InlineFlowBox.h         return FloatRect(lineTop.toFloat(), m_topLeft.y(), (lineBottom - lineTop).toFloat(), height());
height            229 Source/core/rendering/InlineTextBox.cpp     LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
height            231 Source/core/rendering/InlineTextBox.cpp     return LayoutRect(topPoint, LayoutSize(width, height));
height            114 Source/core/rendering/InlineTextBox.h     virtual FloatRect calculateBoundaries() const OVERRIDE { return FloatRect(x(), y(), width(), height()); }
height             89 Source/core/rendering/LayoutState.cpp             m_layoutOffset.height() + (!isFlipped ? renderer.borderTop() + renderer.paddingTop() : renderer.borderBottom() + renderer.paddingBottom()));
height            169 Source/core/rendering/LayoutState.cpp         return m_layoutOffset.height() + childLogicalOffset - m_pageOffset.height();
height             85 Source/core/rendering/LayoutState.h             m_layoutDeltaYSaturated |= m_layoutDelta.height() == LayoutUnit::max() || m_layoutDelta.height() == LayoutUnit::min();
height           1351 Source/core/rendering/RenderBlock.cpp                     blockRect.setY(currentBlock->height() - blockRect.maxY());
height           1829 Source/core/rendering/RenderBlock.cpp                 ruleRect.setY(height() - ruleRect.maxY());
height           1902 Source/core/rendering/RenderBlock.cpp         LayoutUnit blockDelta = (isHorizontalWritingMode() ? colRect.height() : colRect.width());
height           2256 Source/core/rendering/RenderBlock.cpp         paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->height()));
height           2262 Source/core/rendering/RenderBlock.cpp     return isHorizontalWritingMode() ? offsetFromBlock.height() : offsetFromBlock.width();
height           2267 Source/core/rendering/RenderBlock.cpp     return isHorizontalWritingMode() ? offsetFromBlock.width() : offsetFromBlock.height();
height           2276 Source/core/rendering/RenderBlock.cpp         result = LayoutRect(logicalRect.y(), logicalRect.x(), logicalRect.height(), logicalRect.width());
height           2289 Source/core/rendering/RenderBlock.cpp         LayoutRect flippedBlockRect(offsetFromRootBlock.width(), offsetFromRootBlock.height(), width(), height());
height           2346 Source/core/rendering/RenderBlock.cpp             if (relOffset.width() || relOffset.height())
height           2381 Source/core/rendering/RenderBlock.cpp             result.unite(toRenderBlock(curr)->selectionGaps(rootBlock, rootBlockPhysicalPosition, LayoutSize(offsetFromRootBlock.width() + curr->x(), offsetFromRootBlock.height() + curr->y()),
height           2858 Source/core/rendering/RenderBlock.cpp         m_currLogicalTopOffset -= (m_isHorizontal ? m_colRect.height() : m_colRect.width()) * m_direction;
height           3077 Source/core/rendering/RenderBlock.cpp     return box->height() && box->style()->visibility() == VISIBLE && !box->isFloatingOrOutOfFlowPositioned();
height           3303 Source/core/rendering/RenderBlock.cpp             LayoutRect gapAndColumnRect(colRect.x() - halfColGap, colRect.y(), colRect.width() + colGap, colRect.height());
height           3315 Source/core/rendering/RenderBlock.cpp                         point.move(0, gapAndColumnRect.height());
height           3333 Source/core/rendering/RenderBlock.cpp             logicalOffset += colInfo->progressionAxis() == ColumnInfo::InlineAxis ? colRect.height() : colRect.width();
height           3335 Source/core/rendering/RenderBlock.cpp             LayoutRect gapAndColumnRect(colRect.x(), colRect.y() - halfColGap, colRect.width(), colRect.height() + colGap);
height           3365 Source/core/rendering/RenderBlock.cpp             logicalOffset += colInfo->progressionAxis() == ColumnInfo::InlineAxis ? colRect.width() : colRect.height();
height           3775 Source/core/rendering/RenderBlock.cpp     return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2;
height           3817 Source/core/rendering/RenderBlock.cpp         return direction == HorizontalLine ? height() + m_marginBox.bottom() : width() + m_marginBox.left();
height           3832 Source/core/rendering/RenderBlock.cpp                  + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
height           3851 Source/core/rendering/RenderBlock.cpp                  + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
height           4264 Source/core/rendering/RenderBlock.cpp         && obj->isRenderBlock() && obj->style()->height().isAuto()
height           4288 Source/core/rendering/RenderBlock.cpp                 return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height();
height           4490 Source/core/rendering/RenderBlock.cpp                                 width(), height() + collapsedMarginBefore() + collapsedMarginAfter()));
height           4506 Source/core/rendering/RenderBlock.cpp             width().toFloat(), (height() + collapsedMarginBefore() + collapsedMarginAfter()).toFloat());
height           4510 Source/core/rendering/RenderBlock.cpp         quads.append(RenderBox::localToAbsoluteQuad(FloatRect(0, 0, width().toFloat(), height().toFloat()), 0 /* mode */, wasFixed));
height           4604 Source/core/rendering/RenderBlock.cpp         LayoutRect rect(additionalOffset.x(), additionalOffset.y() - topMargin, width(), height() + topMargin + bottomMargin);
height           4607 Source/core/rendering/RenderBlock.cpp     } else if (width() && height())
height           4613 Source/core/rendering/RenderBlock.cpp             LayoutUnit bottom = min<LayoutUnit>(curr->lineBottom(), curr->top() + curr->height());
height           4644 Source/core/rendering/RenderBlock.cpp             LayoutUnit bottom = min<LayoutUnit>(curr->lineBottom(), curr->top() + curr->height());
height           4678 Source/core/rendering/RenderBlock.cpp     LayoutUnit firstPageLogicalTop = isHorizontalWritingMode() ? renderView->layoutState()->pageOffset().height() : renderView->layoutState()->pageOffset().width();
height           4679 Source/core/rendering/RenderBlock.cpp     LayoutUnit blockLogicalTop = isHorizontalWritingMode() ? renderView->layoutState()->layoutOffset().height() : renderView->layoutState()->layoutOffset().width();
height           4811 Source/core/rendering/RenderBlock.cpp     if (!pageLogicalHeight || (hasUniformPageLogicalHeight && logicalVisualOverflow.height() > pageLogicalHeight))
height           4864 Source/core/rendering/RenderBlock.cpp         return isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width();
height            234 Source/core/rendering/RenderBlock.h     LayoutUnit logicalWidthForChild(const RenderBox* child) const { return isHorizontalWritingMode() ? child->width() : child->height(); }
height            235 Source/core/rendering/RenderBlock.h     LayoutUnit logicalHeightForChild(const RenderBox* child) const { return isHorizontalWritingMode() ? child->height() : child->width(); }
height            634 Source/core/rendering/RenderBlockFlow.cpp     if (childOffset.width() || childOffset.height()) {
height            656 Source/core/rendering/RenderBlockFlow.cpp         if (newHeight != height())
height           1780 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit childLogicalWidthAtOldLogicalTopOffset = isHorizontalWritingMode() ? borderBox.width() : borderBox.height();
height           1791 Source/core/rendering/RenderBlockFlow.cpp             LayoutUnit childLogicalWidthAtNewLogicalTopOffset = isHorizontalWritingMode() ? borderBox.width() : borderBox.height();
height           2048 Source/core/rendering/RenderBlockFlow.cpp                 offsetFromRootBlock.height() + yPositionForFloatIncludingMargin(floatingObject),
height           2049 Source/core/rendering/RenderBlockFlow.cpp                 floatingObject->renderer()->width(), floatingObject->renderer()->height());
height           2074 Source/core/rendering/RenderBlockFlow.cpp     if (height() < newY)
height           2102 Source/core/rendering/RenderBlockFlow.cpp         return LayoutPoint(point.x(), point.y() + height() - child->renderer()->height() - 2 * yPositionForFloatIncludingMargin(child));
height            126 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalWidthForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->width() : floatingObject->height(); }
height            127 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalHeightForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->height() : floatingObject->width(); }
height            128 Source/core/rendering/RenderBlockFlow.h     LayoutSize logicalSizeForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? LayoutSize(floatingObject->width(), floatingObject->height()) : LayoutSize(floatingObject->height(), floatingObject->width()); }
height            315 Source/core/rendering/RenderBlockFlow.h             , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight()))
height           1785 Source/core/rendering/RenderBlockLineLayout.cpp         LayoutSize newSize(floatingBox->width() + floatingBox->marginWidth(), floatingBox->height() + floatingBox->marginHeight());
height           1793 Source/core/rendering/RenderBlockLineLayout.cpp             LayoutUnit floatHeight = isHorizontalWritingMode() ? max(floats[floatIndex].rect.height(), newSize.height())
height            345 Source/core/rendering/RenderBox.cpp     return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
height            538 Source/core/rendering/RenderBox.cpp     quads.append(localToAbsoluteQuad(FloatRect(0, 0, width().toFloat(), height().toFloat()), 0 /* mode */, wasFixed));
height            628 Source/core/rendering/RenderBox.cpp             result.move(0, box.height() + reflectionOffset());
height            631 Source/core/rendering/RenderBox.cpp             result.move(0, -box.height() - reflectionOffset());
height            649 Source/core/rendering/RenderBox.cpp     return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
height            664 Source/core/rendering/RenderBox.cpp             result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
height            838 Source/core/rendering/RenderBox.cpp     return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height()));
height            860 Source/core/rendering/RenderBox.cpp     if (abs(delta.height()) <= ScrollView::noPanScrollRadius)
height            977 Source/core/rendering/RenderBox.cpp void RenderBox::setOverrideLogicalContentHeight(LayoutUnit height)
height            979 Source/core/rendering/RenderBox.cpp     ASSERT(height >= 0);
height            980 Source/core/rendering/RenderBox.cpp     ensureRareData().m_overrideLogicalContentHeight = height;
height           1076 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::adjustBorderBoxLogicalHeightForBoxSizing(LayoutUnit height) const
height           1080 Source/core/rendering/RenderBox.cpp         return height + bordersPlusPadding;
height           1081 Source/core/rendering/RenderBox.cpp     return max(height, bordersPlusPadding);
height           1091 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const
height           1094 Source/core/rendering/RenderBox.cpp         height -= borderAndPaddingLogicalHeight();
height           1095 Source/core/rendering/RenderBox.cpp     return max<LayoutUnit>(0, height);
height           1173 Source/core/rendering/RenderBox.cpp     if (contextScaling.height() > 1)
height           1319 Source/core/rendering/RenderBox.cpp     if (!childBox->width() || !childBox->height())
height           1357 Source/core/rendering/RenderBox.cpp         if (childLocalRect.maxY() > childBox->height() || childLocalRect.maxX() > childBox->width())
height           1596 Source/core/rendering/RenderBox.cpp                         rh = layerRenderer->height();
height           1601 Source/core/rendering/RenderBox.cpp                         max(layerRenderer->height() + layerRenderer->marginHeight() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh));
height           1718 Source/core/rendering/RenderBox.cpp         LayoutUnit c = valueForLength(style()->clipTop(), borderBoxRect.height());
height           1724 Source/core/rendering/RenderBox.cpp         clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height()));
height           1852 Source/core/rendering/RenderBox.cpp         transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
height           1858 Source/core/rendering/RenderBox.cpp         transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
height           2611 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeLogicalHeightUsing(const Length& height, LayoutUnit intrinsicContentHeight) const
height           2613 Source/core/rendering/RenderBox.cpp     LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHeight);
height           2619 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContentHeight) const
height           2621 Source/core/rendering/RenderBox.cpp     LayoutUnit heightIncludingScrollbar = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHeight);
height           2633 Source/core/rendering/RenderBox.cpp             return intrinsicSize().height();
height           2644 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeContentAndScrollbarLogicalHeightUsing(const Length& height, LayoutUnit intrinsicContentHeight) const
height           2648 Source/core/rendering/RenderBox.cpp     if (height.isIntrinsic()) {
height           2651 Source/core/rendering/RenderBox.cpp         return computeIntrinsicLogicalContentHeightUsing(height, intrinsicContentHeight, borderAndPaddingLogicalHeight());
height           2653 Source/core/rendering/RenderBox.cpp     if (height.isFixed())
height           2654 Source/core/rendering/RenderBox.cpp         return height.value();
height           2655 Source/core/rendering/RenderBox.cpp     if (height.isPercent())
height           2656 Source/core/rendering/RenderBox.cpp         return computePercentageLogicalHeight(height);
height           2674 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computePercentageLogicalHeight(const Length& height) const
height           2753 Source/core/rendering/RenderBox.cpp     LayoutUnit result = valueForLength(height, availableHeight);
height           2848 Source/core/rendering/RenderBox.cpp             if (cb->isOutOfFlowPositioned() && cb->style()->height().isAuto() && !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
height           2925 Source/core/rendering/RenderBox.cpp     if (isRenderBlock() && isOutOfFlowPositioned() && style()->height().isAuto() && !(style()->top().isAuto() || style()->bottom().isAuto())) {
height           2979 Source/core/rendering/RenderBox.cpp             return containingBlock->isHorizontalWritingMode() ? viewportRect.width() : viewportRect.height();
height           3019 Source/core/rendering/RenderBox.cpp             return containingBlock->isHorizontalWritingMode() ? viewportRect.height() : viewportRect.width();
height           3042 Source/core/rendering/RenderBox.cpp         heightResult = boundingBox.height();
height           3980 Source/core/rendering/RenderBox.cpp     LayoutRect rect(location(), LayoutSize(caretWidth, height()));
height           4001 Source/core/rendering/RenderBox.cpp     LayoutUnit fontHeight = style()->fontMetrics().height();
height           4002 Source/core/rendering/RenderBox.cpp     if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
height           4096 Source/core/rendering/RenderBox.cpp         LayoutUnit dist = difference.width() * difference.width() + difference.height() * difference.height();
height           4368 Source/core/rendering/RenderBox.cpp         return direction == HorizontalLine ? m_marginBox.top() + height() + m_marginBox.bottom() : m_marginBox.right() + width() + m_marginBox.left();
height           4376 Source/core/rendering/RenderBox.cpp         int result = direction == HorizontalLine ? m_marginBox.top() + height() + m_marginBox.bottom() : m_marginBox.right() + width() + m_marginBox.left();
height           4418 Source/core/rendering/RenderBox.cpp         rect.setY(height() - rect.maxY());
height           4470 Source/core/rendering/RenderBox.cpp         rect.setY(height() - rect.maxY());
height           4490 Source/core/rendering/RenderBox.cpp     LayoutRect rect(left, top, width() - left - right, height() - top - bottom);
height           4537 Source/core/rendering/RenderBox.cpp         return LayoutPoint(point.x(), point.y() + height() - child->height() - (2 * child->y()));
height           4547 Source/core/rendering/RenderBox.cpp         rect.setY(height() - rect.maxY());
height           4563 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? LayoutPoint(position.x(), height() - position.y()) : LayoutPoint(width() - position.x(), position.y());
height           4577 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? LayoutSize(offset.width(), height() - offset.height()) : LayoutSize(width() - offset.width(), offset.height());
height           4584 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? FloatPoint(position.x(), height() - position.y()) : FloatPoint(width() - position.x(), position.y());
height           4593 Source/core/rendering/RenderBox.cpp         rect.setY(height() - rect.maxY());
height             93 Source/core/rendering/RenderBox.h     LayoutUnit height() const { return m_frameRect.height(); }
height            106 Source/core/rendering/RenderBox.h     void setHeight(LayoutUnit height) { m_frameRect.setHeight(height); }
height            112 Source/core/rendering/RenderBox.h     LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); }
height            113 Source/core/rendering/RenderBox.h     LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width(); }
height            245 Source/core/rendering/RenderBox.h     virtual LayoutUnit offsetHeight() const OVERRIDE { return height(); }
height            372 Source/core/rendering/RenderBox.h     LayoutUnit adjustBorderBoxLogicalHeightForBoxSizing(LayoutUnit height) const;
height            374 Source/core/rendering/RenderBox.h     LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const;
height            436 Source/core/rendering/RenderBox.h     LayoutUnit intrinsicLogicalWidth() const { return style()->isHorizontalWritingMode() ? intrinsicSize().width() : intrinsicSize().height(); }
height            437 Source/core/rendering/RenderBox.h     LayoutUnit intrinsicLogicalHeight() const { return style()->isHorizontalWritingMode() ? intrinsicSize().height() : intrinsicSize().width(); }
height            446 Source/core/rendering/RenderBox.h     LayoutUnit computeLogicalHeightUsing(const Length& height, LayoutUnit intrinsicContentHeight) const;
height            447 Source/core/rendering/RenderBox.h     LayoutUnit computeContentLogicalHeight(const Length& height, LayoutUnit intrinsicContentHeight) const;
height            448 Source/core/rendering/RenderBox.h     LayoutUnit computeContentAndScrollbarLogicalHeightUsing(const Length& height, LayoutUnit intrinsicContentHeight) const;
height            451 Source/core/rendering/RenderBox.h     LayoutUnit computeReplacedLogicalHeightUsing(Length height) const;
height            458 Source/core/rendering/RenderBox.h     LayoutUnit computePercentageLogicalHeight(const Length& height) const;
height            321 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setTopOffset(floatValueForLength(style()->top(), constrainingRect.height()));
height            326 Source/core/rendering/RenderBoxModelObject.cpp         constraints.setBottomOffset(floatValueForLength(style()->bottom(), constrainingRect.height() ));
height            462 Source/core/rendering/RenderBoxModelObject.cpp         return getBackgroundRoundedRect(shrinkRectByOnePixel(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
height            467 Source/core/rendering/RenderBoxModelObject.cpp     return getBackgroundRoundedRect(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
height            561 Source/core/rendering/RenderBoxModelObject.cpp         RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) : getBackgroundRoundedRect(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
height            606 Source/core/rendering/RenderBoxModelObject.cpp             scrolledPaintRect.height() - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() : LayoutUnit()));
height            667 Source/core/rendering/RenderBoxModelObject.cpp         if (boxShadowShouldBeAppliedToBackground || !shouldPaintBackgroundImage || !bgLayer->hasOpaqueImage(this) || !bgLayer->hasRepeatXY() || (isOpaqueRoot && !toRenderBox(this)->height()))  {
height            741 Source/core/rendering/RenderBoxModelObject.cpp static inline int resolveWidthForRatio(int height, const FloatSize& intrinsicRatio)
height            743 Source/core/rendering/RenderBoxModelObject.cpp     return ceilf(height * intrinsicRatio.width() / intrinsicRatio.height());
height            748 Source/core/rendering/RenderBoxModelObject.cpp     return ceilf(width * intrinsicRatio.height() / intrinsicRatio.width());
height            755 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(useWidth, size.height());
height            769 Source/core/rendering/RenderBoxModelObject.cpp     int solutionWidth = resolveWidthForRatio(size.height(), intrinsicRatio);
height            772 Source/core/rendering/RenderBoxModelObject.cpp         if (solutionHeight <= size.height()) {
height            774 Source/core/rendering/RenderBoxModelObject.cpp             int areaOne = solutionWidth * size.height();
height            778 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(solutionWidth, size.height());
height            782 Source/core/rendering/RenderBoxModelObject.cpp         return IntSize(solutionWidth, size.height());
height            786 Source/core/rendering/RenderBoxModelObject.cpp     ASSERT(solutionHeight <= size.height());
height            794 Source/core/rendering/RenderBoxModelObject.cpp         return IntSize(positioningAreaSize.width(), positioningAreaSize.height());
height            808 Source/core/rendering/RenderBoxModelObject.cpp         int resolvedHeight = static_cast<int>(round(positioningAreaSize.height() * intrinsicHeight.percent() / 100));
height            813 Source/core/rendering/RenderBoxModelObject.cpp     IntSize minimumSize(resolvedSize.width() > 0 ? 1 : 0, resolvedSize.height() > 0 ? 1 : 0);
height            825 Source/core/rendering/RenderBoxModelObject.cpp     if (resolvedSize.width() > 0 || resolvedSize.height() > 0)
height            826 Source/core/rendering/RenderBoxModelObject.cpp         return resolveAgainstIntrinsicWidthOrHeightAndRatio(positioningAreaSize, intrinsicRatio, resolvedSize.width(), resolvedSize.height());
height            842 Source/core/rendering/RenderBoxModelObject.cpp     tileSize.setHeight(positioningAreaSize.height() - tileSize.height() <= 1 ? tileSize.height().ceil() : tileSize.height().floor());
height            857 Source/core/rendering/RenderBoxModelObject.cpp             Length layerHeight = fillLayer->size().size.height();
height            867 Source/core/rendering/RenderBoxModelObject.cpp                 tileSize.setHeight(valueForLength(layerHeight, positioningAreaSize.height()));
height            874 Source/core/rendering/RenderBoxModelObject.cpp                 if (imageIntrinsicSize.height())
height            875 Source/core/rendering/RenderBoxModelObject.cpp                     tileSize.setWidth(imageIntrinsicSize.width() * tileSize.height() / imageIntrinsicSize.height());
height            878 Source/core/rendering/RenderBoxModelObject.cpp                     tileSize.setHeight(imageIntrinsicSize.height() * tileSize.width() / imageIntrinsicSize.width());
height            899 Source/core/rendering/RenderBoxModelObject.cpp             float verticalScaleFactor = imageIntrinsicSize.height()
height            900 Source/core/rendering/RenderBoxModelObject.cpp                 ? static_cast<float>(positioningAreaSize.height()) / imageIntrinsicSize.height() : 1;
height            902 Source/core/rendering/RenderBoxModelObject.cpp             return IntSize(max(1l, lround(imageIntrinsicSize.width() * scaleFactor)), max(1l, lround(imageIntrinsicSize.height() * scaleFactor)));
height            920 Source/core/rendering/RenderBoxModelObject.cpp     m_destRect.setHeight(m_tileSize.height() + min(yOffset, 0));
height           1044 Source/core/rendering/RenderBoxModelObject.cpp     int availableHeight = positioningAreaSize.height() - geometry.tileSize().height();
height           1050 Source/core/rendering/RenderBoxModelObject.cpp         if (fillLayer->size().size.height().isAuto() && backgroundRepeatY != RoundFill) {
height           1051 Source/core/rendering/RenderBoxModelObject.cpp             fillTileSize.setHeight(fillTileSize.height() * positioningAreaSize.width() / (nrTiles * fillTileSize.width()));
height           1061 Source/core/rendering/RenderBoxModelObject.cpp     if (backgroundRepeatY == RoundFill && positioningAreaSize.height() > 0 && fillTileSize.height() > 0) {
height           1062 Source/core/rendering/RenderBoxModelObject.cpp         long nrTiles = max(1l, lroundf((float)positioningAreaSize.height() / fillTileSize.height()));
height           1065 Source/core/rendering/RenderBoxModelObject.cpp             fillTileSize.setWidth(fillTileSize.width() * positioningAreaSize.height() / (nrTiles * fillTileSize.height()));
height           1068 Source/core/rendering/RenderBoxModelObject.cpp         fillTileSize.setHeight(positioningAreaSize.height() / nrTiles);
height           1070 Source/core/rendering/RenderBoxModelObject.cpp         geometry.setPhaseY(geometry.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geometry.tileSize().height() : 0);
height           1092 Source/core/rendering/RenderBoxModelObject.cpp         geometry.setSpaceSize(IntSize(0, geometry.spaceSize().height()));
height           1096 Source/core/rendering/RenderBoxModelObject.cpp         geometry.setPhaseY(geometry.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geometry.tileSize().height() : 0);
height           1098 Source/core/rendering/RenderBoxModelObject.cpp     } else if (backgroundRepeatY == SpaceFill && fillTileSize.height() > 0) {
height           1099 Source/core/rendering/RenderBoxModelObject.cpp         int space = getSpace(positioningAreaSize.height(), geometry.tileSize().height());
height           1100 Source/core/rendering/RenderBoxModelObject.cpp         int actualHeight = geometry.tileSize().height() + space;
height           1157 Source/core/rendering/RenderBoxModelObject.cpp     int imageHeight = imageSize.height();
height           1168 Source/core/rendering/RenderBoxModelObject.cpp     int topWidth = computeBorderImageSide(ninePieceImage.borderSlices().top(), style->borderTopWidth(), topSlice, borderImageRect.height());
height           1170 Source/core/rendering/RenderBoxModelObject.cpp     int bottomWidth = computeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBottomWidth(), bottomSlice, borderImageRect.height());
height           1179 Source/core/rendering/RenderBoxModelObject.cpp     float borderSideScaleFactor = min((float)borderImageRect.width() / borderSideWidth, (float)borderImageRect.height() / borderSideHeight);
height           1192 Source/core/rendering/RenderBoxModelObject.cpp                       && (imageHeight - topSlice - bottomSlice) > 0 && (borderImageRect.height() - topWidth - bottomWidth) > 0;
height           1197 Source/core/rendering/RenderBoxModelObject.cpp     float destinationHeight = borderImageRect.height() - topWidth - bottomWidth;
height           1387 Source/core/rendering/RenderBoxModelObject.cpp     bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
height           1393 Source/core/rendering/RenderBoxModelObject.cpp     bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height());
height           1807 Source/core/rendering/RenderBoxModelObject.cpp                         innerThirdRect.setHeight(innerThirdRect.height() - innerWidth);
height           1808 Source/core/rendering/RenderBoxModelObject.cpp                         outerThirdRect.setHeight(outerThirdRect.height() - outerWidth);
height           2045 Source/core/rendering/RenderBoxModelObject.cpp     FloatPoint centerPoint(innerRect.location().x().toFloat() + innerRect.width().toFloat() / 2, innerRect.location().y().toFloat() + innerRect.height().toFloat() / 2);
height           2075 Source/core/rendering/RenderBoxModelObject.cpp                     quad[1].y() + innerBorder.radii().topLeft().height()),
height           2086 Source/core/rendering/RenderBoxModelObject.cpp                     quad[2].y() + innerBorder.radii().topRight().height()),
height           2104 Source/core/rendering/RenderBoxModelObject.cpp                     quad[1].y() + innerBorder.radii().topLeft().height()),
height           2115 Source/core/rendering/RenderBoxModelObject.cpp                     quad[2].y() - innerBorder.radii().bottomLeft().height()),
height           2133 Source/core/rendering/RenderBoxModelObject.cpp                     quad[1].y() - innerBorder.radii().bottomLeft().height()),
height           2144 Source/core/rendering/RenderBoxModelObject.cpp                     quad[2].y() - innerBorder.radii().bottomRight().height()),
height           2162 Source/core/rendering/RenderBoxModelObject.cpp                     quad[1].y() + innerBorder.radii().topRight().height()),
height           2173 Source/core/rendering/RenderBoxModelObject.cpp                     quad[2].y() - innerBorder.radii().bottomRight().height()),
height           2231 Source/core/rendering/RenderBoxModelObject.cpp         width = sideRect.height() - edges[BSBottom].width;
height           2235 Source/core/rendering/RenderBoxModelObject.cpp         width = sideRect.height() - edges[BSTop].width;
height           2273 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.topLeft().height(), newRadii.topRight().height());
height           2274 Source/core/rendering/RenderBoxModelObject.cpp         if (maxRadii > newRect.height())
height           2288 Source/core/rendering/RenderBoxModelObject.cpp         maxRadii = max(newRadii.bottomLeft().height(), newRadii.bottomRight().height());
height           2289 Source/core/rendering/RenderBoxModelObject.cpp         if (maxRadii > newRect.height()) {
height           2290 Source/core/rendering/RenderBoxModelObject.cpp             newRect.move(0, newRect.height() - maxRadii);
height           2296 Source/core/rendering/RenderBoxModelObject.cpp         overshoot = newRadii.topLeft().height() + newRadii.bottomLeft().height() - newRect.height();
height           2298 Source/core/rendering/RenderBoxModelObject.cpp             ASSERT(!(newRadii.topLeft().height() && newRadii.bottomLeft().height()));
height           2299 Source/core/rendering/RenderBoxModelObject.cpp             newRect.setHeight(newRect.height() + overshoot);
height           2300 Source/core/rendering/RenderBoxModelObject.cpp             if (!newRadii.topLeft().height())
height           2311 Source/core/rendering/RenderBoxModelObject.cpp         overshoot = newRadii.topRight().height() + newRadii.bottomRight().height() - newRect.height();
height           2313 Source/core/rendering/RenderBoxModelObject.cpp             ASSERT(!(newRadii.topRight().height() && newRadii.bottomRight().height()));
height           2314 Source/core/rendering/RenderBoxModelObject.cpp             newRect.setHeight(newRect.height() + overshoot);
height           2315 Source/core/rendering/RenderBoxModelObject.cpp             if (!newRadii.topRight().height())
height           2377 Source/core/rendering/RenderBoxModelObject.cpp         float axisScale = (i == BSTop || i == BSBottom) ? contextScale.height() : contextScale.width();
height           2646 Source/core/rendering/RenderBoxModelObject.cpp     LayoutUnit height = lineHeight(true, currentStyle->isHorizontalWritingMode() ? HorizontalLine : VerticalLine,  PositionOfInteriorLineBoxes);
height           2700 Source/core/rendering/RenderBoxModelObject.cpp     return currentStyle->isHorizontalWritingMode() ? LayoutRect(x, y, caretWidth, height) : LayoutRect(y, x, height, caretWidth);
height           2749 Source/core/rendering/RenderBoxModelObject.cpp         transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
height           2779 Source/core/rendering/RenderBoxModelObject.cpp         t.translateRight(adjustmentForSkippedAncestor.width().toFloat(), adjustmentForSkippedAncestor.height().toFloat());
height            113 Source/core/rendering/RenderButton.cpp     return LayoutRect(additionalOffset.x() + borderLeft(), additionalOffset.y() + borderTop(), width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
height             72 Source/core/rendering/RenderCombineText.cpp         textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().fontDescription().computedPixelSize());
height            288 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (previousSize.height() != height())
height            373 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent())))
height            389 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     ascent = child->height() + child->marginBottom();
height            391 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 LayoutUnit descent = (child->height() + child->marginHeight()) - ascent;
height            400 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 setHeight(max(yPos + maxAscent + maxDescent, height()));
height            403 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 setHeight(max(height(), yPos + child->height() + child->marginHeight()));
height            407 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
height            409 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         setHeight(height() + toAdd);
height            411 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         oldHeight = height();
height            415 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (oldHeight != height())
height            445 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit oldChildHeight = child->height();
height            447 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (oldChildHeight != child->height())
height            460 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2);
height            465 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         ascent = child->height() + child->marginBottom();
height            471 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     childY += contentHeight() - child->marginBottom() - child->height();
height            656 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         LayoutUnit minHeight = height() + toAdd;
height            663 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 if (childLayer->staticBlockPosition() != height()) {
height            664 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     childLayer->setStaticBlockPosition(height());
height            672 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             if (!haveLineClamp && (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))))
height            686 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + child->marginTop());
height            716 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             placeChild(child, LayoutPoint(childX, height()));
height            717 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + child->height() + child->marginBottom());
height            720 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         yPos = height();
height            723 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             setHeight(height() + lineHeight(true, style()->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
height            725 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         setHeight(height() + toAdd);
height            729 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (height() < minHeight)
height            733 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         oldHeight = height();
height            735 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (oldHeight != height())
height            886 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (relayoutChildren || (child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))
height            887 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (child->style()->height().isAuto() && child->isRenderBlock())) {
height            897 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (child->style()->height().isAuto() && child->isRenderBlock())
height            909 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (childDoesNotAffectWidthOrFlexing(child) || !child->style()->height().isAuto() || !child->isRenderBlock())
height            918 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (newHeight == child->height())
height            984 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if ((child->isReplaced() && (child->style()->width().isPercent() || child->style()->height().isPercent()))
height            985 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (child->style()->height().isAuto() && child->isRenderBlock())) {
height           1032 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit height = contentHeightForChild(child);
height           1037 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             return max<LayoutUnit>(0, maxHeight - height);
height           1060 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit height = contentHeightForChild(child);
height           1061 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             LayoutUnit allowedShrinkage = min<LayoutUnit>(0, minHeight - height);
height            153 Source/core/rendering/RenderEmbeddedObject.cpp     float labelY = roundf(replacementTextRect.location().y() + (replacementTextRect.size().height() - fontMetrics.height()) / 2 + fontMetrics.ascent());
height            182 Source/core/rendering/RenderEmbeddedObject.cpp     float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect.location().y();
height            233 Source/core/rendering/RenderEmbeddedObject.cpp     childBox->style()->setHeight(Length(newSize.height(), Fixed));
height            153 Source/core/rendering/RenderFieldset.cpp         LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
height            154 Source/core/rendering/RenderFieldset.cpp         paintRect.setHeight(paintRect.height() - yOff);
height            179 Source/core/rendering/RenderFieldset.cpp         LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2));
height            184 Source/core/rendering/RenderFieldset.cpp         graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
height            204 Source/core/rendering/RenderFieldset.cpp         LayoutUnit yOff = (legend->y() > 0) ? LayoutUnit() : (legend->height() - borderTop()) / 2;
height             98 Source/core/rendering/RenderFileUploadControl.cpp                          width() - borderLeft() - borderRight(), height() - borderBottom() - borderTop() + buttonShadowHeight));
height            136 Source/core/rendering/RenderFileUploadControl.cpp             textWidth, style()->fontMetrics().height());
height            378 Source/core/rendering/RenderFlexibleBox.cpp         flexLength = isHorizontalFlow() ? child->style()->width() : child->style()->height();
height            392 Source/core/rendering/RenderFlexibleBox.cpp     return isHorizontalFlow() ? child->height() : child->width();
height            397 Source/core/rendering/RenderFlexibleBox.cpp     return isHorizontalFlow() ? child->width() : child->height();
height            402 Source/core/rendering/RenderFlexibleBox.cpp     return isHorizontalFlow() ? height() : width();
height            407 Source/core/rendering/RenderFlexibleBox.cpp     return isHorizontalFlow() ? width() : height();
height            701 Source/core/rendering/RenderFlexibleBox.cpp         if (height() < minHeight)
height            335 Source/core/rendering/RenderFlowThread.cpp                 referencePoint.move(0, boxModelObject.relativePositionOffset().height());
height            337 Source/core/rendering/RenderFlowThread.cpp                 referencePoint.move(0, boxModelObject.stickyPositionOffset().height());
height            574 Source/core/rendering/RenderFlowThread.cpp             setOffsetFromLogicalTopOfFirstRegion(currentBoxDescendant, currentBoxDescendant->isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width());
height            607 Source/core/rendering/RenderFlowThread.cpp         return currentBoxDescendant->isHorizontalWritingMode() ? offsetDelta.height() : offsetDelta.width();
height            611 Source/core/rendering/RenderFlowThread.cpp     LayoutRect blockRect(0, 0, currentBlock->width(), currentBlock->height());
height            624 Source/core/rendering/RenderFlowThread.cpp                     blockRect.setY(currentBlock->height() - blockRect.maxY());
height             94 Source/core/rendering/RenderFrameSet.cpp         context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor());
height             95 Source/core/rendering/RenderFrameSet.cpp         context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor());
height            112 Source/core/rendering/RenderFrameSet.cpp     if (borderRect.height() >= 3) {
height            142 Source/core/rendering/RenderFrameSet.cpp                 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height())));
height            466 Source/core/rendering/RenderFrameSet.cpp     layOutAxis(m_rows, frameSet()->rowLengths(), height() - (rows - 1) * borderThickness);
height            510 Source/core/rendering/RenderFrameSet.cpp         int height = m_rows.m_sizes[r];
height            516 Source/core/rendering/RenderFrameSet.cpp             if (width != child->width() || height != child->height()) {
height            518 Source/core/rendering/RenderFrameSet.cpp                 child->setHeight(height);
height            529 Source/core/rendering/RenderFrameSet.cpp         yPos += height + borderThickness;
height            177 Source/core/rendering/RenderFullScreen.cpp     if (style->height().isAuto())
height            178 Source/core/rendering/RenderFullScreen.cpp         style->setHeight(Length(frameRect.height(), Fixed));
height             94 Source/core/rendering/RenderGeometryMap.cpp                 transformState.move(currentStep.m_offset.width(), currentStep.m_offset.height(), accumulate);
height            142 Source/core/rendering/RenderGeometryMap.cpp     fprintf(stderr, "RenderGeometryMap::dumpSteps accumulatedOffset=%d,%d\n", m_accumulatedOffset.width().toInt(), m_accumulatedOffset.height().toInt());
height            144 Source/core/rendering/RenderGeometryMap.cpp         fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), m_mapping[i].m_offset.width().toInt(), m_mapping[i].m_offset.height().toInt());
height             91 Source/core/rendering/RenderHTMLCanvas.cpp     LayoutSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
height            113 Source/core/rendering/RenderImage.cpp     return IntSize(paddingWidth + imageSize.width() * style()->effectiveZoom(), paddingHeight + imageSize.height() * style()->effectiveZoom());
height            133 Source/core/rendering/RenderImage.cpp         IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
height            197 Source/core/rendering/RenderImage.cpp     IntSize containerSize(containerRect.width(), containerRect.height());
height            223 Source/core/rendering/RenderImage.cpp             computeLogicalHeight(height(), 0, computedValues);
height            226 Source/core/rendering/RenderImage.cpp             imageSizeChanged = width() != newWidth || height() != newHeight;
height            324 Source/core/rendering/RenderImage.cpp             if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
height            335 Source/core/rendering/RenderImage.cpp                 LayoutUnit centerY = (usableHeight - imageSize.height()) / 2;
height            356 Source/core/rendering/RenderImage.cpp                 textRunPaintInfo.bounds = FloatRect(textRectOrigin, FloatSize(textWidth, fontMetrics.height()));
height            363 Source/core/rendering/RenderImage.cpp                     if (usableWidth >= textWidth && fontMetrics.height() <= imageOffset.height())
height            365 Source/core/rendering/RenderImage.cpp                 } else if (usableWidth >= textWidth && usableHeight >= fontMetrics.height()) {
height            460 Source/core/rendering/RenderImage.cpp     if (!m_imageResource->hasImage() || m_imageResource->errorOccurred() || alignedRect.width() <= 0 || alignedRect.height() <= 0)
height            463 Source/core/rendering/RenderImage.cpp     RefPtr<Image> img = m_imageResource->image(alignedRect.width(), alignedRect.height());
height            475 Source/core/rendering/RenderImage.cpp     context->drawImage(m_imageResource->image(alignedRect.width(), alignedRect.height()).get(), alignedRect, compositeOperator, shouldRespectImageOrientation());
height            527 Source/core/rendering/RenderImage.cpp     return m_imageResource->errorOccurred() ? intrinsicSize().height() : LayoutUnit();
height             64 Source/core/rendering/RenderImageResourceStyleImage.cpp PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const
height             69 Source/core/rendering/RenderImageResourceStyleImage.cpp     return m_styleImage->image(m_renderer, IntSize(width, height));
height             49 Source/core/rendering/RenderImageResourceStyleImage.h     virtual PassRefPtr<Image> image(int width = 0, int height = 0) const OVERRIDE;
height            563 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
height            567 Source/core/rendering/RenderInline.cpp                     yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat()));
height            578 Source/core/rendering/RenderInline.cpp                     int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
height            596 Source/core/rendering/RenderInline.cpp                 int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height();
height            871 Source/core/rendering/RenderInline.cpp         float height = isHorizontal ? lastLineBox()->logicalBottom() - y : logicalRightSide - logicalLeftSide;
height            872 Source/core/rendering/RenderInline.cpp         result = enclosingIntRect(FloatRect(x, y, width, height));
height           1178 Source/core/rendering/RenderInline.cpp         transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
height           1184 Source/core/rendering/RenderInline.cpp         transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
height           1299 Source/core/rendering/RenderInline.cpp     return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2;
height           1461 Source/core/rendering/RenderInline.cpp         LayoutSize(thisline.width() + offset, thisline.height() + offset));
height            144 Source/core/rendering/RenderInline.h     virtual LayoutUnit offsetHeight() const OVERRIDE FINAL { return linesBoundingBox().height(); }
height            159 Source/core/rendering/RenderInline.h         return IntRect(0, 0, boundingBox.width(), boundingBox.height());
height             70 Source/core/rendering/RenderInputSpeech.cpp     LayoutUnit buttonSize = std::min(inputContentBox.width(), std::min<LayoutUnit>(inputContentBox.height(), rect.height()));
height             75 Source/core/rendering/RenderInputSpeech.cpp                           inputContentBox.y() + (inputContentBox.height() - buttonSize + 1) / 2,
height           1040 Source/core/rendering/RenderLayer.cpp     const float boxHeight = borderBox.height();
height           1066 Source/core/rendering/RenderLayer.cpp     return FloatPoint(floatValueForLength(style->perspectiveOriginX(), borderBox.width().toFloat()), floatValueForLength(style->perspectiveOriginY(), borderBox.height().toFloat()));
height           2676 Source/core/rendering/RenderLayer.cpp                 newTransform.translateRight(roundToInt(offset.width()), roundToInt(offset.height()));
height           2694 Source/core/rendering/RenderLayer.cpp                 transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() + offset.height()));
height           2708 Source/core/rendering/RenderLayer.cpp         LayoutUnit blockDelta = isHorizontal ? colRect.height() : colRect.width();
height           3222 Source/core/rendering/RenderLayer.cpp         LayoutUnit blockDelta =  (isHorizontal ? colRect.height() : colRect.width());
height           3233 Source/core/rendering/RenderLayer.cpp         LayoutUnit blockDelta =  (isHorizontal ? colRect.height() : colRect.width());
height           3266 Source/core/rendering/RenderLayer.cpp                 newTransform.translateRight(offset.width(), offset.height());
height           3279 Source/core/rendering/RenderLayer.cpp                 newTransformState->translate(offset.width(), offset.height(), HitTestingTransformState::AccumulateTransform);
height           3734 Source/core/rendering/RenderLayer.cpp             if (toRenderBox(child)->width() > 0 || toRenderBox(child)->height() > 0)
height             97 Source/core/rendering/RenderLayerScrollableArea.cpp             scrollAnimator()->setCurrentPosition(FloatPoint(m_scrollOffset.width(), m_scrollOffset.height()));
height            196 Source/core/rendering/RenderLayerScrollableArea.cpp         scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height());
height            264 Source/core/rendering/RenderLayerScrollableArea.cpp         verticalThickness = horizontalScrollbar->height();
height            268 Source/core/rendering/RenderLayerScrollableArea.cpp         verticalThickness = horizontalScrollbar->height();
height            339 Source/core/rendering/RenderLayerScrollableArea.cpp     return (orientation == HorizontalScrollbar) ? scrollDimensions.width() : scrollDimensions.height();
height            451 Source/core/rendering/RenderLayerScrollableArea.cpp         horizontalScrollbarHeight = (horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar()) ? horizontalScrollbar()->height() : 0;
height            455 Source/core/rendering/RenderLayerScrollableArea.cpp         IntSize(max(0, layer()->size().width() - verticalScrollbarWidth), max(0, layer()->size().height() - horizontalScrollbarHeight)));
height            460 Source/core/rendering/RenderLayerScrollableArea.cpp     return layer()->size().height();
height            545 Source/core/rendering/RenderLayerScrollableArea.cpp     return snapSizeToPixel(m_overflowRect.height(), m_box->clientTop() + m_box->y());
height            656 Source/core/rendering/RenderLayerScrollableArea.cpp             verticalScrollbar->setProportion(clientHeight, overflowRect().height());
height            765 Source/core/rendering/RenderLayerScrollableArea.cpp     int y = std::max(std::min(scrollOffset.height(), maxY), 0);
height            777 Source/core/rendering/RenderLayerScrollableArea.cpp         borderBoxRect.maxY() - m_box->borderBottom() - m_hBar->height(),
height            779 Source/core/rendering/RenderLayerScrollableArea.cpp         m_hBar->height());
height            792 Source/core/rendering/RenderLayerScrollableArea.cpp         borderBoxRect.height() - (m_box->borderTop() + m_box->borderBottom()) - scrollCorner.height());
height            816 Source/core/rendering/RenderLayerScrollableArea.cpp         return IntSize(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height());
height            926 Source/core/rendering/RenderLayerScrollableArea.cpp     return m_hBar->height();
height           1098 Source/core/rendering/RenderLayerScrollableArea.cpp     int resizeControlSize = max(resizeControlRect.height(), 0);
height           1103 Source/core/rendering/RenderLayerScrollableArea.cpp             m_box->height() - (m_box->borderTop() + m_box->borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize));
height           1113 Source/core/rendering/RenderLayerScrollableArea.cpp             m_box->height() - m_box->borderBottom() - m_hBar->height(),
height           1115 Source/core/rendering/RenderLayerScrollableArea.cpp             m_hBar->height());
height           1139 Source/core/rendering/RenderLayerScrollableArea.cpp         corner.move(-corner.width() * expandRatio, -corner.height() * expandRatio);
height           1140 Source/core/rendering/RenderLayerScrollableArea.cpp         corner.expand(corner.width() * expandRatio, corner.height() * expandRatio);
height           1201 Source/core/rendering/RenderLayerScrollableArea.cpp         largerCorner.setSize(IntSize(largerCorner.width() + 1, largerCorner.height() + 1));
height           1288 Source/core/rendering/RenderLayerScrollableArea.cpp         context->translate(resizerCornerRect.x() + cornerResizerSize.width(), resizerCornerRect.y() + resizerCornerRect.height() - cornerResizerSize.height());
height           1345 Source/core/rendering/RenderLayerScrollableArea.cpp     newOffset.setHeight(newOffset.height() / zoomFactor);
height           1347 Source/core/rendering/RenderLayerScrollableArea.cpp     LayoutSize currentSize = LayoutSize(m_box->width() / zoomFactor, m_box->height() / zoomFactor);
height           1351 Source/core/rendering/RenderLayerScrollableArea.cpp     LayoutSize adjustedOldOffset = LayoutSize(oldOffset.width() / zoomFactor, oldOffset.height() / zoomFactor);
height           1373 Source/core/rendering/RenderLayerScrollableArea.cpp     if (resize != RESIZE_HORIZONTAL && difference.height()) {
height           1379 Source/core/rendering/RenderLayerScrollableArea.cpp         LayoutUnit baseHeight = m_box->height() - (isBoxSizingBorder ? LayoutUnit() : m_box->borderAndPaddingHeight());
height           1381 Source/core/rendering/RenderLayerScrollableArea.cpp         element->setInlineStyleProperty(CSSPropertyHeight, roundToInt(baseHeight + difference.height()), CSSPrimitiveValue::CSS_PX);
height            113 Source/core/rendering/RenderLayerScrollableArea.h     int scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
height            275 Source/core/rendering/RenderListBox.cpp     LayoutUnit height = itemHeight() * size() - rowSpacing + borderAndPaddingHeight();
height            276 Source/core/rendering/RenderListBox.cpp     RenderBox::computeLogicalHeight(height, logicalTop, computedValues);
height            378 Source/core/rendering/RenderListBox.cpp             height() - (borderTop() + borderBottom()));
height            488 Source/core/rendering/RenderListBox.cpp                         height() - borderTop() - borderBottom());
height            502 Source/core/rendering/RenderListBox.cpp     if (offset.height() < borderTop() + paddingTop() || offset.height() > height() - paddingBottom() - borderBottom())
height            512 Source/core/rendering/RenderListBox.cpp     int newOffset = (offset.height() - borderTop() - paddingTop()) / itemHeight() + m_indexOffset;
height            570 Source/core/rendering/RenderListBox.cpp     if (positionOffset.height() < borderTop() + paddingTop() && scrollToRevealElementAtListIndex(offset - 1))
height            573 Source/core/rendering/RenderListBox.cpp     if (positionOffset.height() > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
height            666 Source/core/rendering/RenderListBox.cpp     return style()->fontMetrics().height() + rowSpacing;
height            836 Source/core/rendering/RenderListBox.cpp     return height();
height            405 Source/core/rendering/RenderListItem.cpp             LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
height           1123 Source/core/rendering/RenderListMarker.cpp     return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
height           1329 Source/core/rendering/RenderListMarker.cpp         setHeight(m_image->imageSize(this, style()->effectiveZoom()).height());
height           1332 Source/core/rendering/RenderListMarker.cpp         setLogicalHeight(style()->fontMetrics().height());
height           1354 Source/core/rendering/RenderListMarker.cpp     if (width() != m_image->imageSize(this, style()->effectiveZoom()).width() || height() != m_image->imageSize(this, style()->effectiveZoom()).height() || m_image->errorOccurred())
height           1483 Source/core/rendering/RenderListMarker.cpp         m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth = style()->isHorizontalWritingMode() ? imageSize.width() : imageSize.height();
height           1708 Source/core/rendering/RenderListMarker.cpp         return IntRect(0, 0, m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());
height           1716 Source/core/rendering/RenderListMarker.cpp             relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height());
height           1812 Source/core/rendering/RenderListMarker.cpp             relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height());
height            249 Source/core/rendering/RenderMarquee.cpp     if (!isHorizontal() && s->height().isAuto())
height             70 Source/core/rendering/RenderMedia.cpp     controlsRenderer->style()->setHeight(Length(newSize.height(), Fixed));
height            133 Source/core/rendering/RenderMediaControls.cpp     int borderRadius = rect.height() / 2;
height            143 Source/core/rendering/RenderMediaControls.cpp     int borderRadius = rect.height() / 2;
height            172 Source/core/rendering/RenderMediaControls.cpp     sliderBottomLeft.move(0, highlightRect.height());
height            389 Source/core/rendering/RenderMediaControls.cpp     int height = 0;
height            395 Source/core/rendering/RenderMediaControls.cpp         height = mediaSliderThumbHeight;
height            399 Source/core/rendering/RenderMediaControls.cpp         height = mediaVolumeSliderThumbHeight;
height            405 Source/core/rendering/RenderMediaControls.cpp         style->setHeight(Length(static_cast<int>(height * zoomLevel), Fixed));
height             59 Source/core/rendering/RenderMeter.cpp     setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
height             72 Source/core/rendering/RenderMeter.cpp     computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
height             56 Source/core/rendering/RenderMultiColumnSet.cpp LayoutUnit RenderMultiColumnSet::heightAdjustedForSetOffset(LayoutUnit height) const
height             61 Source/core/rendering/RenderMultiColumnSet.cpp     height -= contentLogicalTop;
height             62 Source/core/rendering/RenderMultiColumnSet.cpp     return max(height, LayoutUnit(1)); // Let's avoid zero height, as that would probably cause an infinite amount of columns to be created.
height             89 Source/core/rendering/RenderMultiColumnSet.cpp         LayoutUnit height = run.columnLogicalHeight(previousOffset);
height             90 Source/core/rendering/RenderMultiColumnSet.cpp         if (largestHeight < height) {
height             91 Source/core/rendering/RenderMultiColumnSet.cpp             largestHeight = height;
height            291 Source/core/rendering/RenderMultiColumnSet.cpp     LayoutUnit logicalHeightInColumns = flowThread()->isHorizontalWritingMode() ? flowThreadPortionRect().height() : flowThreadPortionRect().width();
height            343 Source/core/rendering/RenderMultiColumnSet.cpp         portionRect = LayoutRect(portionRect.x() + index * computedColumnHeight(), portionRect.y(), computedColumnHeight(), portionRect.height());
height             63 Source/core/rendering/RenderMultiColumnSet.h     LayoutUnit heightAdjustedForSetOffset(LayoutUnit height) const;
height             65 Source/core/rendering/RenderMultiColumnSet.h     void updateMinimumColumnHeight(LayoutUnit height) { m_minimumColumnHeight = std::max(height, m_minimumColumnHeight); }
height            620 Source/core/rendering/RenderObject.cpp     if (object->style()->width().isIntrinsicOrAuto() || object->style()->height().isIntrinsicOrAuto() || object->style()->height().isPercent())
height            854 Source/core/rendering/RenderObject.cpp         if (layer->sizeLength().width().isPercent() || layer->sizeLength().height().isPercent())
height            856 Source/core/rendering/RenderObject.cpp         if (img->isGeneratedImage() && (layer->sizeLength().width().isAuto() || layer->sizeLength().height().isAuto()))
height           1373 Source/core/rendering/RenderObject.cpp             r.x(), r.y(), r.width(), r.height(), invalidationReasonToString(invalidationReason)).ascii().data()));
height           1561 Source/core/rendering/RenderObject.cpp         repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds.height()), invalidationReason);
height           1563 Source/core/rendering/RenderObject.cpp         repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBounds.height()), invalidationReason);
height           1567 Source/core/rendering/RenderObject.cpp         repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBounds.height()), invalidationReason);
height           1569 Source/core/rendering/RenderObject.cpp         repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.height()), invalidationReason);
height           1606 Source/core/rendering/RenderObject.cpp             max(newBounds.height(), oldBounds.height()));
height           1613 Source/core/rendering/RenderObject.cpp     LayoutUnit height = absoluteValue(newBounds.height() - oldBounds.height());
height           1614 Source/core/rendering/RenderObject.cpp     if (height) {
height           1619 Source/core/rendering/RenderObject.cpp         LayoutUnit boxHeight = isBox() ? toRenderBox(this)->height() : LayoutUnit();
height           1620 Source/core/rendering/RenderObject.cpp         LayoutUnit minInsetBottomShadowExtent = min<LayoutUnit>(-insetShadowExtent.bottom(), min<LayoutUnit>(newBounds.height(), oldBounds.height()));
height           1621 Source/core/rendering/RenderObject.cpp         LayoutUnit borderHeight = max<LayoutUnit>(borderBottom, max<LayoutUnit>(valueForLength(style()->borderBottomLeftRadius().height(), boxHeight), valueForLength(style()->borderBottomRightRadius().height(), boxHeight)));
height           1627 Source/core/rendering/RenderObject.cpp             height + decorationsTopHeight + decorationsBottomHeight);
height           1630 Source/core/rendering/RenderObject.cpp             bottomRect.setHeight(min(bottomRect.height(), bottom - bottomRect.y()));
height           2313 Source/core/rendering/RenderObject.cpp     transform.translate(offsetInContainer.width().toFloat(), offsetInContainer.height().toFloat());
height           3085 Source/core/rendering/RenderObject.cpp     FloatRect localBounds(FloatPoint(), FloatSize(box->width().toFloat(), box->height().toFloat()));
height             90 Source/core/rendering/RenderOverflow.h     m_layoutOverflow.setY(maxY - m_layoutOverflow.height());
height             49 Source/core/rendering/RenderOverflowTest.cpp         << rect.height().toFloat() << ")";
height             54 Source/core/rendering/RenderRegionSet.cpp     setFlowThreadPortionRect(LayoutRect(rect.x(), rect.y(), isHorizontal ? rect.width() : logicalHeightWithOverflow, isHorizontal ? logicalHeightWithOverflow : rect.height()));
height            324 Source/core/rendering/RenderReplaced.cpp         constrainedSize.setWidth(RenderBox::computeReplacedLogicalHeight() * intrinsicSize.width() / intrinsicSize.height());
height            325 Source/core/rendering/RenderReplaced.cpp         constrainedSize.setHeight(RenderBox::computeReplacedLogicalWidth() * intrinsicSize.height() / intrinsicSize.width());
height            341 Source/core/rendering/RenderReplaced.cpp     if (!intrinsicSize.width() || !intrinsicSize.height())
height            363 Source/core/rendering/RenderReplaced.cpp     LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height());
height            380 Source/core/rendering/RenderReplaced.cpp     intrinsicRatio = intrinsicSize.width() / intrinsicSize.height();
height            404 Source/core/rendering/RenderReplaced.cpp         bool hasIntrinsicHeight = !isPercentageIntrinsicSize && constrainedSize.height() > 0;
height            474 Source/core/rendering/RenderReplaced.cpp     bool hasIntrinsicHeight = !isPercentageIntrinsicSize && constrainedSize.height() > 0;
height            478 Source/core/rendering/RenderReplaced.cpp         return computeReplacedLogicalHeightRespectingMinMaxHeight(constrainedSize.height());
height            487 Source/core/rendering/RenderReplaced.cpp         return computeReplacedLogicalHeightRespectingMinMaxHeight(constrainedSize.height());
height            587 Source/core/rendering/RenderReplaced.cpp     return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
height             54 Source/core/rendering/RenderScrollbar.cpp     int height = 0;
height             59 Source/core/rendering/RenderScrollbar.cpp         height = part->height();
height             63 Source/core/rendering/RenderScrollbar.cpp         height = this->height();
height             65 Source/core/rendering/RenderScrollbar.cpp     setFrameRect(IntRect(0, 0, width, height));
height            181 Source/core/rendering/RenderScrollbar.cpp     int oldThickness = isHorizontal ? height() : width();
height            186 Source/core/rendering/RenderScrollbar.cpp         newThickness = isHorizontal ? part->height() : part->width();
height            190 Source/core/rendering/RenderScrollbar.cpp         setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height())));
height            285 Source/core/rendering/RenderScrollbar.cpp         return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight()));
height            288 Source/core/rendering/RenderScrollbar.cpp                        isHorizontal ? y() : y() + height() - partRenderer->pixelSnappedHeight(),
height            290 Source/core/rendering/RenderScrollbar.cpp                        isHorizontal ? height() : partRenderer->pixelSnappedHeight());
height            295 Source/core/rendering/RenderScrollbar.cpp                        isHorizontal ? y() : y() + previousButton.height(),
height            297 Source/core/rendering/RenderScrollbar.cpp                        isHorizontal ? height() : partRenderer->pixelSnappedHeight());
height            302 Source/core/rendering/RenderScrollbar.cpp                    isHorizontal ? y() : y() + height() - followingButton.height() - partRenderer->pixelSnappedHeight(),
height            304 Source/core/rendering/RenderScrollbar.cpp                    isHorizontal ? height() : partRenderer->pixelSnappedHeight());
height            319 Source/core/rendering/RenderScrollbar.cpp         return IntRect(x() + startLength, y(), width() - totalLength, height());
height            328 Source/core/rendering/RenderScrollbar.cpp     return IntRect(x(), y() + startLength, width(), height() - totalLength);
height            345 Source/core/rendering/RenderScrollbar.cpp         rect.setHeight(rect.height() - partRenderer->marginHeight());
height            356 Source/core/rendering/RenderScrollbar.cpp     return orientation() == HorizontalScrollbar ? partRenderer->width() : partRenderer->height();
height             77 Source/core/rendering/RenderScrollbarPart.cpp         setHeight(m_scrollbar->height());
height             85 Source/core/rendering/RenderScrollbarPart.cpp         setHeight(m_scrollbar->height());
height            122 Source/core/rendering/RenderScrollbarPart.cpp     int visibleSize = m_scrollbar->owningRenderer()->height() -  m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth();
height            123 Source/core/rendering/RenderScrollbarPart.cpp     int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize);
height            181 Source/core/rendering/RenderScrollbarPart.cpp     setHeight(rect.height());
height             50 Source/core/rendering/RenderScrollbarTheme.cpp         beforeSize = firstButton.height() + secondButton.height();
height             51 Source/core/rendering/RenderScrollbarTheme.cpp         afterSize = thirdButton.height() + fourthButton.height();
height             60 Source/core/rendering/RenderScrollbarTheme.cpp     return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
height             52 Source/core/rendering/RenderSlider.cpp     return height() + marginTop();
height            587 Source/core/rendering/RenderTable.cpp             repaintRectangle(LayoutRect(movedSectionLogicalTop, visualOverflowRect().y(), visualOverflowRect().maxX() - movedSectionLogicalTop, visualOverflowRect().height()));
height            627 Source/core/rendering/RenderTable.cpp         int bottomBorderOverflow = height() + outerBorderBottom() - borderBottom();
height            724 Source/core/rendering/RenderTable.cpp             rect.setHeight(rect.height() - captionLogicalHeight);
height           1399 Source/core/rendering/RenderTable.cpp             rect.setHeight(height());
height            361 Source/core/rendering/RenderTableCell.cpp     LayoutRect r(-location.x(), -location.y(), location.x() + max(width() + right, visualOverflowRect().maxX()), location.y() + max(height() + bottom, visualOverflowRect().maxY()));
height            404 Source/core/rendering/RenderTableCell.cpp     if (parent() && section() && oldStyle && style()->height() != oldStyle->height())
height           1136 Source/core/rendering/RenderTableCell.cpp             paintRect.height() + topWidth / 2 + (bottomWidth + 1) / 2);
height           1195 Source/core/rendering/RenderTableCell.cpp                 width() - borderLeft() - borderRight(), height() - borderTop() - borderBottom());
height           1005 Source/core/rendering/RenderTableSection.cpp             if (childOffset.width() || childOffset.height()) {
height            332 Source/core/rendering/RenderText.cpp     if (r.height()) {
height            337 Source/core/rendering/RenderText.cpp                 r.setHeight(box->height());
height            368 Source/core/rendering/RenderText.cpp                     r.setHeight(selectionRect.height().toFloat());
height            451 Source/core/rendering/RenderText.cpp                     r.setHeight(selectionRect.height().toFloat());
height            665 Source/core/rendering/RenderText.cpp     int height = box->root().selectionHeight();
height            722 Source/core/rendering/RenderText.cpp     return style()->isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, caretWidth);
height           1558 Source/core/rendering/RenderText.cpp         float height = isHorizontal ? lastTextBox()->logicalBottom() - y : logicalRightSide - logicalLeftSide;
height           1559 Source/core/rendering/RenderText.cpp         result = enclosingIntRect(FloatRect(x, y, width, height));
height             80 Source/core/rendering/RenderTextControlSingleLine.cpp             contentsRect.setY((height() - contentsRect.height()) / 2);
height            164 Source/core/rendering/RenderTextControlSingleLine.cpp     if (!container && innerTextRenderer && innerTextRenderer->height() != contentLogicalHeight()) {
height            188 Source/core/rendering/RenderTextControlSingleLine.cpp         placeholderBox->style()->setHeight(Length(innerTextSize.height() - placeholderBox->borderAndPaddingHeight(), Fixed));
height            170 Source/core/rendering/RenderTheme.cpp         LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
height            173 Source/core/rendering/RenderTheme.cpp         if (controlSize.height() != style->height())
height            174 Source/core/rendering/RenderTheme.cpp             style->setHeight(controlSize.height());
height            180 Source/core/rendering/RenderTheme.cpp         if (minControlSize.height() != style->minHeight())
height            181 Source/core/rendering/RenderTheme.cpp             style->setMinHeight(minControlSize.height());
height            569 Source/core/rendering/RenderTheme.cpp     return box->height() + box->marginTop() + m_platformTheme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();
height            571 Source/core/rendering/RenderTheme.cpp     return box->height() + box->marginTop();
height            889 Source/core/rendering/RenderTheme.cpp         int thumbHeight = thumbStyle->height().intValue();
height            912 Source/core/rendering/RenderTheme.cpp         tickRect.setHeight(floor(tickSize.height() * zoomFactor));
height            913 Source/core/rendering/RenderTheme.cpp         tickRect.setY(floor(rect.y() + rect.height() / 2.0 + sliderTickOffsetFromTrackCenter() * zoomFactor));
height            917 Source/core/rendering/RenderTheme.cpp         tickRect.setWidth(floor(tickSize.height() * zoomFactor));
height            921 Source/core/rendering/RenderTheme.cpp         tickRegionWidth = trackBounds.height() - thumbSize.width();
height           1170 Source/core/rendering/RenderTheme.cpp     if (style->height().isAuto())
height           1171 Source/core/rendering/RenderTheme.cpp         style->setHeight(Length(size.height(), Fixed));
height           1186 Source/core/rendering/RenderTheme.cpp         unzoomedRect.setHeight(unzoomedRect.height() / zoomLevel);
height           1199 Source/core/rendering/RenderTheme.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
height           1205 Source/core/rendering/RenderTheme.cpp     size.setHeight(size.height() * zoomLevel);
height           1228 Source/core/rendering/RenderTheme.cpp         unzoomedRect.setHeight(unzoomedRect.height() / zoomLevel);
height           1241 Source/core/rendering/RenderTheme.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
height           1247 Source/core/rendering/RenderTheme.cpp     size.setHeight(size.height() * zoomLevel);
height            215 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setHeight(Length(size.height() * zoomLevel, Fixed));
height            217 Source/core/rendering/RenderThemeChromiumDefault.cpp         style->setWidth(Length(size.height() * zoomLevel, Fixed));
height            258 Source/core/rendering/RenderThemeChromiumDefault.cpp         unzoomedRect.setHeight(unzoomedRect.height() / zoomLevel);
height            271 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
height            277 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setHeight(size.height() * zoomLevel);
height            294 Source/core/rendering/RenderThemeChromiumDefault.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
height            300 Source/core/rendering/RenderThemeChromiumDefault.cpp     size.setHeight(size.height() * zoomLevel);
height            345 Source/core/rendering/RenderThemeChromiumDefault.cpp     const int middle = rect.y() + rect.height() / 2;
height            373 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
height            390 Source/core/rendering/RenderThemeChromiumDefault.cpp     const int middle = rect.y() + rect.height() / 2;
height            407 Source/core/rendering/RenderThemeChromiumDefault.cpp         extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
height            433 Source/core/rendering/RenderThemeChromiumDefault.cpp         unzoomedRect.setHeight(unzoomedRect.height() / zoomLevel);
height            458 Source/core/rendering/RenderThemeChromiumDefault.cpp         unzoomedRect.setHeight(unzoomedRect.height() / zoomLevel);
height            500 Source/core/rendering/RenderThemeChromiumDefault.cpp     extraParams.progressBar.valueRectHeight = valueRect.height();
height            146 Source/core/rendering/RenderThemeChromiumSkia.cpp IntRect center(const IntRect& original, int width, int height)
height            149 Source/core/rendering/RenderThemeChromiumSkia.cpp     height = std::min(original.height(), height);
height            151 Source/core/rendering/RenderThemeChromiumSkia.cpp     int y = original.y() + (original.height() - height) / 2;
height            153 Source/core/rendering/RenderThemeChromiumSkia.cpp     return IntRect(x, y, width, height);
height            159 Source/core/rendering/RenderThemeChromiumSkia.cpp     if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
height            235 Source/core/rendering/RenderThemeChromiumSkia.cpp     LayoutUnit cancelButtonSize = std::min(inputContentBox.width(), std::min<LayoutUnit>(inputContentBox.height(), r.height()));
height            240 Source/core/rendering/RenderThemeChromiumSkia.cpp                                 inputContentBox.y() + (inputContentBox.height() - cancelButtonSize + 1) / 2,
height            254 Source/core/rendering/RenderThemeChromiumSkia.cpp     style->setHeight(Length(emptySize.height(), Fixed));
height            280 Source/core/rendering/RenderThemeChromiumSkia.cpp     LayoutUnit magnifierSize = std::min(inputContentBox.width(), std::min<LayoutUnit>(inputContentBox.height(), r.height()));
height            285 Source/core/rendering/RenderThemeChromiumSkia.cpp                              inputContentBox.y() + (inputContentBox.height() - magnifierSize + 1) / 2,
height            435 Source/core/rendering/RenderThemeChromiumSkia.cpp     return IntRect(rect.x(), rect.y(), dx, rect.height());
height            448 Source/core/rendering/RenderThemeChromiumSkia.cpp         return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height());
height            449 Source/core/rendering/RenderThemeChromiumSkia.cpp     return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height());
height            194 Source/core/rendering/RenderTreeAsText.cpp         r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height());
height            200 Source/core/rendering/RenderTreeAsText.cpp         r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height());
height            207 Source/core/rendering/RenderTreeAsText.cpp         r = LayoutRect(cell.x(), cell.y() + cell.intrinsicPaddingBefore(), cell.width(), cell.height() - cell.intrinsicPaddingBefore() - cell.intrinsicPaddingAfter());
height            577 Source/core/rendering/RenderTreeAsText.cpp         paintDirtyRect.setHeight(max<LayoutUnit>(paintDirtyRect.height(), rootLayer->renderBox()->layoutOverflowRect().maxY()));
height             79 Source/core/rendering/RenderVTTCue.cpp     step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
height            106 Source/core/rendering/RenderVTTCue.cpp         position += m_cue->getWritingDirection() == VTTCue::Horizontal ? parentBlock->height() : parentBlock->width();
height            156 Source/core/rendering/RenderVTTCue.cpp     LayoutUnit bottom = top + firstLineBox->height();
height            164 Source/core/rendering/RenderVTTCue.cpp     LayoutUnit parentHeight = containingBlock()->height();
height            252 Source/core/rendering/RenderVTTCue.cpp         int bottomOverflow = containerRect.y() + containerRect.height() - cueRect.y() - cueRect.height();
height            142 Source/core/rendering/RenderView.cpp     int scrollTop = frameView->scrollOffset().height();
height            143 Source/core/rendering/RenderView.cpp     int visibleHeight = frameView->visibleContentRect(IncludeScrollbars).height();
height            145 Source/core/rendering/RenderView.cpp     if (box->height() < visibleHeight)
height            146 Source/core/rendering/RenderView.cpp         top += (visibleHeight - box->height()) / 2;
height            201 Source/core/rendering/RenderView.cpp     bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
height            829 Source/core/rendering/RenderView.cpp     int height = 0;
height            831 Source/core/rendering/RenderView.cpp         height = m_frameView->layoutSize(scrollbarInclusion).height();
height            833 Source/core/rendering/RenderView.cpp     return height;
height            121 Source/core/rendering/RenderView.h         return (delta.width() == m_layoutState->layoutDelta().width() || m_layoutState->layoutDeltaXSaturated()) && (delta.height() == m_layoutState->layoutDelta().height() || m_layoutState->layoutDeltaYSaturated());
height            147 Source/core/rendering/RenderView.h     void setPageLogicalHeight(LayoutUnit height)
height            149 Source/core/rendering/RenderView.h         if (m_pageLogicalHeight != height) {
height            150 Source/core/rendering/RenderView.h             m_pageLogicalHeight = height;
height            339 Source/core/rendering/RootInlineBox.cpp                 logicalRect.move(renderer().isHorizontalWritingMode() ? offsetFromRootBlock : LayoutSize(offsetFromRootBlock.height(), offsetFromRootBlock.width()));
height            341 Source/core/rendering/RootInlineBox.cpp                 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
height            443 Source/core/rendering/RootInlineBox.cpp             LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height();
height            653 Source/core/rendering/RootInlineBox.cpp             int halfLeading = (fontMetrics.lineSpacing() - fontMetrics.height()) / 2;
height             63 Source/core/rendering/ScrollAlignment.cpp     LayoutRect exposeRectX(exposeRect.x(), visibleRect.y(), exposeRect.width(), visibleRect.height());
height            105 Source/core/rendering/ScrollAlignment.cpp     LayoutRect exposeRectY(visibleRect.x(), exposeRect.y(), visibleRect.width(), exposeRect.height());
height            106 Source/core/rendering/ScrollAlignment.cpp     LayoutUnit intersectHeight = intersection(visibleRect, exposeRectY).height();
height            107 Source/core/rendering/ScrollAlignment.cpp     if (intersectHeight == exposeRect.height()) {
height            110 Source/core/rendering/ScrollAlignment.cpp     } else if (intersectHeight == visibleRect.height()) {
height            126 Source/core/rendering/ScrollAlignment.cpp         if ((exposeRect.maxY() > visibleRect.maxY() && exposeRect.height() < visibleRect.height())
height            127 Source/core/rendering/ScrollAlignment.cpp             || (exposeRect.maxY() < visibleRect.maxY() && exposeRect.height() > visibleRect.height())) {
height            137 Source/core/rendering/ScrollAlignment.cpp         y = exposeRect.maxY() - visibleRect.height();
height            139 Source/core/rendering/ScrollAlignment.cpp         y = exposeRect.y() + (exposeRect.height() - visibleRect.height()) / 2;
height            255 Source/core/rendering/TextAutosizer.cpp     int logicalWindowWidth = isHorizontalWritingMode(writingMode) ? windowInfo.windowSize.width() : windowInfo.windowSize.height();
height            256 Source/core/rendering/TextAutosizer.cpp     int logicalLayoutWidth = isHorizontalWritingMode(writingMode) ? windowInfo.minLayoutSize.width() : windowInfo.minLayoutSize.height();
height            690 Source/core/rendering/TextAutosizer.cpp         if (style->height().isSpecified() || style->maxHeight().isSpecified() || container->isOutOfFlowPositioned()) {
height            760 Source/core/rendering/compositing/CompositedLayerMapping.cpp             relativeCompositingBounds.height() ? (layerBounds.y() - relativeCompositingBounds.y() + transformOrigin.y()) / relativeCompositingBounds.height() : 0.5f,
height           1684 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setY(floatValueForLength(style->transformOriginY(), borderBox.height()));
height           1695 Source/core/rendering/compositing/CompositedLayerMapping.cpp     float boxHeight = borderBox.height();
height             54 Source/core/rendering/line/LineWidth.cpp     LayoutUnit height = m_block.logicalHeight();
height             56 Source/core/rendering/line/LineWidth.cpp     m_left = m_block.logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
height             57 Source/core/rendering/line/LineWidth.cpp     m_right = m_block.logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
height             64 Source/core/rendering/line/LineWidth.cpp     LayoutUnit height = m_block.logicalHeight();
height             65 Source/core/rendering/line/LineWidth.cpp     if (height < m_block.logicalTopForFloat(newFloat) || height >= m_block.logicalBottomForFloat(newFloat))
height             91 Source/core/rendering/shapes/PolygonShape.cpp         return FloatSize((edgeDelta.height() > 0 ? -1 : 1), 0);
height             92 Source/core/rendering/shapes/PolygonShape.cpp     if (!edgeDelta.height())
height             95 Source/core/rendering/shapes/PolygonShape.cpp     return FloatSize(-edgeDelta.height() / edgeLength, edgeDelta.width() / edgeLength);
height            128 Source/core/rendering/shapes/RasterShape.cpp     int maxShapeMarginInt = std::max(m_marginRectSize.width(), m_marginRectSize.height()) * sqrtf(2);
height             52 Source/core/rendering/shapes/RectangleShape.cpp     float boundsHeight = height() + shapeMargin() * 2;
height             59 Source/core/rendering/shapes/RectangleShape.h     float ry() const { return m_radii.height(); }
height             63 Source/core/rendering/shapes/RectangleShape.h     float height() const { return m_bounds.height(); }
height             51 Source/core/rendering/shapes/Shape.cpp     ASSERT(bounds.rect().width() >= 0 && bounds.rect().height() >= 0);
height             63 Source/core/rendering/shapes/Shape.cpp     ASSERT(radii.width() >= 0 && radii.height() >= 0);
height             64 Source/core/rendering/shapes/Shape.cpp     return adoptPtr(new RectangleShape(FloatRect(center.x() - radii.width(), center.y() - radii.height(), radii.width()*2, radii.height()*2), radii));
height             77 Source/core/rendering/shapes/Shape.cpp         return FloatRect(rect.y(), logicalBoxHeight - rect.maxX(), rect.height(), rect.width());
height            102 Source/core/rendering/shapes/Shape.cpp     float boxWidth = horizontalWritingMode ? logicalBoxSize.width().toFloat() : logicalBoxSize.height().toFloat();
height            103 Source/core/rendering/shapes/Shape.cpp     float boxHeight = horizontalWritingMode ? logicalBoxSize.height().toFloat() : logicalBoxSize.width().toFloat();
height            112 Source/core/rendering/shapes/Shape.cpp         FloatPoint logicalCenter = physicalPointToLogical(center, logicalBoxSize.height().toFloat(), writingMode);
height            123 Source/core/rendering/shapes/Shape.cpp         FloatPoint logicalCenter = physicalPointToLogical(center, logicalBoxSize.height().toFloat(), writingMode);
height            139 Source/core/rendering/shapes/Shape.cpp             (*vertices)[i / 2] = physicalPointToLogical(vertex, logicalBoxSize.height().toFloat(), writingMode);
height            152 Source/core/rendering/shapes/Shape.cpp         FloatRect logicalRect = physicalRectToLogical(rect, logicalBoxSize.height().toFloat(), writingMode);
height            181 Source/core/rendering/shapes/Shape.cpp     OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(marginRect.height(), -marginRect.y()));
height            192 Source/core/rendering/shapes/Shape.cpp         ASSERT(static_cast<unsigned>(imageRect.width() * imageRect.height() * 4) == pixelArray->length());
height            195 Source/core/rendering/shapes/Shape.cpp         int maxBufferY = std::min(imageRect.height(), marginRect.maxY() - imageRect.y());
height            220 Source/core/rendering/shapes/Shape.cpp     FloatRect rect(0, 0, roundedRect.rect().width(), roundedRect.rect().height());
height             80 Source/core/rendering/shapes/ShapeInfo.h     LayoutUnit shapeLogicalHeight() const { return computedShapeLogicalBoundingBox().height(); }
height             85 Source/core/rendering/shapes/ShapeInfo.h     LayoutUnit shapeContainingBlockHeight() const { return (m_renderer.style()->boxSizing() == CONTENT_BOX) ? (m_referenceBoxLogicalSize.height() + m_renderer.borderAndPaddingLogicalHeight()) : m_referenceBoxLogicalSize.height(); }
height             99 Source/core/rendering/style/BasicShapes.cpp         return floatValueForLength(m_radius.value(), hypotf(boxSize.width(), boxSize.height()) / sqrtf(2));
height            104 Source/core/rendering/style/BasicShapes.cpp         return std::min(std::min(center.x(), boxSize.width() - center.x()), std::min(center.y(), boxSize.height() - center.y()));
height            107 Source/core/rendering/style/BasicShapes.cpp     return std::max(std::max(center.x(), boxSize.width() - center.x()), std::max(center.y(), boxSize.height() - center.y()));
height            160 Source/core/rendering/style/BasicShapes.cpp     float radiusY = floatValueForRadiusInBox(m_radiusY, center.y(), boundingBox.height());
height            201 Source/core/rendering/style/BasicShapes.cpp         floatValueForLength(m_values.at(1), boundingBox.height()) + boundingBox.y()));
height            204 Source/core/rendering/style/BasicShapes.cpp             floatValueForLength(m_values.at(i + 1), boundingBox.height()) + boundingBox.y()));
height            243 Source/core/rendering/style/BasicShapes.cpp         floatValueForLength(lengthSize.height(), boundingBox.height()));
height            250 Source/core/rendering/style/BasicShapes.cpp     float top = floatValueForLength(m_top, boundingBox.height());
height            256 Source/core/rendering/style/BasicShapes.cpp             std::max<float>(boundingBox.height() - top - floatValueForLength(m_bottom, boundingBox.height()), 0)
height            389 Source/core/rendering/style/RenderStyle.cpp             || m_box->height() != other.m_box->height()
height            911 Source/core/rendering/style/RenderStyle.cpp             floatValueForLength(transformOriginY(), boundingBox.height()) + offsetY,
height            921 Source/core/rendering/style/RenderStyle.cpp             -floatValueForLength(transformOriginY(), boundingBox.height()) - offsetY,
height            940 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.topLeft().height(), size.height())),
height            942 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.topRight().height(), size.height())),
height            944 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.bottomLeft().height(), size.height())),
height            946 Source/core/rendering/style/RenderStyle.cpp             valueForLength(border.bottomRight().height(), size.height())));
height            996 Source/core/rendering/style/RenderStyle.cpp                borderRect.height() - topWidth - bottomWidth);
height           1650 Source/core/rendering/style/RenderStyle.cpp     radiiSum = radii.topLeft().height() + radii.bottomLeft().height();
height           1651 Source/core/rendering/style/RenderStyle.cpp     if (radiiSum > rect.height())
height           1652 Source/core/rendering/style/RenderStyle.cpp         factor = std::min(rect.height() / radiiSum, factor);
height           1655 Source/core/rendering/style/RenderStyle.cpp     radiiSum = radii.topRight().height() + radii.bottomRight().height();
height           1656 Source/core/rendering/style/RenderStyle.cpp     if (radiiSum > rect.height())
height           1657 Source/core/rendering/style/RenderStyle.cpp         factor = std::min(rect.height() / radiiSum, factor);
height            479 Source/core/rendering/style/RenderStyle.h     const Length& height() const { return m_box->height(); }
height            485 Source/core/rendering/style/RenderStyle.h     const Length& logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); }
height            486 Source/core/rendering/style/RenderStyle.h     const Length& logicalHeight() const { return isHorizontalWritingMode() ? height() : width(); }
height           1046 Source/core/rendering/style/RenderStyle.h         setBorderRadius(LengthSize(Length(s.width(), Fixed), Length(s.height(), Fixed)));
height             71 Source/core/rendering/style/ShadowList.cpp     rect.setHeight(rect.height() - shadowTop + shadowBottom);
height             47 Source/core/rendering/style/StyleBoxData.h     const Length& height() const { return m_height; }
height             53 Source/core/rendering/style/StyleGeneratedImage.cpp         LayoutUnit height = fixedSize.height() * multiplier;
height             59 Source/core/rendering/style/StyleGeneratedImage.cpp         if (fixedSize.height() > 0)
height             60 Source/core/rendering/style/StyleGeneratedImage.cpp             height = max<LayoutUnit>(1, height);
height             62 Source/core/rendering/style/StyleGeneratedImage.cpp         return LayoutSize(width, height);
height             73 Source/core/rendering/style/StyleGeneratedImage.cpp     intrinsicHeight = Length(size.height(), Fixed);
height             67 Source/core/rendering/svg/RenderSVGEllipse.cpp     if (m_radii.isZero() || m_radii.width() < 0 || m_radii.height() < 0)
height             70 Source/core/rendering/svg/RenderSVGEllipse.cpp     m_fillBoundingBox = FloatRect(m_center.x() - m_radii.width(), m_center.y() - m_radii.height(), 2 * m_radii.width(), 2 * m_radii.height());
height            132 Source/core/rendering/svg/RenderSVGEllipse.cpp     float yrYOuter = center.y() / (m_radii.height() + halfStrokeWidth);
height            137 Source/core/rendering/svg/RenderSVGEllipse.cpp     float yrYInner = center.y() / (m_radii.height() - halfStrokeWidth);
height            151 Source/core/rendering/svg/RenderSVGEllipse.cpp     float yrY = center.y() / m_radii.height();
height            113 Source/core/rendering/svg/RenderSVGForeignObject.cpp     computedValues.m_extent = static_cast<int>(roundf(m_viewport.height()));
height            138 Source/core/rendering/svg/RenderSVGForeignObject.cpp     m_viewport = FloatRect(viewportLocation, FloatSize(foreign->width()->currentValue()->value(lengthContext), foreign->height()->currentValue()->value(lengthContext)));
height             67 Source/core/rendering/svg/RenderSVGImage.cpp     m_objectBoundingBox = FloatRect(image->x()->currentValue()->value(lengthContext), image->y()->currentValue()->value(lengthContext), image->width()->currentValue()->value(lengthContext), image->height()->currentValue()->value(lengthContext));
height            166 Source/core/rendering/svg/RenderSVGImage.cpp     FloatRect srcRect(0, 0, image->width(), image->height());
height            120 Source/core/rendering/svg/RenderSVGInlineText.cpp         return LayoutRect(x, rect.y(), caretWidth, rect.height());
height            125 Source/core/rendering/svg/RenderSVGInlineText.cpp     return LayoutRect(x, rect.y(), caretWidth, rect.height());
height            187 Source/core/rendering/svg/RenderSVGInlineText.cpp             FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height);
height            192 Source/core/rendering/svg/RenderSVGInlineText.cpp                              powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
height             65 Source/core/rendering/svg/RenderSVGRect.cpp     FloatSize boundingBoxSize(rect->width()->currentValue()->value(lengthContext), rect->height()->currentValue()->value(lengthContext));
height             68 Source/core/rendering/svg/RenderSVGRect.cpp     if (boundingBoxSize.isZero() || boundingBoxSize.width() < 0 || boundingBoxSize.height() < 0)
height            133 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
height            244 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
height            338 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
height            372 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
height            108 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     scaledSize.scale(filterScale.width(), filterScale.height());
height            109 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     float scaledArea = scaledSize.width() * scaledSize.height();
height            182 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             filterElement->filterResY()->currentValue()->value() / filterData->boundaries.height());
height            195 Source/core/rendering/svg/RenderSVGResourceFilter.cpp         absoluteDrawingRegion.scale(filterScale.width(), filterScale.height());
height            203 Source/core/rendering/svg/RenderSVGResourceFilter.cpp         filterData->shearFreeAbsoluteTransform.scale(filterScale.width(), filterScale.height());
height            231 Source/core/rendering/svg/RenderSVGResourceFilter.cpp                 filterElement->filterResY()->currentValue()->value() / size.height());
height            236 Source/core/rendering/svg/RenderSVGResourceFilter.cpp             resizeMatrix.scale(1 / filterResScale.width(), 1 / filterResScale.height());
height             97 Source/core/rendering/svg/RenderSVGResourceGradient.cpp             gradientData->userspaceTransform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
height            171 Source/core/rendering/svg/RenderSVGResourceMarker.cpp     return marker->viewBoxToViewTransform(m_viewport.width(), m_viewport.height());
height            121 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height());
height            186 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         transform.scaleNonUniform(objectBoundingBox.width(), objectBoundingBox.height());
height            115 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     patternData->transform.scale(tileBoundaries.width() / tileImageSize.width(), tileBoundaries.height() / tileImageSize.height());
height            208 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundingBox, attributes.x(), attributes.y(), attributes.width(), attributes.height());
height            222 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     if (patternBoundaries.width() <= 0 || patternBoundaries.height() <= 0)
height            225 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternBoundaries.width(), patternBoundaries.height());
height            231 Source/core/rendering/svg/RenderSVGResourcePattern.cpp         tileImageTransform.scale(objectBoundingBox.width(), objectBoundingBox.height());
height            254 Source/core/rendering/svg/RenderSVGResourcePattern.cpp     tileImageContext->scale(FloatSize(unclampedImageSize.width() / absoluteTileBoundaries.width(), unclampedImageSize.height() / absoluteTileBoundaries.height()));
height            258 Source/core/rendering/svg/RenderSVGResourcePattern.cpp                                       clampedAbsoluteTileBoundaries.height() / tileBoundaries.height()));
height             87 Source/core/rendering/svg/RenderSVGRoot.cpp             intrinsicRatio = intrinsicSize.width() / static_cast<double>(intrinsicSize.height());
height             98 Source/core/rendering/svg/RenderSVGRoot.cpp         intrinsicRatio = intrinsicSize.width() / static_cast<double>(intrinsicSize.height());
height            167 Source/core/rendering/svg/RenderSVGRoot.cpp         return m_containerSize.height();
height            173 Source/core/rendering/svg/RenderSVGRoot.cpp         Length height = svg->intrinsicHeight(SVGSVGElement::IgnoreCSSProperties);
height            174 Source/core/rendering/svg/RenderSVGRoot.cpp         if (height.isPercent()) {
height            183 Source/core/rendering/svg/RenderSVGRoot.cpp         return resolveLengthAttributeForSVG(height, style()->effectiveZoom(), containingBlock()->availableLogicalHeight(IncludeMarginBorderPadding).toFloat());
height            342 Source/core/rendering/svg/RenderSVGRoot.cpp     m_localToBorderBoxTransform = AffineTransform(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding.height() + translate.y()) * m_localToBorderBoxTransform;
height            104 Source/core/rendering/svg/RenderSVGTransformableContainer.cpp     m_localTransform.translate(m_lastTranslation.width(), m_lastTranslation.height());
height             68 Source/core/rendering/svg/RenderSVGViewportContainer.cpp     m_viewport = FloatRect(svg->x()->currentValue()->value(lengthContext), svg->y()->currentValue()->value(lengthContext), svg->width()->currentValue()->value(lengthContext), svg->height()->currentValue()->value(lengthContext));
height            110 Source/core/rendering/svg/RenderSVGViewportContainer.cpp             m_viewport.setHeight(useElement->height()->currentValue()->value(lengthContext));
height            140 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         return svg->viewBoxToViewTransform(m_viewport.width(), m_viewport.height());
height            138 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
height            616 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatSize textSize(fragment.width, fragment.height);
height            765 Source/core/rendering/svg/SVGInlineTextBox.cpp         FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height);
height             40 Source/core/rendering/svg/SVGInlineTextBox.h     void setLogicalHeight(float height) { m_logicalHeight = height; }
height            108 Source/core/rendering/svg/SVGPathData.cpp     float height = rect->height()->currentValue()->value(lengthContext);
height            109 Source/core/rendering/svg/SVGPathData.cpp     if (height < 0)
height            111 Source/core/rendering/svg/SVGPathData.cpp     if (!width && !height)
height            125 Source/core/rendering/svg/SVGPathData.cpp         path.addRoundedRect(FloatRect(x, y, width, height), FloatSize(rx, ry));
height            129 Source/core/rendering/svg/SVGPathData.cpp     path.addRect(FloatRect(x, y, width, height));
height            349 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         writeNameValuePair(ts, "height", element.height()->currentValue()->value(lengthContext));
height            441 Source/core/rendering/svg/SVGRenderTreeAsText.cpp             ts << " height " << fragment.height;
height            291 Source/core/rendering/svg/SVGRenderingContext.cpp         IntSize bufferSize(static_cast<int>(ceil(expandedBoundingBox.width() * transform.xScale())), static_cast<int>(ceil(expandedBoundingBox.height() * transform.yScale())));
height            137 Source/core/rendering/svg/SVGRootInlineBox.cpp             textBox->setLogicalHeight(boxRect.height());
height            150 Source/core/rendering/svg/SVGRootInlineBox.cpp             flowBox->setLogicalHeight(boxRect.height());
height            178 Source/core/rendering/svg/SVGRootInlineBox.cpp     setLogicalHeight(childRect.height());
height            179 Source/core/rendering/svg/SVGRootInlineBox.cpp     setLineTopBottomPositions(0, boundingRect.height(), 0, boundingRect.height());
height             45 Source/core/rendering/svg/SVGRootInlineBox.h     void setLogicalHeight(float height) { m_logicalHeight = height; }
height             53 Source/core/rendering/svg/SVGTextChunk.cpp                 length += fragment.height;
height             64 Source/core/rendering/svg/SVGTextChunk.cpp                  length += fragment.y - (lastFragment->y + lastFragment->height);
height             37 Source/core/rendering/svg/SVGTextFragment.h         , height(0)
height             69 Source/core/rendering/svg/SVGTextFragment.h     float height;
height            126 Source/core/rendering/svg/SVGTextLayoutEngine.cpp     m_currentTextFragment.height = lastCharacterMetrics.height();
height            133 Source/core/rendering/svg/SVGTextLayoutEngine.cpp                 length += textMetricsValues.at(i).height();
height            134 Source/core/rendering/svg/SVGTextLayoutEngine.cpp             m_currentTextFragment.height = length;
height            283 Source/core/rendering/svg/SVGTextLayoutEngine.cpp                           , i, fragment.x, fragment.y, fragment.width, fragment.height, fragment.characterOffset, fragment.length, fragmentString.utf8().data());
height            377 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         if (logicalMetrics.isEmpty() || (!logicalMetrics.width() && !logicalMetrics.height())) {
height            217 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp         return metrics.height();
height            231 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp         return metrics.height();
height             50 Source/core/rendering/svg/SVGTextMetrics.h     float height() const { return m_height; }
height            257 Source/core/rendering/svg/SVGTextQuery.cpp     data->textLength += queryData->isVerticalText ? fragment.height : fragment.width;
height            296 Source/core/rendering/svg/SVGTextQuery.cpp     data->subStringLength += queryData->isVerticalText ? metrics.height() : metrics.width();
height            335 Source/core/rendering/svg/SVGTextQuery.cpp             data->startPosition.move(0, metrics.height());
height            383 Source/core/rendering/svg/SVGTextQuery.cpp         data->endPosition.move(0, metrics.height());
height            470 Source/core/rendering/svg/SVGTextQuery.cpp             extent.move(0, metrics.height());
height            476 Source/core/rendering/svg/SVGTextQuery.cpp     extent.setSize(FloatSize(metrics.width(), metrics.height()));
height             58 Source/core/svg/PatternAttributes.h     SVGLength* height() const { return m_height.get(); }
height            337 Source/core/svg/SVGAnimateMotionElement.cpp     return sqrtf(diff.width() * diff.width() + diff.height() * diff.height());
height             50 Source/core/svg/SVGFilterElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             50 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     static SVGAnimatedLength* height(SVGFilterPrimitiveStandardAttributes& object) { return object.height(); }
height             56 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             50 Source/core/svg/SVGFitToViewBox.cpp     if (!viewBoxRect.width() || !viewBoxRect.height())
height             53 Source/core/svg/SVGFitToViewBox.cpp     return preserveAspectRatio->getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), viewWidth, viewHeight);
height             61 Source/core/svg/SVGFitToViewBox.h             if (m_viewBox->baseValue()->height() < 0.0f) {
height             38 Source/core/svg/SVGForeignObjectElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             44 Source/core/svg/SVGImageElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             56 Source/core/svg/SVGLengthContext.cpp     RefPtr<SVGLength> height = passHeight;
height             61 Source/core/svg/SVGLengthContext.cpp         return FloatRect(x->value(lengthContext), y->value(lengthContext), width->value(lengthContext), height->value(lengthContext));
height             69 Source/core/svg/SVGLengthContext.cpp         height->value(lengthContext));
height            185 Source/core/svg/SVGLengthContext.cpp         return value / viewportSize.height() * 100;
height            206 Source/core/svg/SVGLengthContext.cpp         return value * viewportSize.height();
height             59 Source/core/svg/SVGLengthContext.h         return SVGLengthContext::resolveRectangle(context, type, viewport, context->x()->currentValue(), context->y()->currentValue(), context->width()->currentValue(), context->height()->currentValue());
height             62 Source/core/svg/SVGLengthContext.h     static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& viewport, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y, PassRefPtr<SVGLength> width, PassRefPtr<SVGLength> height);
height             41 Source/core/svg/SVGMaskElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height            420 Source/core/svg/SVGPathParser.cpp     FloatPoint transformedMidPoint = pointTransform.mapPoint(FloatPoint(midPointDistance.width(), midPointDistance.height()));
height            442 Source/core/svg/SVGPathParser.cpp     float d = delta.width() * delta.width() + delta.height() * delta.height();
height            452 Source/core/svg/SVGPathParser.cpp     centerPoint.move(-delta.height(), delta.width());
height            159 Source/core/svg/SVGPatternElement.cpp     if (!attributes.hasHeight() && element->height()->isSpecified())
height            160 Source/core/svg/SVGPatternElement.cpp         attributes.setHeight(element->height()->currentValue());
height             53 Source/core/svg/SVGPatternElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height            216 Source/core/svg/SVGPreserveAspectRatio.cpp     float origDestHeight = destRect.height();
height            221 Source/core/svg/SVGPreserveAspectRatio.cpp         float widthToHeightMultiplier = srcRect.height() / srcRect.width();
height            228 Source/core/svg/SVGPreserveAspectRatio.cpp                 destRect.setY(destRect.y() + origDestHeight / 2 - destRect.height() / 2);
height            233 Source/core/svg/SVGPreserveAspectRatio.cpp                 destRect.setY(destRect.y() + origDestHeight - destRect.height());
height            259 Source/core/svg/SVGPreserveAspectRatio.cpp         float widthToHeightMultiplier = srcRect.height() / srcRect.width();
height            263 Source/core/svg/SVGPreserveAspectRatio.cpp             srcRect.setHeight(destRect.height() * destToSrcMultiplier);
height            268 Source/core/svg/SVGPreserveAspectRatio.cpp                 srcRect.setY(srcRect.y() + imageSize.height() / 2 - srcRect.height() / 2);
height            273 Source/core/svg/SVGPreserveAspectRatio.cpp                 srcRect.setY(srcRect.y() + imageSize.height() - srcRect.height());
height            281 Source/core/svg/SVGPreserveAspectRatio.cpp             float destToSrcMultiplier = srcRect.height() / destRect.height();
height             76 Source/core/svg/SVGRect.cpp     float height = 0.0f;
height             77 Source/core/svg/SVGRect.cpp     bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y) && parseNumber(ptr, end, width) && parseNumber(ptr, end, height, false);
height             92 Source/core/svg/SVGRect.cpp     m_value = FloatRect(x, y, width, height);
height            129 Source/core/svg/SVGRect.cpp     builder.append(String::number(height()));
height            148 Source/core/svg/SVGRect.cpp     float animatedHeight = height();
height            152 Source/core/svg/SVGRect.cpp     animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->height(), toRect->height(), toAtEndOfDurationRect->height(), animatedHeight);
height             60 Source/core/svg/SVGRect.h     float height() const { return m_value.height(); }
height             38 Source/core/svg/SVGRectElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             54 Source/core/svg/SVGRectTearOff.h     float height() { return target()->height(); }
height            327 Source/core/svg/SVGSVGElement.cpp     if (r1.width() < 0 || r1.height() < 0 || r2.width() < 0 || r2.height() < 0)
height            480 Source/core/svg/SVGSVGElement.cpp         viewBoxTransform = viewBoxToViewTransform(size.width(), size.height());
height            514 Source/core/svg/SVGSVGElement.cpp                 transform.translate(-scrollOffset.width(), -scrollOffset.height());
height            642 Source/core/svg/SVGSVGElement.cpp         return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
height            646 Source/core/svg/SVGSVGElement.cpp     return FloatSize(viewportRect.width(), viewportRect.height());
height            722 Source/core/svg/SVGSVGElement.cpp     return renderer()->style()->height();
height            131 Source/core/svg/SVGSVGElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height             67 Source/core/svg/SVGTransformDistance.cpp         m_cy = centerDistance.height();
height             72 Source/core/svg/SVGTransformDistance.cpp         m_transform.translate(translationDistance.width(), translationDistance.height());
height             77 Source/core/svg/SVGTransformDistance.cpp         float scaleY = toSVGTransform->scale().height() - fromSVGTransform->scale().height();
height            141 Source/core/svg/SVGTransformDistance.cpp         transform->setScale(scale.width(), scale.height());
height            176 Source/core/svg/SVGTransformDistance.cpp         newTransform->setScale(scale.width(), scale.height());
height             54 Source/core/svg/SVGUseElement.h     SVGAnimatedLength* height() const { return m_height.get(); }
height            128 Source/core/svg/SVGViewSpec.cpp                 float height = 0.0f;
height            129 Source/core/svg/SVGViewSpec.cpp                 if (!(parseNumber(ptr, end, x) && parseNumber(ptr, end, y) && parseNumber(ptr, end, width) && parseNumber(ptr, end, height, false)))
height            131 Source/core/svg/SVGViewSpec.cpp                 updateViewBox(FloatRect(x, y, width, height));
height            170 Source/core/svg/graphics/SVGImage.cpp         return IntSize(static_cast<int>(ceilf(currentSize.width())), static_cast<int>(ceilf(currentSize.height())));
height            193 Source/core/svg/graphics/SVGImage.cpp     adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.height() / containerSize.height());
height            225 Source/core/svg/graphics/SVGImage.cpp     ASSERT(imageBufferScale.height());
height            227 Source/core/svg/graphics/SVGImage.cpp     FloatSize scaleWithoutCTM(scale.width() / imageBufferScale.width(), scale.height() / imageBufferScale.height());
height            230 Source/core/svg/graphics/SVGImage.cpp     imageBufferSize.scale(imageBufferScale.width(), imageBufferScale.height());
height            241 Source/core/svg/graphics/SVGImage.cpp     scaledSrcRect.scale(imageBufferScale.width(), imageBufferScale.height());
height            264 Source/core/svg/graphics/SVGImage.cpp     FloatSize scale(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height());
height            268 Source/core/svg/graphics/SVGImage.cpp     FloatSize topLeftOffset(srcRect.location().x() * scale.width(), srcRect.location().y() * scale.height());
height            178 Source/core/svg/graphics/filters/SVGFEImage.cpp     ts << " image-size=\"" << imageSize.width() << "x" << imageSize.height() << "\"]\n";
height             47 Source/core/svg/graphics/filters/SVGFilter.cpp         value *= m_targetBoundingBox.height();
height            305 Source/core/testing/InternalSettings.cpp void InternalSettings::setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState& exceptionState)
height            308 Source/core/testing/InternalSettings.cpp     settings()->setTextAutosizingWindowSizeOverride(IntSize(width, height));
height            102 Source/core/testing/InternalSettings.h     void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&);
height            954 Source/core/testing/Internals.cpp     builder.append(String::number(constraints.layoutSize.height()));
height           1130 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMPoint> Internals::touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState)
height           1139 Source/core/testing/Internals.cpp     IntSize radius(width / 2, height / 2);
height           1140 Source/core/testing/Internals.cpp     IntPoint point(x + radius.width(), y + radius.height());
height           1152 Source/core/testing/Internals.cpp Node* Internals::touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState)
height           1161 Source/core/testing/Internals.cpp     IntSize radius(width / 2, height / 2);
height           1162 Source/core/testing/Internals.cpp     IntPoint point(x + radius.width(), y + radius.height());
height           1170 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<DOMPoint> Internals::touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState)
height           1179 Source/core/testing/Internals.cpp     IntSize radius(width / 2, height / 2);
height           1180 Source/core/testing/Internals.cpp     IntPoint point(x + radius.width(), y + radius.height());
height           1192 Source/core/testing/Internals.cpp Node* Internals::touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState)
height           1201 Source/core/testing/Internals.cpp     IntSize radius(width / 2, height / 2);
height           1202 Source/core/testing/Internals.cpp     IntPoint point(x + radius.width(), y + radius.height());
height           1210 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document* document, ExceptionState& exceptionState)
height           1219 Source/core/testing/Internals.cpp     IntSize radius(width / 2, height / 2);
height           1220 Source/core/testing/Internals.cpp     IntPoint point(x + radius.width(), y + radius.height());
height           1363 Source/core/testing/Internals.cpp                 if (rects[i].y == rects[j].y && rects[i].height == rects[j].height) {
height           1375 Source/core/testing/Internals.cpp                     if (rects[i].y + rects[i].height == rects[j].y) {
height           1376 Source/core/testing/Internals.cpp                         rects[i].height += rects[j].height;
height           1379 Source/core/testing/Internals.cpp                     } else if (rects[i].y == rects[j].y + rects[j].height) {
height           1381 Source/core/testing/Internals.cpp                         rects[i].height += rects[j].height;
height           2005 Source/core/testing/Internals.cpp String Internals::pageSizeAndMarginsInPixels(int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft, ExceptionState& exceptionState) const
height           2012 Source/core/testing/Internals.cpp     return PrintContext::pageSizeAndMarginsInPixels(frame(), pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
height           2240 Source/core/testing/Internals.cpp         result.appendNumber(size.height());
height            174 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<DOMPoint> touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
height            175 Source/core/testing/Internals.h     Node* touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionState&);
height            176 Source/core/testing/Internals.h     PassRefPtrWillBeRawPtr<DOMPoint> touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
height            177 Source/core/testing/Internals.h     Node* touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document*, ExceptionState&);
height            178 Source/core/testing/Internals.h     PassRefPtr<ClientRect> bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document*, ExceptionState&);
height             81 Source/modules/imagebitmap/ImageBitmapFactories.cpp     return createImageBitmap(eventTarget, image, 0, 0, s.width(), s.height(), exceptionState);
height            120 Source/modules/imagebitmap/ImageBitmapFactories.cpp     return createImageBitmap(eventTarget, video, 0, 0, s.width(), s.height(), exceptionState);
height            172 Source/modules/imagebitmap/ImageBitmapFactories.cpp     return createImageBitmap(eventTarget, canvas, 0, 0, canvas->width(), canvas->height(), exceptionState);
height            231 Source/modules/imagebitmap/ImageBitmapFactories.cpp     return createImageBitmap(eventTarget, data, 0, 0, data->width(), data->height(), exceptionState);
height            250 Source/modules/imagebitmap/ImageBitmapFactories.cpp     return createImageBitmap(eventTarget, bitmap, 0, 0, bitmap->width(), bitmap->height(), exceptionState);
height            341 Source/modules/imagebitmap/ImageBitmapFactories.cpp     if (!image->width() || !image->height()) {
height            345 Source/modules/imagebitmap/ImageBitmapFactories.cpp     if (!m_cropRect.width() && !m_cropRect.height()) {
height             92 Source/platform/DragImage.cpp             if (!skBitmap.allocN32Pixels(sizeRespectingOrientation.width(), sizeRespectingOrientation.height()))
height            148 Source/platform/DragImage.cpp     IntSize imageSize(labelSize.width() + kDragLabelBorderX * 2, labelSize.height() + kDragLabelBorderY * 2);
height            153 Source/platform/DragImage.cpp         imageSize.setHeight(imageSize.height() + urlStringSize.height());
height            180 Source/platform/DragImage.cpp         IntPoint textPos(kDragLabelBorderX, imageSize.height() - (kLabelBorderYOffset + urlFont.fontMetrics().descent()));
height            224 Source/platform/DragImage.cpp     if (srcSize.height() > maxSize.height()) {
height            225 Source/platform/DragImage.cpp         heightResizeRatio = maxSize.height() / static_cast<float>(srcSize.height());
height            238 Source/platform/DragImage.cpp     float scaleY = srcSize.height() / static_cast<float>(originalSize.height());
height            250 Source/platform/DragImage.cpp     int imageHeight = scaleY * m_bitmap.height();
height            260 Source/platform/DragImage.cpp     for (int row = 0; row < m_bitmap.height(); ++row) {
height             48 Source/platform/DragImage.h     IntSize size() const { return IntSize(m_bitmap.width(), m_bitmap.height()); }
height             66 Source/platform/DragImageTest.cpp         EXPECT_TRUE(bitmap.allocN32Pixels(size.width(), size.height()));
height            121 Source/platform/DragImageTest.cpp     EXPECT_EQ(1, size.height());
height            129 Source/platform/LengthFunctions.cpp     return FloatSize(floatValueForLength(lengthSize.width(), boxSize.width()), floatValueForLength(lengthSize.height(), boxSize.height()));
height             34 Source/platform/LengthSize.h     LengthSize(Length width, Length height)
height             36 Source/platform/LengthSize.h         , m_height(height)
height             48 Source/platform/LengthSize.h     void setHeight(Length height) { m_height = height; }
height             49 Source/platform/LengthSize.h     Length height() const { return m_height; }
height             52 Source/platform/OverscrollTheme.cpp         IntRect(m_overhangShadow->width() / 2, m_overhangShadow->height() / 2, 1, 1));
height             62 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->position().y()) -  m_overhangShadow->height() / 2,
height             64 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->size().height()) + m_overhangShadow->height() - 1);
height             58 Source/platform/Widget.h     int height() const { return frameRect().height(); }
height             64 Source/platform/Widget.h     IntRect boundsRect() const { return IntRect(0, 0, width(),  height()); }
height             68 Source/platform/Widget.h     void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
height             75 Source/platform/exported/WebImageSkia.cpp         const int frameArea = frameSize.width() * frameSize.height();
height             76 Source/platform/exported/WebImageSkia.cpp         if (frameArea < (desiredSize.width * desiredSize.height))
height            151 Source/platform/exported/WebImageSkia.cpp     return WebSize(m_bitmap.width(), m_bitmap.height());
height             64 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return size().height();
height             50 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual int height() const OVERRIDE;
height            606 Source/platform/fonts/Font.cpp     return markFontData->fontMetrics().height();
height             93 Source/platform/fonts/FontMetrics.h         return height() - height() / 2;
height            100 Source/platform/fonts/FontMetrics.h         return height() / 2;
height            103 Source/platform/fonts/FontMetrics.h     int height(FontBaseline baselineType = AlphabeticBaseline) const
height             58 Source/platform/fonts/GlyphBuffer.h     CGFloat height() const { return this->CGSize::height; }
height            165 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp         y += SkFloatToScalar(adv[i].height());
height            242 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp                                             const FloatPoint& point, int height,
height            248 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp     return shaper.selectionRect(point, height, from, to);
height             84 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     extents->height = floatToHarfBuzzPosition(cgRect.size.height);
height            144 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp GlyphBufferAdvance HarfBuzzShaper::createGlyphBufferAdvance(float width, float height)
height            146 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     return CGSizeMake(width, height);
height             84 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp         extents->height = SkiaScalarToHarfBuzzPosition(-skBounds.height());
height            238 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp GlyphBufferAdvance HarfBuzzShaper::createGlyphBufferAdvance(float width, float height)
height            240 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     return GlyphBufferAdvance(width, height);
height           1070 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp FloatRect HarfBuzzShaper::selectionRect(const FloatPoint& point, int height, int from, int to)
height           1110 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         return FloatRect(floorf(point.x() + fromX), point.y(), roundf(toX - fromX), height);
height           1111 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     return FloatRect(floorf(point.x() + toX), point.y(), roundf(fromX - toX), height);
height             65 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h     FloatRect selectionRect(const FloatPoint&, int height, int from, int to);
height            557 Source/platform/fonts/mac/ComplexTextController.cpp             CGSize advance = treatAsSpace ? CGSizeMake(spaceWidth, advances[i].height) : advances[i];
height            648 Source/platform/fonts/mac/ComplexTextController.cpp             advance.height *= -1;
height            659 Source/platform/fonts/mac/ComplexTextController.cpp             glyphOrigin.y += advance.height;
height            130 Source/platform/fonts/mac/FontMac.cpp         y += SkFloatToScalar(adv[i].height());
height            510 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     return font->fontMetrics().height();
height             78 Source/platform/geometry/FloatPoint.cpp     m_y += size.height();
height             58 Source/platform/geometry/FloatPoint.h     explicit FloatPoint(const FloatSize& size) : m_x(size.width()), m_y(size.height()) { }
height             82 Source/platform/geometry/FloatPoint.h         m_y += a.height();
height             88 Source/platform/geometry/FloatPoint.h         m_y += a.height();
height            149 Source/platform/geometry/FloatPoint.h     a.move(b.width(), b.height());
height            161 Source/platform/geometry/FloatPoint.h     a.move(-b.width(), -b.height());
height            167 Source/platform/geometry/FloatPoint.h     return FloatPoint(a.x() + b.width(), a.y() + b.height());
height            182 Source/platform/geometry/FloatPoint.h     return FloatPoint(a.x() - b.width(), a.y() - b.height());
height             39 Source/platform/geometry/FloatPolygon.cpp     return a.width() * b.height() - a.height() * b.width();
height             53 Source/platform/geometry/FloatQuad.cpp     return a.width() * b.width() + a.height() * b.height();
height             58 Source/platform/geometry/FloatQuad.cpp     return a.width() * b.height() - a.height() * b.width();
height            133 Source/platform/geometry/FloatQuad.cpp     if (vector.height() >= 0)
height            223 Source/platform/geometry/FloatQuad.cpp     transformedQuad.scale(radii.height(), radii.width());
height            226 Source/platform/geometry/FloatQuad.cpp     return transformedQuad.intersectsCircle(originPoint, radii.height() * radii.width());
height            156 Source/platform/geometry/FloatQuad.h     a.move(-b.width(), -b.height());
height             49 Source/platform/geometry/FloatRect.cpp FloatRect::FloatRect(const SkRect& r) : m_location(r.fLeft, r.fTop), m_size(r.width(), r.height())
height             53 Source/platform/geometry/FloatRect.cpp FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height)
height             55 Source/platform/geometry/FloatRect.cpp     return FloatRect(narrowPrecisionToFloat(x), narrowPrecisionToFloat(y), narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
height             61 Source/platform/geometry/FloatRect.cpp         && isWithinIntRange(width()) && isWithinIntRange(height())
height            155 Source/platform/geometry/FloatRect.cpp     m_size.setHeight(height() * sy);
height            259 Source/platform/geometry/FloatRect.cpp     if (!srcRect.width() || !srcRect.height())
height            263 Source/platform/geometry/FloatRect.cpp     float heightScale = destRect.height() / srcRect.height();
height            266 Source/platform/geometry/FloatRect.cpp         r.width() * widthScale, r.height() * heightScale);
height             59 Source/platform/geometry/FloatRect.h     FloatRect(float x, float y, float width, float height)
height             60 Source/platform/geometry/FloatRect.h         : m_location(FloatPoint(x, y)), m_size(FloatSize(width, height)) { }
height             65 Source/platform/geometry/FloatRect.h     static FloatRect narrowPrecision(double x, double y, double width, double height);
height             76 Source/platform/geometry/FloatRect.h     float maxY() const { return y() + height(); }
height             78 Source/platform/geometry/FloatRect.h     float height() const { return m_size.height(); }
height             83 Source/platform/geometry/FloatRect.h     void setHeight(float height) { m_size.setHeight(height); }
height             89 Source/platform/geometry/FloatRect.h     FloatPoint center() const { return FloatPoint(x() + width() / 2, y() + height() / 2); }
height            115 Source/platform/geometry/FloatRect.h         setHeight(std::max(0.0f, height() - delta));
height            120 Source/platform/geometry/FloatRect.h         setHeight(std::max(0.0f, height() + delta));
height            125 Source/platform/geometry/FloatRect.h     FloatPoint minXMaxYCorner() const { return FloatPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
height            126 Source/platform/geometry/FloatRect.h     FloatPoint maxXMaxYCorner() const { return FloatPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
height            153 Source/platform/geometry/FloatRect.h         m_size.setHeight(m_size.height() + dy + dy);
height            209 Source/platform/geometry/FloatRect.h     a.setHeight(a.height() + b.height());
height             37 Source/platform/geometry/FloatRoundedRect.cpp FloatRoundedRect::FloatRoundedRect(float x, float y, float width, float height)
height             38 Source/platform/geometry/FloatRoundedRect.cpp     : m_rect(x, y, width, height)
height             66 Source/platform/geometry/FloatRoundedRect.cpp     if (!m_topLeft.width() || !m_topLeft.height())
height             69 Source/platform/geometry/FloatRoundedRect.cpp     if (!m_topRight.width() || !m_topRight.height())
height             72 Source/platform/geometry/FloatRoundedRect.cpp     if (!m_bottomLeft.width() || !m_bottomLeft.height())
height             75 Source/platform/geometry/FloatRoundedRect.cpp     if (!m_bottomRight.width() || !m_bottomRight.height())
height             82 Source/platform/geometry/FloatRoundedRect.cpp     if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
height             84 Source/platform/geometry/FloatRoundedRect.cpp         m_topLeft.setHeight(std::max<float>(0, m_topLeft.height() + topWidth));
height             86 Source/platform/geometry/FloatRoundedRect.cpp     if (m_topRight.width() > 0 && m_topRight.height() > 0) {
height             88 Source/platform/geometry/FloatRoundedRect.cpp         m_topRight.setHeight(std::max<float>(0, m_topRight.height() + topWidth));
height             90 Source/platform/geometry/FloatRoundedRect.cpp     if (m_bottomLeft.width() > 0 && m_bottomLeft.height() > 0) {
height             92 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomLeft.setHeight(std::max<float>(0, m_bottomLeft.height() + bottomWidth));
height             94 Source/platform/geometry/FloatRoundedRect.cpp     if (m_bottomRight.width() > 0 && m_bottomRight.height() > 0) {
height             96 Source/platform/geometry/FloatRoundedRect.cpp         m_bottomRight.setHeight(std::max<float>(0, m_bottomRight.height() + bottomWidth));
height            102 Source/platform/geometry/FloatRoundedRect.cpp     ASSERT(cornerRect.height() > 0);
height            103 Source/platform/geometry/FloatRoundedRect.cpp     return cornerRect.width() * sqrt(1 - (y * y) / (cornerRect.height() * cornerRect.height()));
height             85 Source/platform/geometry/FloatRoundedRect.h     FloatRoundedRect(float x, float y, float width, float height);
height            103 Source/platform/geometry/FloatRoundedRect.h         return FloatRect(m_rect.x(), m_rect.y(), m_radii.topLeft().width(), m_radii.topLeft().height());
height            107 Source/platform/geometry/FloatRoundedRect.h         return FloatRect(m_rect.maxX() - m_radii.topRight().width(), m_rect.y(), m_radii.topRight().width(), m_radii.topRight().height());
height            111 Source/platform/geometry/FloatRoundedRect.h         return FloatRect(m_rect.x(), m_rect.maxY() - m_radii.bottomLeft().height(), m_radii.bottomLeft().width(), m_radii.bottomLeft().height());
height            115 Source/platform/geometry/FloatRoundedRect.h         return FloatRect(m_rect.maxX() - m_radii.bottomRight().width(), m_rect.maxY() - m_radii.bottomRight().height(), m_radii.bottomRight().width(), m_radii.bottomRight().height());
height             44 Source/platform/geometry/FloatRoundedRectTest.cpp         << size.height() << ")";
height             53 Source/platform/geometry/FloatRoundedRectTest.cpp         << rect.height() << ")";
height             42 Source/platform/geometry/FloatSize.cpp     , m_height(size.height().toFloat())
height             61 Source/platform/geometry/FloatSize.cpp FloatSize FloatSize::narrowPrecision(double width, double height)
height             63 Source/platform/geometry/FloatSize.cpp     return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
height             50 Source/platform/geometry/FloatSize.h     FloatSize(float width, float height) : m_width(width), m_height(height) { }
height             51 Source/platform/geometry/FloatSize.h     FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
height             54 Source/platform/geometry/FloatSize.h     static FloatSize narrowPrecision(double width, double height);
height             57 Source/platform/geometry/FloatSize.h     float height() const { return m_height; }
height             60 Source/platform/geometry/FloatSize.h     void setHeight(float height) { m_height = height; }
height             68 Source/platform/geometry/FloatSize.h     void expand(float width, float height)
height             71 Source/platform/geometry/FloatSize.h         m_height += height;
height            121 Source/platform/geometry/FloatSize.h     a.setHeight(a.height() + b.height());
height            128 Source/platform/geometry/FloatSize.h     a.setHeight(a.height() - b.height());
height            134 Source/platform/geometry/FloatSize.h     return FloatSize(a.width() + b.width(), a.height() + b.height());
height            139 Source/platform/geometry/FloatSize.h     return FloatSize(a.width() - b.width(), a.height() - b.height());
height            144 Source/platform/geometry/FloatSize.h     return FloatSize(-size.width(), -size.height());
height            149 Source/platform/geometry/FloatSize.h     return FloatSize(a.width() * b, a.height() * b);
height            154 Source/platform/geometry/FloatSize.h     return FloatSize(a * b.width(), a * b.height());
height            159 Source/platform/geometry/FloatSize.h     return a.width() == b.width() && a.height() == b.height();
height            164 Source/platform/geometry/FloatSize.h     return a.width() != b.width() || a.height() != b.height();
height            169 Source/platform/geometry/FloatSize.h     return IntSize(clampToInteger(roundf(p.width())), clampToInteger(roundf(p.height())));
height            174 Source/platform/geometry/FloatSize.h     return IntSize(clampToInteger(floorf(p.width())), clampToInteger(floorf(p.height())));
height            179 Source/platform/geometry/FloatSize.h     return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height())));
height            184 Source/platform/geometry/FloatSize.h     return IntPoint(clampToInteger(floorf(p.width())), clampToInteger(floorf(p.height())));
height             47 Source/platform/geometry/IntPoint.h     explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
height             57 Source/platform/geometry/IntPoint.h     void move(const IntSize& s) { move(s.width(), s.height()); }
height            106 Source/platform/geometry/IntPoint.h     a.move(b.width(), b.height());
height            112 Source/platform/geometry/IntPoint.h     a.move(-b.width(), -b.height());
height            118 Source/platform/geometry/IntPoint.h     return IntPoint(a.x() + b.width(), a.y() + b.height());
height            133 Source/platform/geometry/IntPoint.h     return IntPoint(a.x() - b.width(), a.y() - b.height());
height             39 Source/platform/geometry/IntRect.cpp     , m_size(clampToInteger(r.width()), clampToInteger(r.height()))
height             45 Source/platform/geometry/IntRect.cpp     , m_size(r.width(), r.height())
height            108 Source/platform/geometry/IntRect.cpp     if (!other.width() && !other.height())
height            110 Source/platform/geometry/IntRect.cpp     if (!width() && !height()) {
height            131 Source/platform/geometry/IntRect.cpp     m_size.setHeight((int)(height() * s));
height             55 Source/platform/geometry/IntRect.h     IntRect(int x, int y, int width, int height)
height             56 Source/platform/geometry/IntRect.h         : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
height             70 Source/platform/geometry/IntRect.h     int maxY() const { return y() + height(); }
height             72 Source/platform/geometry/IntRect.h     int height() const { return m_size.height(); }
height             77 Source/platform/geometry/IntRect.h     void setHeight(int height) { m_size.setHeight(height); }
height             83 Source/platform/geometry/IntRect.h     IntPoint center() const { return IntPoint(x() + width() / 2, y() + height() / 2); }
height            109 Source/platform/geometry/IntRect.h         setHeight(std::max(0, height() - delta));
height            114 Source/platform/geometry/IntRect.h         setHeight(std::max(0, height() + delta));
height            119 Source/platform/geometry/IntRect.h     IntPoint minXMaxYCorner() const { return IntPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
height            120 Source/platform/geometry/IntRect.h     IntPoint maxXMaxYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
height            143 Source/platform/geometry/IntRect.h         m_size.setHeight(m_size.height() + dy + dy);
height             45 Source/platform/geometry/IntSize.h     IntSize(int width, int height) : m_width(width), m_height(height) { }
height             48 Source/platform/geometry/IntSize.h     int height() const { return m_height; }
height             51 Source/platform/geometry/IntSize.h     void setHeight(int height) { m_height = height; }
height             58 Source/platform/geometry/IntSize.h     void expand(int width, int height)
height             61 Source/platform/geometry/IntSize.h         m_height += height;
height             96 Source/platform/geometry/IntSize.h         if (m_height < minimumSize.height())
height             97 Source/platform/geometry/IntSize.h             m_height = minimumSize.height();
height            132 Source/platform/geometry/IntSize.h     a.setHeight(a.height() + b.height());
height            139 Source/platform/geometry/IntSize.h     a.setHeight(a.height() - b.height());
height            145 Source/platform/geometry/IntSize.h     return IntSize(a.width() + b.width(), a.height() + b.height());
height            150 Source/platform/geometry/IntSize.h     return IntSize(a.width() - b.width(), a.height() - b.height());
height            155 Source/platform/geometry/IntSize.h     return IntSize(-size.width(), -size.height());
height            160 Source/platform/geometry/IntSize.h     return a.width() == b.width() && a.height() == b.height();
height            165 Source/platform/geometry/IntSize.h     return a.width() != b.width() || a.height() != b.height();
height             30 Source/platform/geometry/IntSizeHash.h     static unsigned hash(const WebCore::IntSize& key) { return pairIntHash(key.width(), key.height()); }
height             43 Source/platform/geometry/IntSizeHash.h     static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; }
height             46 Source/platform/geometry/LayoutPoint.h     explicit LayoutPoint(const LayoutSize& size) : m_x(size.width()), m_y(size.height()) { }
height             56 Source/platform/geometry/LayoutPoint.h     void move(const LayoutSize& s) { move(s.width(), s.height()); }
height             91 Source/platform/geometry/LayoutPoint.h     a.move(b.width(), b.height());
height             97 Source/platform/geometry/LayoutPoint.h     a.move(-b.width(), -b.height());
height            103 Source/platform/geometry/LayoutPoint.h     return LayoutPoint(a.x() + b.width(), a.y() + b.height());
height            118 Source/platform/geometry/LayoutPoint.h     return LayoutPoint(a.x() - b.width(), a.y() - b.height());
height            138 Source/platform/geometry/LayoutPoint.h     return LayoutPoint(size.width(), size.height());
height            143 Source/platform/geometry/LayoutPoint.h     return LayoutPoint(p.width(), p.height());
height            163 Source/platform/geometry/LayoutPoint.h     return IntPoint(size.width().round(), size.height().round());
height            183 Source/platform/geometry/LayoutPoint.h     return IntSize(snapSizeToPixel(s.width(), p.x()), snapSizeToPixel(s.height(), p.y()));
height             95 Source/platform/geometry/LayoutRect.cpp     if (!other.width() && !other.height())
height             97 Source/platform/geometry/LayoutRect.cpp     if (!width() && !height()) {
height             48 Source/platform/geometry/LayoutRect.h     LayoutRect(LayoutUnit x, LayoutUnit y, LayoutUnit width, LayoutUnit height)
height             49 Source/platform/geometry/LayoutRect.h         : m_location(LayoutPoint(x, y)), m_size(LayoutSize(width, height)) { }
height             60 Source/platform/geometry/LayoutRect.h     IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
height             68 Source/platform/geometry/LayoutRect.h     LayoutUnit maxY() const { return y() + height(); }
height             70 Source/platform/geometry/LayoutRect.h     LayoutUnit height() const { return m_size.height(); }
height             75 Source/platform/geometry/LayoutRect.h     int pixelSnappedHeight() const { return snapSizeToPixel(height(), y()); }
height             77 Source/platform/geometry/LayoutRect.h     int pixelSnappedMaxY() const { return (m_location.y() + m_size.height()).round(); }
height             82 Source/platform/geometry/LayoutRect.h     void setHeight(LayoutUnit height) { m_size.setHeight(height); }
height             88 Source/platform/geometry/LayoutRect.h     LayoutPoint center() const { return LayoutPoint(x() + width() / 2, y() + height() / 2); }
height            124 Source/platform/geometry/LayoutRect.h         setHeight(std::max<LayoutUnit>(0, height() - delta));
height            129 Source/platform/geometry/LayoutRect.h         setHeight(std::max<LayoutUnit>(0, height() + delta));
height            134 Source/platform/geometry/LayoutRect.h     LayoutPoint minXMaxYCorner() const { return LayoutPoint(m_location.x(), m_location.y() + m_size.height()); } // typically bottomLeft
height            135 Source/platform/geometry/LayoutRect.h     LayoutPoint maxXMaxYCorner() const { return LayoutPoint(m_location.x() + m_size.width(), m_location.y() + m_size.height()); } // typically bottomRight
height            158 Source/platform/geometry/LayoutRect.h         m_size.setHeight(m_size.height() + dy + dy);
height            207 Source/platform/geometry/LayoutRect.h         snapSizeToPixel(rect.height(), rect.y())));
height            213 Source/platform/geometry/LayoutRect.h inline IntRect pixelSnappedIntRect(LayoutUnit left, LayoutUnit top, LayoutUnit width, LayoutUnit height)
height            215 Source/platform/geometry/LayoutRect.h     return IntRect(left.round(), top.round(), snapSizeToPixel(width, left), snapSizeToPixel(height, top));
height             50 Source/platform/geometry/LayoutSize.h     LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
height             51 Source/platform/geometry/LayoutSize.h     LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { }
height             53 Source/platform/geometry/LayoutSize.h     explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { }
height             56 Source/platform/geometry/LayoutSize.h     LayoutUnit height() const { return m_height; }
height             59 Source/platform/geometry/LayoutSize.h     void setHeight(LayoutUnit height) { m_height = height; }
height             66 Source/platform/geometry/LayoutSize.h     void expand(LayoutUnit width, LayoutUnit height)
height             69 Source/platform/geometry/LayoutSize.h         m_height += height;
height             72 Source/platform/geometry/LayoutSize.h     void shrink(LayoutUnit width, LayoutUnit height)
height             75 Source/platform/geometry/LayoutSize.h         m_height -= height;
height            111 Source/platform/geometry/LayoutSize.h         if (m_height < minimumSize.height())
height            112 Source/platform/geometry/LayoutSize.h             m_height = minimumSize.height();
height            122 Source/platform/geometry/LayoutSize.h         float heightScale = height().toFloat() / aspectRatio.height().toFloat();
height            125 Source/platform/geometry/LayoutSize.h             return LayoutSize(height() * aspectRatio.width() / aspectRatio.height(), height());
height            126 Source/platform/geometry/LayoutSize.h         return LayoutSize(width(), width() * aspectRatio.height() / aspectRatio.width());
height            141 Source/platform/geometry/LayoutSize.h     a.setHeight(a.height() + b.height());
height            148 Source/platform/geometry/LayoutSize.h     a.setHeight(a.height() - b.height());
height            154 Source/platform/geometry/LayoutSize.h     return LayoutSize(a.width() + b.width(), a.height() + b.height());
height            159 Source/platform/geometry/LayoutSize.h     return LayoutSize(a.width() - b.width(), a.height() - b.height());
height            164 Source/platform/geometry/LayoutSize.h     return LayoutSize(-size.width(), -size.height());
height            169 Source/platform/geometry/LayoutSize.h     return a.width() == b.width() && a.height() == b.height();
height            174 Source/platform/geometry/LayoutSize.h     return a.width() != b.width() || a.height() != b.height();
height            179 Source/platform/geometry/LayoutSize.h     return IntSize(s.width().floor(), s.height().floor());
height            184 Source/platform/geometry/LayoutSize.h     return IntSize(s.width().round(), s.height().round());
height             55 Source/platform/geometry/Region.cpp         int height = (span + 1)->y - y;
height             61 Source/platform/geometry/Region.cpp             rects.append(IntRect(x, y, width, height));
height            120 Source/platform/geometry/Region.cpp         totalArea += (rect.width() * rect.height());
height            376 Source/platform/geometry/Region.cpp         m_spans[i].y += offset.height();
height            547 Source/platform/geometry/Region.cpp     printf("Bounds: (%d, %d, %d, %d)\n", m_bounds.x(), m_bounds.y(), m_bounds.width(), m_bounds.height());
height             50 Source/platform/geometry/RoundedRect.cpp     if (!m_topLeft.width() || !m_topLeft.height())
height             53 Source/platform/geometry/RoundedRect.cpp     if (!m_topRight.width() || !m_topRight.height())
height             56 Source/platform/geometry/RoundedRect.cpp     if (!m_bottomLeft.width() || !m_bottomLeft.height())
height             59 Source/platform/geometry/RoundedRect.cpp     if (!m_bottomRight.width() || !m_bottomRight.height())
height             66 Source/platform/geometry/RoundedRect.cpp     if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
height             68 Source/platform/geometry/RoundedRect.cpp         m_topLeft.setHeight(max<int>(0, m_topLeft.height() + topWidth));
height             70 Source/platform/geometry/RoundedRect.cpp     if (m_topRight.width() > 0 && m_topRight.height() > 0) {
height             72 Source/platform/geometry/RoundedRect.cpp         m_topRight.setHeight(max<int>(0, m_topRight.height() + topWidth));
height             74 Source/platform/geometry/RoundedRect.cpp     if (m_bottomLeft.width() > 0 && m_bottomLeft.height() > 0) {
height             76 Source/platform/geometry/RoundedRect.cpp         m_bottomLeft.setHeight(max<int>(0, m_bottomLeft.height() + bottomWidth));
height             78 Source/platform/geometry/RoundedRect.cpp     if (m_bottomRight.width() > 0 && m_bottomRight.height() > 0) {
height             80 Source/platform/geometry/RoundedRect.cpp         m_bottomRight.setHeight(max<int>(0, m_bottomRight.height() + bottomWidth));
height             91 Source/platform/geometry/RoundedRect.cpp     if (m_rect.width() < m_rect.height())
height             94 Source/platform/geometry/RoundedRect.cpp         factor = old.height() ? (float)m_rect.height() / old.height() : int(0);
height            137 Source/platform/geometry/RoundedRect.cpp RoundedRect::RoundedRect(int x, int y, int width, int height)
height            138 Source/platform/geometry/RoundedRect.cpp     : m_rect(x, y, width, height)
height            158 Source/platform/geometry/RoundedRect.cpp     int minY = m_rect.y() + max(m_radii.topLeft().height(), m_radii.topRight().height());
height            160 Source/platform/geometry/RoundedRect.cpp     int maxY = m_rect.maxY() - max(m_radii.bottomLeft().height(), m_radii.bottomRight().height());
height            178 Source/platform/geometry/RoundedRect.cpp         && m_radii.topLeft().height() + m_radii.bottomLeft().height() <= m_rect.height()
height            179 Source/platform/geometry/RoundedRect.cpp         && m_radii.topRight().height() + m_radii.bottomRight().height() <= m_rect.height();
height            185 Source/platform/geometry/RoundedRect.cpp     int maxRadiusHeight = std::max(m_radii.topLeft().height() + m_radii.bottomLeft().height(), m_radii.topRight().height() + m_radii.bottomRight().height());
height            192 Source/platform/geometry/RoundedRect.cpp     float heightRatio = static_cast<float>(m_rect.height()) / maxRadiusHeight;
height            204 Source/platform/geometry/RoundedRect.cpp         FloatRect rect(m_rect.x(), m_rect.y(), topLeft.width(), topLeft.height());
height            206 Source/platform/geometry/RoundedRect.cpp             FloatPoint center(m_rect.x() + topLeft.width(), m_rect.y() + topLeft.height());
height            207 Source/platform/geometry/RoundedRect.cpp             FloatSize size(topLeft.width(), topLeft.height());
height            215 Source/platform/geometry/RoundedRect.cpp         FloatRect rect(m_rect.maxX() - topRight.width(), m_rect.y(), topRight.width(), topRight.height());
height            217 Source/platform/geometry/RoundedRect.cpp             FloatPoint center(m_rect.maxX() - topRight.width(), m_rect.y() + topRight.height());
height            218 Source/platform/geometry/RoundedRect.cpp             FloatSize size(topRight.width(), topRight.height());
height            226 Source/platform/geometry/RoundedRect.cpp         FloatRect rect(m_rect.x(), m_rect.maxY() - bottomLeft.height(), bottomLeft.width(), bottomLeft.height());
height            228 Source/platform/geometry/RoundedRect.cpp             FloatPoint center(m_rect.x() + bottomLeft.width(), m_rect.maxY() - bottomLeft.height());
height            229 Source/platform/geometry/RoundedRect.cpp             FloatSize size(bottomLeft.width(), bottomLeft.height());
height            237 Source/platform/geometry/RoundedRect.cpp         FloatRect rect(m_rect.maxX() - bottomRight.width(), m_rect.maxY() - bottomRight.height(), bottomRight.width(), bottomRight.height());
height            239 Source/platform/geometry/RoundedRect.cpp             FloatPoint center(m_rect.maxX() - bottomRight.width(), m_rect.maxY() - bottomRight.height());
height            240 Source/platform/geometry/RoundedRect.cpp             FloatSize size(bottomRight.width(), bottomRight.height());
height             79 Source/platform/geometry/RoundedRect.h     RoundedRect(int x, int y, int width, int height);
height             48 Source/platform/geometry/RoundedRectTest.cpp         << rect.height() << ")";
height             56 Source/platform/geometry/TransformState.cpp         m_accumulatedTransform->translateRight(offset.width().toDouble(), offset.height().toDouble());
height             58 Source/platform/geometry/TransformState.cpp         m_accumulatedTransform->translate(offset.width().toDouble(), offset.height().toDouble());
height             40 Source/platform/geometry/cg/FloatRectCG.cpp     return CGRectMake(x(), y(), width(), height());
height             34 Source/platform/geometry/cg/FloatSizeCG.cpp FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
height             35 Source/platform/geometry/cg/IntRectCG.cpp     return CGRectMake(x(), y(), width(), height());
height             33 Source/platform/geometry/cg/IntSizeCG.cpp IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
height             66 Source/platform/graphics/BitmapImage.cpp     , m_size(nativeImage->bitmap().width(), nativeImage->bitmap().height())
height            268 Source/platform/graphics/BitmapImage.cpp     normSrcRect.intersect(FloatRect(0, 0, bm->bitmap().width(), bm->bitmap().height()));
height            290 Source/platform/graphics/BitmapImage.cpp             normDstRect = FloatRect(normDstRect.x(), normDstRect.y(), normDstRect.height(), normDstRect.width());
height            393 Source/platform/graphics/BitmapImage.cpp     return size().width() != 1 || size().height() != 1 || frameCount() > 1;
height            597 Source/platform/graphics/BitmapImage.cpp     if (frame && size().width() == 1 && size().height() == 1) {
height             62 Source/platform/graphics/Canvas2DLayerBridge.cpp     info.fHeight = size.height();
height            364 Source/platform/graphics/Canvas2DLayerBridge.cpp         IntSize size(m_canvas->getTopDevice()->width(), m_canvas->getTopDevice()->height());
height             67 Source/platform/graphics/CrossfadeGeneratedImage.cpp             static_cast<float>(m_crossfadeSize.height()) / fromImageSize.height()));
height             78 Source/platform/graphics/CrossfadeGeneratedImage.cpp             static_cast<float>(m_crossfadeSize.height()) / toImageSize.height()));
height             94 Source/platform/graphics/CrossfadeGeneratedImage.cpp         context->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
height            215 Source/platform/graphics/DeferredImageDecoder.cpp     m_frameGenerator = ImageFrameGenerator::create(SkISize::Make(m_actualDecoder->decodedSize().width(), m_actualDecoder->decodedSize().height()), m_data, m_allDataReceived, !isSingleFrame);
height            279 Source/platform/graphics/DeferredImageDecoder.cpp     ASSERT(decodedSize.height() > 0);
height            283 Source/platform/graphics/DeferredImageDecoder.cpp     info.fHeight = decodedSize.height();
height            300 Source/platform/graphics/DeferredImageDecoder.cpp     ASSERT(decodedSize.height() > 0);
height            304 Source/platform/graphics/DeferredImageDecoder.cpp     info.fHeight = decodedSize.height();
height            155 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(1, image->bitmap().height());
height            211 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(1, image->bitmap().height());
height            313 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(m_decodedSize.height(), image->bitmap().height());
height             91 Source/platform/graphics/DrawLooperBuilder.cpp     info.fOffset.set(offset.width(), offset.height());
height             41 Source/platform/graphics/GradientGeneratedImage.cpp         destContext->scale(FloatSize(destRect.width() / srcRect.width(), destRect.height() / srcRect.height()));
height             51 Source/platform/graphics/GradientGeneratedImage.cpp     float stepY = srcRect.height() + repeatSpacing.height();
height             53 Source/platform/graphics/GradientGeneratedImage.cpp     int firstRow = static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height())  - srcRect.y()) / srcRect.height()));
height             78 Source/platform/graphics/GradientGeneratedImage.cpp             float dstY = (srcRect.y() + j * stepY) * scale.height() + phase.y();
height             85 Source/platform/graphics/GradientGeneratedImage.cpp             float dstMaxY = dstY + srcRect.height() * scale.height();
height             95 Source/platform/graphics/GradientGeneratedImage.cpp             visibleSrcRect.setY((tileDstRect.y() - phase.y()) / scale.height() - j * stepY);
height             96 Source/platform/graphics/GradientGeneratedImage.cpp             visibleSrcRect.setHeight(tileDstRect.height() / scale.height());
height            301 Source/platform/graphics/GraphicsContext.cpp     if (!color.alpha() || (!offset.width() && !offset.height() && !blur)) {
height            496 Source/platform/graphics/GraphicsContext.cpp         m_canvas = displayList->picture()->beginRecording(recordingRect.width(), recordingRect.height(),
height            678 Source/platform/graphics/GraphicsContext.cpp         holeRect.move(0, -max(shadowOffset.height(), 0) - shadowBlur);
height            679 Source/platform/graphics/GraphicsContext.cpp         holeRect.setHeight(holeRect.height() + max(shadowOffset.height(), 0) + shadowBlur);
height            684 Source/platform/graphics/GraphicsContext.cpp         holeRect.setHeight(holeRect.height() - min(shadowOffset.height(), 0) + shadowBlur);
height            728 Source/platform/graphics/GraphicsContext.cpp     int length = SkScalarRoundToInt(disp.width() + disp.height());
height            879 Source/platform/graphics/GraphicsContext.cpp     rect.set(originX, originY, originX + WebCoreFloatToSkScalar(width) * deviceScaleFactor, originY + SkIntToScalar(misspellBitmap[index]->height()));
height           1122 Source/platform/graphics/GraphicsContext.cpp         SkRect rect = SkRect::MakeXYWH(x, y, info.width(), info.height());
height           1155 Source/platform/graphics/GraphicsContext.cpp         SkRect rect = SkRect::MakeXYWH(left, top, bitmap.width(), bitmap.height());
height           1336 Source/platform/graphics/GraphicsContext.cpp             || topLeft.height() + bottomLeft.height() > rect.height()
height           1337 Source/platform/graphics/GraphicsContext.cpp             || topRight.height() + bottomRight.height() > rect.height()) {
height           1392 Source/platform/graphics/GraphicsContext.cpp     bool validH = r.height() > 0;
height           1576 Source/platform/graphics/GraphicsContext.cpp     if (size.width() == 1.0f && size.height() == 1.0f)
height           1581 Source/platform/graphics/GraphicsContext.cpp     m_canvas->scale(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()));
height           1719 Source/platform/graphics/GraphicsContext.cpp     IntSize scaledSize(static_cast<int>(ceil(size.width() * transform.xScale())), static_cast<int>(ceil(size.height() * transform.yScale())));
height           1722 Source/platform/graphics/GraphicsContext.cpp     SkImageInfo info = SkImageInfo::MakeN32(size.width(), size.height(), alphaType);
height           1731 Source/platform/graphics/GraphicsContext.cpp         static_cast<float>(scaledSize.height()) / size.height()));
height           1783 Source/platform/graphics/GraphicsContext.cpp         SkIntToScalar(topLeft.height()));
height           1785 Source/platform/graphics/GraphicsContext.cpp         SkIntToScalar(topRight.height()));
height           1787 Source/platform/graphics/GraphicsContext.cpp         SkIntToScalar(bottomRight.height()));
height           1789 Source/platform/graphics/GraphicsContext.cpp         SkIntToScalar(bottomLeft.height()));
height            363 Source/platform/graphics/GraphicsContext.h     void translate(const FloatSize& size) { translate(size.width(), size.height()); }
height             45 Source/platform/graphics/GraphicsContextRecorder.cpp     SkCanvas* canvas = m_picture->beginRecording(size.width(), size.height());
height            177 Source/platform/graphics/GraphicsContextRecorder.cpp     return ImageBuffer::create(IntSize(m_picture->width(), m_picture->height()), m_isCertainlyOpaque ? Opaque : NonOpaque);
height             45 Source/platform/graphics/GraphicsContextTest.cpp     EXPECT_EQ(a.height(), b.height());
height             60 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < bitmap.height(); ++y) \
height            521 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < opaqueBitmap.height(); ++y)
height            530 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < alphaBitmap.height(); ++y)
height            685 Source/platform/graphics/GraphicsContextTest.cpp     int width = 200, height = 200;
height            687 Source/platform/graphics/GraphicsContextTest.cpp     ASSERT_TRUE(bitmap.allocN32Pixels(width, height));
height            690 Source/platform/graphics/GraphicsContextTest.cpp     SkRect textRect = SkRect::MakeWH(width, height);
height            762 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < opaqueBitmap.height(); ++y)
height            768 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < alphaBitmap.height(); ++y)
height            814 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < opaqueBitmap.height(); ++y)
height            820 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < alphaBitmap.height(); ++y)
height            866 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < opaqueBitmap.height(); ++y)
height            872 Source/platform/graphics/GraphicsContextTest.cpp     for (int y = 0; y < alphaBitmap.height(); ++y)
height            387 Source/platform/graphics/GraphicsLayer.cpp     contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
height            561 Source/platform/graphics/GraphicsLayer.cpp         ts << "(bounds " << m_size.width() << " " << m_size.height() << ")\n";
height            673 Source/platform/graphics/GraphicsLayer.cpp             ts << repaintRectMap().get(this)[i].height();
height            806 Source/platform/graphics/GraphicsLayer.cpp     if (clampedSize.width() < 0 || clampedSize.height() < 0)
height            146 Source/platform/graphics/GraphicsLayerTest.cpp         return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight());
height            112 Source/platform/graphics/Image.cpp     if (norm.height() < 0) {
height            113 Source/platform/graphics/Image.cpp         norm.setY(norm.y() + norm.height());
height            114 Source/platform/graphics/Image.cpp         norm.setHeight(-norm.height());
height            138 Source/platform/graphics/Image.cpp         intrinsicTileSize.setHeight(scaledTileSize.height());
height            141 Source/platform/graphics/Image.cpp                     scaledTileSize.height() / intrinsicTileSize.height());
height            143 Source/platform/graphics/Image.cpp     FloatSize actualTileSize(scaledTileSize.width() + repeatSpacing.width(), scaledTileSize.height() + repeatSpacing.height());
height            146 Source/platform/graphics/Image.cpp     oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), actualTileSize.height()) - actualTileSize.height(), actualTileSize.height()));
height            153 Source/platform/graphics/Image.cpp         visibleSrcRect.setY((destRect.y() - oneTileRect.y()) / scale.height());
height            155 Source/platform/graphics/Image.cpp         visibleSrcRect.setHeight(destRect.height() / scale.height());
height            191 Source/platform/graphics/Image.cpp         float vRepetitions = std::max(1.0f, roundf(dstRect.height() / (tileScaleFactor.height() * srcRect.height())));
height            192 Source/platform/graphics/Image.cpp         tileScaleFactor.setHeight(dstRect.height() / (srcRect.height() * vRepetitions));
height            204 Source/platform/graphics/Image.cpp     float vPhase = tileScaleFactor.height() * srcRect.y();
height            206 Source/platform/graphics/Image.cpp     float scaledTileHeight = tileScaleFactor.height() * srcRect.height();
height            210 Source/platform/graphics/Image.cpp         vPhase -= (dstRect.height() - scaledTileHeight) / 2;
height            237 Source/platform/graphics/Image.cpp     intrinsicHeight = Length(intrinsicRatio.height(), Fixed);
height             87 Source/platform/graphics/Image.h     int height() const { return size().height(); }
height            287 Source/platform/graphics/ImageBuffer.cpp     for (int y = 0; y < size.height(); ++y) {
height            313 Source/platform/graphics/ImageBuffer.cpp     float area = 4.0f * rect.width() * rect.height();
height            317 Source/platform/graphics/ImageBuffer.cpp     RefPtr<Uint8ClampedArray> result = Uint8ClampedArray::createUninitialized(rect.width() * rect.height() * 4);
height            322 Source/platform/graphics/ImageBuffer.cpp         || rect.maxY() > size.height())
height            326 Source/platform/graphics/ImageBuffer.cpp     SkImageInfo info = SkImageInfo::Make(rect.width(), rect.height(), kRGBA_8888_SkColorType, alphaType);
height            335 Source/platform/graphics/ImageBuffer.cpp         return Uint8ClampedArray::create(rect.width() * rect.height() * 4);
height            342 Source/platform/graphics/ImageBuffer.cpp         return Uint8ClampedArray::create(rect.width() * rect.height() * 4);
height            352 Source/platform/graphics/ImageBuffer.cpp     ASSERT(sourceRect.height() > 0);
height            364 Source/platform/graphics/ImageBuffer.cpp     ASSERT(destY < m_surface->size().height());
height            371 Source/platform/graphics/ImageBuffer.cpp     SkImageInfo info = SkImageInfo::Make(sourceRect.width(), sourceRect.height(), kRGBA_8888_SkColorType, alphaType);
height            235 Source/platform/graphics/ImageDecodingStore.h             , m_size(SkISize::Make(m_cachedDecoder->decodedSize().width(), m_cachedDecoder->decodedSize().height()))
height            239 Source/platform/graphics/ImageDecodingStore.h         virtual size_t memoryUsageInBytes() const OVERRIDE { return m_size.width() * m_size.height() * 4; }
height            248 Source/platform/graphics/ImageDecodingStore.h             return std::make_pair(generator, SkISize::Make(decoder->decodedSize().width(), decoder->decodedSize().height()));
height            165 Source/platform/graphics/ImageFrameGenerator.cpp     ASSERT(cachedImage->bitmap().height() == scaledSize.height());
height            235 Source/platform/graphics/ImageFrameGenerator.cpp     TRACE_EVENT2("webkit", "ImageFrameGenerator::decode", "width", m_fullSize.width(), "height", m_fullSize.height());
height            300 Source/platform/graphics/ImageFrameGenerator.cpp     ASSERT(fullSizeBitmap.width() == m_fullSize.width() && fullSizeBitmap.height() == m_fullSize.height());
height             95 Source/platform/graphics/ImageFrameGeneratorTest.cpp         if (!bitmap.allocN32Pixels(size.width(), size.height()))
height             59 Source/platform/graphics/ImageLayerChromiumTest.cpp         EXPECT_TRUE(bitmap.allocN32Pixels(size.width(), size.height(), isOpaque));
height             37 Source/platform/graphics/ImageOrientation.cpp     float h = drawnSize.height();
height             93 Source/platform/graphics/ImageSource.cpp         return IntSize(size.height(), size.width());
height             67 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp         IntRect top(contentRect.x(), contentRect.y(), contentRect.width(), contentRect.height() / 2);
height             68 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp         IntRect bottom(contentRect.x(), contentRect.y() + contentRect.height() / 2, contentRect.width(), contentRect.height() / 2);
height            107 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp     EXPECT_EQ(a.height, b.height);
height            112 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp         : m_skCanvas(adoptPtr(skia::CreateBitmapCanvas(canvasRect().width, canvasRect().height, false)))
height            181 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp     EXPECT_EQ_RECT(WebFloatRect(partialRect.x(), partialRect.y(), partialRect.width(), partialRect.height()), opaqueRect);
height            194 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp     EXPECT_EQ_RECT(WebFloatRect(partialRect.x(), partialRect.y(), partialRect.width(), partialRect.height()), opaqueRect);
height            399 Source/platform/graphics/Path.cpp     FloatSize halfSize(rect.width() / 2, rect.height() / 2);
height            407 Source/platform/graphics/Path.cpp         radius.setWidth((radius.height() < 0) ? 0 : radius.height());
height            409 Source/platform/graphics/Path.cpp     if (radius.height() < 0)
height            415 Source/platform/graphics/Path.cpp     if (radius.height() > halfSize.height())
height            416 Source/platform/graphics/Path.cpp         radius.setHeight(halfSize.height());
height            428 Source/platform/graphics/Path.cpp             || rect.height() < topLeftRadius.height() + bottomLeftRadius.height()
height            429 Source/platform/graphics/Path.cpp             || rect.height() < topRightRadius.height() + bottomRightRadius.height()) {
height            452 Source/platform/graphics/Path.cpp     if (topRightRadius.width() > 0 || topRightRadius.height() > 0)
height            454 Source/platform/graphics/Path.cpp             FloatPoint(rect.maxX(), rect.y() + topRightRadius.height() * gCircleControlPoint),
height            455 Source/platform/graphics/Path.cpp             FloatPoint(rect.maxX(), rect.y() + topRightRadius.height()));
height            456 Source/platform/graphics/Path.cpp     addLineTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height()));
height            457 Source/platform/graphics/Path.cpp     if (bottomRightRadius.width() > 0 || bottomRightRadius.height() > 0)
height            458 Source/platform/graphics/Path.cpp         addBezierCurveTo(FloatPoint(rect.maxX(), rect.maxY() - bottomRightRadius.height() * gCircleControlPoint),
height            462 Source/platform/graphics/Path.cpp     if (bottomLeftRadius.width() > 0 || bottomLeftRadius.height() > 0)
height            464 Source/platform/graphics/Path.cpp             FloatPoint(rect.x(), rect.maxY() - bottomLeftRadius.height() * gCircleControlPoint),
height            465 Source/platform/graphics/Path.cpp             FloatPoint(rect.x(), rect.maxY() - bottomLeftRadius.height()));
height            466 Source/platform/graphics/Path.cpp     addLineTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height()));
height            467 Source/platform/graphics/Path.cpp     if (topLeftRadius.width() > 0 || topLeftRadius.height() > 0)
height            468 Source/platform/graphics/Path.cpp         addBezierCurveTo(FloatPoint(rect.x(), rect.y() + topLeftRadius.height() * gCircleControlPoint),
height            482 Source/platform/graphics/Path.cpp     m_path.offset(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()));
height             41 Source/platform/graphics/UnacceleratedImageBufferSurface.cpp     , m_canvas(adoptRef(SkCanvas::NewRasterN32(size.width(), size.height())))
height             51 Source/platform/graphics/filters/FEConvolveMatrix.cpp     ASSERT(m_kernelSize.height() > 0);
height             79 Source/platform/graphics/filters/FEConvolveMatrix.cpp     ASSERT(kernelSize.height() > 0);
height            314 Source/platform/graphics/filters/FEConvolveMatrix.cpp     if (x >= 0 && x < paintingData.width && y >= 0 && y < paintingData.height)
height            327 Source/platform/graphics/filters/FEConvolveMatrix.cpp         else if (y >= paintingData.height)
height            328 Source/platform/graphics/filters/FEConvolveMatrix.cpp             y = paintingData.height - 1;
height            335 Source/platform/graphics/filters/FEConvolveMatrix.cpp             y += paintingData.height;
height            336 Source/platform/graphics/filters/FEConvolveMatrix.cpp         y %= paintingData.height;
height            346 Source/platform/graphics/filters/FEConvolveMatrix.cpp     int height = y2 - y1;
height            358 Source/platform/graphics/filters/FEConvolveMatrix.cpp     for (int y = height; y > 0; --y) {
height            452 Source/platform/graphics/filters/FEConvolveMatrix.cpp     paintingData.height = paintSize.height();
height            457 Source/platform/graphics/filters/FEConvolveMatrix.cpp     int clipBottom = paintSize.height() - m_kernelSize.height();
height            461 Source/platform/graphics/filters/FEConvolveMatrix.cpp         int optimalThreadNumber = (absolutePaintRect().width() * absolutePaintRect().height()) / s_minimalRectDimension;
height            493 Source/platform/graphics/filters/FEConvolveMatrix.cpp         if (clipBottom < paintSize.height())
height            494 Source/platform/graphics/filters/FEConvolveMatrix.cpp             setOuterPixels(paintingData, 0, clipBottom, paintSize.width(), paintSize.height());
height            501 Source/platform/graphics/filters/FEConvolveMatrix.cpp         setOuterPixels(paintingData, 0, 0, paintSize.width(), paintSize.height());
height            527 Source/platform/graphics/filters/FEConvolveMatrix.cpp     SkISize kernelSize(SkISize::Make(m_kernelSize.width(), m_kernelSize.height()));
height            528 Source/platform/graphics/filters/FEConvolveMatrix.cpp     int numElements = kernelSize.width() * kernelSize.height();
height             84 Source/platform/graphics/filters/FEConvolveMatrix.h         int height;
height            144 Source/platform/graphics/filters/FEDisplacementMap.cpp     for (int y = 0; y < paintSize.height(); ++y) {
height            151 Source/platform/graphics/filters/FEDisplacementMap.cpp                 if (srcX < 0 || srcX >= paintSize.width() || srcY < 0 || srcY >= paintSize.height()) {
height             69 Source/platform/graphics/filters/FEDropShadow.cpp     result.inflateY(3 * kernelSize.height() * 0.5f);
height             90 Source/platform/graphics/filters/FEDropShadow.cpp     SkAutoTUnref<SkImageFilter> blurFilter(new SkBlurImageFilter(blurRadius.width(), blurRadius.height()));
height            103 Source/platform/graphics/filters/FEDropShadow.cpp     resultContext->drawBitmap(nativeImage->bitmap(), drawingRegion.x() + offset.width(), drawingRegion.y() + offset.height(), &paint);
height            117 Source/platform/graphics/filters/FEGaussianBlur.cpp     result.inflateY(3 * kernelSize.height() * 0.5f);
height            162 Source/platform/graphics/filters/FEGaussianBlur.cpp     SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height());
height             59 Source/platform/graphics/filters/FEGaussianBlur.h         int height;
height            312 Source/platform/graphics/filters/FELighting.cpp     offset->setHeight(positionOffset.height());
height            314 Source/platform/graphics/filters/FELighting.cpp     scale->setY(initialEffectRect.height() > 0.0f && initialEffectRect.height() > 0.0f ? absoluteEffectRect.height() / initialEffectRect.height() : 1.0f);
height            319 Source/platform/graphics/filters/FELighting.cpp bool FELighting::drawLighting(Uint8ClampedArray* pixels, int width, int height)
height            329 Source/platform/graphics/filters/FELighting.cpp     if (width <= 2 || height <= 2)
height            336 Source/platform/graphics/filters/FELighting.cpp     data.heightDecreasedByOne = height - 1;
height            363 Source/platform/graphics/filters/FELighting.cpp     offset = height * data.widthMultipliedByPixelSize - cPixelSize;
height            382 Source/platform/graphics/filters/FELighting.cpp     if (height >= 3) {
height            397 Source/platform/graphics/filters/FELighting.cpp     if (width >= 3 && height >= 3) {
height            402 Source/platform/graphics/filters/FELighting.cpp     int lastPixel = data.widthMultipliedByPixelSize * height;
height            438 Source/platform/graphics/filters/FELighting.cpp     drawLighting(srcPixelArray, absolutePaintSize.width(), absolutePaintSize.height());
height            123 Source/platform/graphics/filters/FEMorphology.cpp     SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height());
height             59 Source/platform/graphics/filters/FEMorphology.h         int height;
height             81 Source/platform/graphics/filters/FETile.cpp     tileImageContext->scale(FloatSize(intTileSize.width() / tileRect.width(), intTileSize.height() / tileRect.height()));
height            106 Source/platform/graphics/filters/FETile.cpp         result.setHeight(boundaries.height());
height            239 Source/platform/graphics/filters/FETurbulence.cpp         checkNoise(noiseY.noisePositionIntegerValue, stitchData.wrapY, stitchData.height);
height            271 Source/platform/graphics/filters/FETurbulence.cpp     float tileHeight = paintingData.filterSize.height();
height            297 Source/platform/graphics/filters/FETurbulence.cpp         stitchData.height = roundf(tileHeight * baseFrequencyY);
height            298 Source/platform/graphics/filters/FETurbulence.cpp         stitchData.wrapY = s_perlinNoise + stitchData.height;
height            316 Source/platform/graphics/filters/FETurbulence.cpp             stitchData.height *= 2;
height            368 Source/platform/graphics/filters/FETurbulence.cpp     int optimalThreadNumber = (absolutePaintRect().width() * absolutePaintRect().height()) / s_minimalRectDimension;
height            378 Source/platform/graphics/filters/FETurbulence.cpp             const int stepY = absolutePaintRect().height() / i;
height            379 Source/platform/graphics/filters/FETurbulence.cpp             const int jobsWithExtra = absolutePaintRect().height() % i;
height            401 Source/platform/graphics/filters/FETurbulence.cpp     fillRegion(pixelArray, paintingData, 0, absolutePaintRect().height(), m_baseFrequencyX, m_baseFrequencyY);
height            406 Source/platform/graphics/filters/FETurbulence.cpp     const SkISize size = SkISize::Make(filterRegion.width(), filterRegion.height());
height             90 Source/platform/graphics/filters/FETurbulence.h             , height(0)
height             97 Source/platform/graphics/filters/FETurbulence.h         int height;
height             65 Source/platform/graphics/filters/FilterEffect.cpp     if (rect.width() < 0 || rect.height() < 0
height             66 Source/platform/graphics/filters/FilterEffect.cpp         ||  (rect.height() * rect.width() > kMaxFilterArea))
height            128 Source/platform/graphics/filters/FilterEffect.cpp         sourceClipRect.setHeight(boundaries.height());
height            305 Source/platform/graphics/filters/FilterEffect.cpp     RefPtr<Uint8ClampedArray> imageData = Uint8ClampedArray::createUninitialized(rect.width() * rect.height() * 4);
height            313 Source/platform/graphics/filters/FilterEffect.cpp     RefPtr<Uint8ClampedArray> imageData = Uint8ClampedArray::createUninitialized(rect.width() * rect.height() * 4);
height            321 Source/platform/graphics/filters/FilterEffect.cpp     if (rect.x() < 0 || rect.y() < 0 || rect.maxX() > m_absolutePaintRect.width() || rect.maxY() > m_absolutePaintRect.height())
height            325 Source/platform/graphics/filters/FilterEffect.cpp     if (rect.maxX() <= 0 || rect.maxY() <= 0 || rect.x() >= m_absolutePaintRect.width() || rect.y() >= m_absolutePaintRect.height())
height            345 Source/platform/graphics/filters/FilterEffect.cpp     if (yEnd > m_absolutePaintRect.height())
height            346 Source/platform/graphics/filters/FilterEffect.cpp         yEnd = m_absolutePaintRect.height();
height            372 Source/platform/graphics/filters/FilterEffect.cpp             m_unmultipliedImageResult = Uint8ClampedArray::createUninitialized(m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            375 Source/platform/graphics/filters/FilterEffect.cpp             unsigned char* end = sourceComponent + (m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            406 Source/platform/graphics/filters/FilterEffect.cpp             m_premultipliedImageResult = Uint8ClampedArray::createUninitialized(m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            409 Source/platform/graphics/filters/FilterEffect.cpp             unsigned char* end = sourceComponent + (m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            443 Source/platform/graphics/filters/FilterEffect.cpp     m_unmultipliedImageResult = Uint8ClampedArray::createUninitialized(m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            455 Source/platform/graphics/filters/FilterEffect.cpp     m_premultipliedImageResult = Uint8ClampedArray::createUninitialized(m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
height            522 Source/platform/graphics/filters/FilterEffect.cpp         subregion.setHeight(boundaries.height());
height            563 Source/platform/graphics/filters/FilterEffect.cpp         rect.setHeight(boundaries.height());
height             42 Source/platform/graphics/filters/FilterOperations.cpp     outset.setHeight(3 * kernelSize.height() * 0.5f);
height            120 Source/platform/graphics/filters/FilterOperations.cpp             FilterOutsets outsets(outsetSize.height(), outsetSize.width(), outsetSize.height(), outsetSize.width());
height            128 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.height() - dropShadowOperation->y()),
height            130 Source/platform/graphics/filters/FilterOperations.cpp                 std::max(0, outsetSize.height() + dropShadowOperation->y()),
height            144 Source/platform/graphics/filters/FilterOperations.cpp                     std::max(0.0f, outsetRect.y() + outsetRect.height() - 1),
height             39 Source/platform/graphics/filters/PointLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
height             40 Source/platform/graphics/filters/SpotLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
height             41 Source/platform/graphics/filters/SpotLightSource.h         FloatPoint3D direction(m_direction.x() * scale.x() - offset.width(), m_direction.y() * scale.y() - offset.height(), m_direction.z() * scale.z());
height            181 Source/platform/graphics/gpu/DrawingBuffer.cpp             readBackFramebuffer(pixels, size().width(), size().height(), ReadbackSkia, op);
height            262 Source/platform/graphics/gpu/DrawingBuffer.cpp         texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, m_size.width(), m_size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
height            462 Source/platform/graphics/gpu/DrawingBuffer.cpp     paintFramebufferToCanvas(framebuffer, size().width(), size().height(), !m_attributes.premultipliedAlpha, imageBuffer);
height            548 Source/platform/graphics/gpu/DrawingBuffer.cpp         texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, size.width(), size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
height            570 Source/platform/graphics/gpu/DrawingBuffer.cpp     texImage2DResourceSafe(GL_TEXTURE_2D, 0, m_internalColorFormat, size.width(), size.height(), 0, m_colorFormat, GL_UNSIGNED_BYTE);
height            593 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, m_internalRenderbufferFormat, size.width(), size.height());
height            614 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
height            616 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
height            618 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8_OES, size.width(), size.height());
height            627 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
height            629 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_DEPTH_COMPONENT16, size.width(), size.height());
height            631 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, size.width(), size.height());
height            639 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleEXT(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
height            641 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorageMultisampleCHROMIUM(GL_RENDERBUFFER, m_sampleCount, GL_STENCIL_INDEX8, size.width(), size.height());
height            643 Source/platform/graphics/gpu/DrawingBuffer.cpp                 m_context->renderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, size.width(), size.height());
height            676 Source/platform/graphics/gpu/DrawingBuffer.cpp     return (max(0, size.width()) * max(0, size.height())) - (max(0, m_size.width()) * max(0, m_size.height()));
height            683 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (adjustedSize.height() > m_maxTextureSize)
height            714 Source/platform/graphics/gpu/DrawingBuffer.cpp     int pixelDelta = oldestSize.width() * oldestSize.height();
height            778 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::commit(long x, long y, long width, long height)
height            785 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (height < 0)
height            786 Source/platform/graphics/gpu/DrawingBuffer.cpp         height = m_size.height();
height            798 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_context->blitFramebufferCHROMIUM(x, y, width, height, x, y, width, height, GL_COLOR_BUFFER_BIT, GL_NEAREST);
height            836 Source/platform/graphics/gpu/DrawingBuffer.cpp     paintFramebufferToCanvas(framebuffer(), size().width(), size().height(), !m_attributes.premultipliedAlpha, imageBuffer);
height            839 Source/platform/graphics/gpu/DrawingBuffer.cpp PassRefPtr<Uint8ClampedArray> DrawingBuffer::paintRenderingResultsToImageData(int& width, int& height)
height            845 Source/platform/graphics/gpu/DrawingBuffer.cpp     height = size().height();
height            849 Source/platform/graphics/gpu/DrawingBuffer.cpp     dataSize *= height;
height            853 Source/platform/graphics/gpu/DrawingBuffer.cpp     RefPtr<Uint8ClampedArray> pixels = Uint8ClampedArray::createUninitialized(width * height * 4);
height            856 Source/platform/graphics/gpu/DrawingBuffer.cpp     readBackFramebuffer(pixels->data(), width, height, ReadbackRGBA, WebGLImageConversion::AlphaDoNothing);
height            857 Source/platform/graphics/gpu/DrawingBuffer.cpp     flipVertically(pixels->data(), width, height);
height            862 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer* imageBuffer)
height            869 Source/platform/graphics/gpu/DrawingBuffer.cpp     if (canvasBitmap.width() == width && canvasBitmap.height() == height) {
height            878 Source/platform/graphics/gpu/DrawingBuffer.cpp         if (m_resizingBitmap.width() != width || m_resizingBitmap.height() != height) {
height            879 Source/platform/graphics/gpu/DrawingBuffer.cpp             if (!m_resizingBitmap.allocN32Pixels(width, height))
height            890 Source/platform/graphics/gpu/DrawingBuffer.cpp     readBackFramebuffer(pixels, width, height, ReadbackSkia, premultiplyAlpha ? WebGLImageConversion::AlphaDoPremultiply : WebGLImageConversion::AlphaDoNothing);
height            891 Source/platform/graphics/gpu/DrawingBuffer.cpp     flipVertically(pixels, width, height);
height            898 Source/platform/graphics/gpu/DrawingBuffer.cpp         dst.set(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(canvasBitmap.width()), SkIntToScalar(canvasBitmap.height()));
height            903 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder, WebGLImageConversion::AlphaOp op)
height            907 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->readPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
height            911 Source/platform/graphics/gpu/DrawingBuffer.cpp     size_t bufferSize = 4 * width * height;
height            934 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::flipVertically(uint8_t* framebuffer, int width, int height)
height            939 Source/platform/graphics/gpu/DrawingBuffer.cpp     unsigned count = height / 2;
height            942 Source/platform/graphics/gpu/DrawingBuffer.cpp         uint8* rowB = framebuffer + (height - i - 1) * rowBytes;
height            949 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint unpackAlignment)
height            952 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texImage2D(target, level, internalformat, width, height, border, format, type, 0);
height            102 Source/platform/graphics/gpu/DrawingBuffer.h     void commit(long x = 0, long y = 0, long width = -1, long height = -1);
height            177 Source/platform/graphics/gpu/DrawingBuffer.h     void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*);
height            187 Source/platform/graphics/gpu/DrawingBuffer.h     void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder, WebGLImageConversion::AlphaOp);
height            190 Source/platform/graphics/gpu/DrawingBuffer.h     void flipVertically(uint8_t* data, int width, int height);
height            194 Source/platform/graphics/gpu/DrawingBuffer.h     void texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint alignment = 4);
height             72 Source/platform/graphics/gpu/DrawingBufferTest.cpp     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels)
height             75 Source/platform/graphics/gpu/DrawingBufferTest.cpp             m_textureSizes.set(m_boundTexture, IntSize(width, height));
height           1263 Source/platform/graphics/gpu/WebGLImageConversion.cpp     FormatConverter(unsigned width, unsigned height,
height           1265 Source/platform/graphics/gpu/WebGLImageConversion.cpp         : m_width(width), m_height(height), m_srcStart(srcStart), m_dstStart(dstStart), m_srcStride(srcStride), m_dstStride(dstStride), m_success(false)
height           1494 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum WebGLImageConversion::computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes)
height           1498 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (width < 0 || height < 0)
height           1503 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!width || !height) {
height           1521 Source/platform/graphics/gpu/WebGLImageConversion.cpp     checkedValue *= (height - 1);
height           1566 Source/platform/graphics/gpu/WebGLImageConversion.cpp         if (!m_nativeImage.get() || !m_nativeImage->isDataComplete() || !m_nativeImage->bitmap().width() || !m_nativeImage->bitmap().height())
height           1586 Source/platform/graphics/gpu/WebGLImageConversion.cpp     m_imageHeight = m_skiaImage->bitmap().height();
height           1592 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (m_imageWidth != (unsigned)m_image->size().width() || m_imageHeight != (unsigned)m_image->size().height()) {
height           1663 Source/platform/graphics/gpu/WebGLImageConversion.cpp     unsigned height,
height           1672 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
height           1676 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpackAlignment, format, type, alphaOp, data.data(), flipY))
height           1695 Source/platform/graphics/gpu/WebGLImageConversion.cpp     int height = imageDataSize.height();
height           1699 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
height           1703 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing, data.data(), flipY))
height           1711 Source/platform/graphics/gpu/WebGLImageConversion.cpp     unsigned height,
height           1726 Source/platform/graphics/gpu/WebGLImageConversion.cpp     data.resize(width * height * bytesPerPixel);
height           1728 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), data.data(), flipY))
height           1738 Source/platform/graphics/gpu/WebGLImageConversion.cpp     unsigned height,
height           1753 Source/platform/graphics/gpu/WebGLImageConversion.cpp         destinationData = static_cast<uint8_t*>(destinationData) + dstStride*(height - 1);
height           1761 Source/platform/graphics/gpu/WebGLImageConversion.cpp         const uint8_t* ptrEnd = sourceData + srcStride * height;
height           1772 Source/platform/graphics/gpu/WebGLImageConversion.cpp     FormatConverter converter(width, height, sourceData, destinationData, srcStride, dstStride);
height            121 Source/platform/graphics/gpu/WebGLImageConversion.h     static GLenum computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes);
height            139 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
height            152 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool extractTextureData(unsigned width, unsigned height, GLenum format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data);
height            163 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
height             41 Source/platform/graphics/skia/GaneshUtils.cpp     if (!bitmap.getTexture() || bitmap.width() != size.width() || bitmap.height() != size.height()) {
height             50 Source/platform/graphics/skia/GaneshUtils.cpp         desc.fHeight = size.height();
height            210 Source/platform/graphics/skia/NativeImageSkia.cpp     SkISize imageSize = SkISize::Make(bitmap().width(), bitmap().height());
height            212 Source/platform/graphics/skia/NativeImageSkia.cpp         clampToInteger(roundf(imageSize.height() * scaleY)));
height            214 Source/platform/graphics/skia/NativeImageSkia.cpp     SkRect imageRect = SkRect::MakeWH(imageSize.width(), imageSize.height());
height            215 Source/platform/graphics/skia/NativeImageSkia.cpp     SkRect scaledImageRect = SkRect::MakeWH(scaledImageSize.width(), scaledImageSize.height());
height            251 Source/platform/graphics/skia/NativeImageSkia.cpp     float realScaleY = screenRect.height() / srcRect.height();
height            319 Source/platform/graphics/skia/NativeImageSkia.cpp         SkBitmap resizedImage = skia::ImageOperations::Resize(m_image, skia::ImageOperations::RESIZE_LANCZOS3, scaledImageSize.width(), scaledImageSize.height(), scaledImageSubset);
height            361 Source/platform/graphics/skia/NativeImageSkia.cpp     return destRect.width() * fabs(widthExpansion) < 1 || destRect.height() * fabs(heightExpansion) < 1;
height            387 Source/platform/graphics/skia/NativeImageSkia.cpp             SkScalarToFloat(srcRect.width()), SkScalarToFloat(srcRect.height()),
height            388 Source/platform/graphics/skia/NativeImageSkia.cpp             SkScalarToFloat(destRectTarget.width()), SkScalarToFloat(destRectTarget.height()));
height            433 Source/platform/graphics/skia/NativeImageSkia.cpp     bitmap.copyPixelsTo(reinterpret_cast<uint8_t*>(result.getPixels()), result.rowBytes() * result.height(), result.rowBytes());
height            449 Source/platform/graphics/skia/NativeImageSkia.cpp     normSrcRect.intersect(FloatRect(0, 0, bitmap().width(), bitmap().height()));
height            457 Source/platform/graphics/skia/NativeImageSkia.cpp     totalMatrix.preScale(scale.width(), scale.height());
height            466 Source/platform/graphics/skia/NativeImageSkia.cpp     float destBitmapHeight = SkScalarToFloat(destRectTarget.height());
height            473 Source/platform/graphics/skia/NativeImageSkia.cpp         resampling = computeResamplingMode(totalMatrix, normSrcRect.width(), normSrcRect.height(), destBitmapWidth, destBitmapHeight);
height            487 Source/platform/graphics/skia/NativeImageSkia.cpp         float scaleY = destBitmapHeight / normSrcRect.height();
height            499 Source/platform/graphics/skia/NativeImageSkia.cpp                 createBitmapWithSpace(resampled, repeatSpacing.width() * ctmScaleX, repeatSpacing.height() * ctmScaleY),
height            518 Source/platform/graphics/skia/NativeImageSkia.cpp                 createBitmapWithSpace(srcSubset, repeatSpacing.width() * ctmScaleX, repeatSpacing.height() * ctmScaleY),
height            524 Source/platform/graphics/skia/NativeImageSkia.cpp         shaderTransform.setScale(scale.width(), scale.height());
height            532 Source/platform/graphics/skia/NativeImageSkia.cpp     float adjustedY = phase.y() + normSrcRect.y() * scale.height();
height            572 Source/platform/graphics/skia/NativeImageSkia.cpp     unsigned long long fullSize = static_cast<unsigned long long>(scaledImageSize.width()) * static_cast<unsigned long long>(scaledImageSize.height());
height            573 Source/platform/graphics/skia/NativeImageSkia.cpp     unsigned long long fragmentSize = static_cast<unsigned long long>(scaledImageSubset.width()) * static_cast<unsigned long long>(scaledImageSubset.height());
height            379 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     long opaqueArea = (long)opaqueRect.width() * (long)opaqueRect.height();
height            380 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     long area = (long)rect.width() * (long)rect.height();
height            417 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
height             37 Source/platform/graphics/skia/SkSizeHash.h     static unsigned hash(const SkSize& key) { return pairIntHash(key.width(), key.height()); }
height             56 Source/platform/graphics/skia/SkSizeHash.h         return value.width() == -1 && value.height() == -1;
height             61 Source/platform/graphics/skia/SkSizeHash.h     static unsigned hash(const SkISize& key) { return pairIntHash(key.width(), key.height()); }
height             80 Source/platform/graphics/skia/SkSizeHash.h         return value.width() == -1 && value.height() == -1;
height             69 Source/platform/graphics/test/MockImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE
height             71 Source/platform/graphics/test/MockImageDecoder.h         ImageDecoder::setSize(width, height);
height             73 Source/platform/graphics/test/MockImageDecoder.h         m_frameBufferCache[0].setSize(width, height);
height            120 Source/platform/graphics/test/MockImageDecoder.h         return adoptPtr(new MockImageDecoderFactory(client, IntSize(decodedSize.width(), decodedSize.height())));
height            131 Source/platform/graphics/test/MockImageDecoder.h         decoder->setSize(m_decodedSize.width(), m_decodedSize.height());
height             47 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void postSubBufferCHROMIUM(int x, int y, int width, int height) { }
height             55 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) { return 0; }
height             67 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) { }
height             97 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void compressedTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Dsizei imageSize, const void* data) { }
height             98 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) { }
height             99 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void copyTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border) { }
height            100 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { }
height            178 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) { }
height            182 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void renderbufferStorage(WGC3Denum target, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) { }
height            184 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void scissor(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { }
height            193 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { }
height            198 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }
height            233 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void viewport(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { }
height            277 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void texStorage2DEXT(WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat, WGC3Dint width, WGC3Dint height) { }
height            119 Source/platform/image-decoders/ImageDecoder.h     virtual bool setSize(unsigned width, unsigned height)
height            121 Source/platform/image-decoders/ImageDecoder.h         if (sizeCalculationMayOverflow(width, height))
height            123 Source/platform/image-decoders/ImageDecoder.h         m_size = IntSize(width, height);
height            290 Source/platform/image-decoders/ImageDecoder.h     static bool sizeCalculationMayOverflow(unsigned width, unsigned height)
height            293 Source/platform/image-decoders/ImageDecoder.h                                       * static_cast<unsigned long long>(height);
height             64 Source/platform/image-decoders/ImageDecoderTest.cpp     void initFrames(size_t numFrames, unsigned width = 100, unsigned height = 100)
height             66 Source/platform/image-decoders/ImageDecoderTest.cpp         setSize(width, height);
height             69 Source/platform/image-decoders/ImageDecoderTest.cpp             m_frameBufferCache[i].setOriginalFrameRect(IntRect(0, 0, width, height));
height            107 Source/platform/image-decoders/ImageFrame.cpp     ASSERT(!width() && !height());
height             96 Source/platform/image-decoders/ImageFrame.h         ASSERT(startY < height());
height             97 Source/platform/image-decoders/ImageFrame.h         ASSERT(endY <= height());
height            205 Source/platform/image-decoders/ImageFrame.h     int height() const
height            207 Source/platform/image-decoders/ImageFrame.h         return m_bitmap.height();
height             80 Source/platform/image-decoders/bmp/BMPImageReader.cpp         if (!m_buffer->setSize(m_parent->size().width(), m_parent->size().height()))
height             92 Source/platform/image-decoders/bmp/BMPImageReader.cpp             m_coord.setY(m_parent->size().height() - 1);
height            110 Source/platform/image-decoders/bmp/BMPImageReader.cpp         m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
height            551 Source/platform/image-decoders/bmp/BMPImageReader.cpp                 if ((m_coord.x() < m_parent->size().width()) || (m_isTopDown ? (m_coord.y() < (m_parent->size().height() - 1)) : (m_coord.y() > 0)))
height            189 Source/platform/image-decoders/bmp/BMPImageReader.h         return m_isTopDown ? ((m_coord.y() + numRows) >= m_parent->size().height()) : ((m_coord.y() - numRows) < 0);
height            154 Source/platform/image-decoders/gif/GIFImageDecoder.cpp     const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), size().height());
height            314 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (frameRect.maxY() > size().height())
height            315 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             frameRect.setHeight(size().height() - frameRect.y());
height            361 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (!buffer->setSize(size().width(), size().height()))
height            152 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
height            158 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
height            180 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
height            185 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(16, frame->getSkBitmap().height());
height            134 Source/platform/image-decoders/gif/GIFImageReader.cpp         if (((m_frameContext->height() - 1) - drowEnd) <= rowShift)
height            135 Source/platform/image-decoders/gif/GIFImageReader.cpp             drowEnd = m_frameContext->height() - 1;
height            141 Source/platform/image-decoders/gif/GIFImageReader.cpp         if ((unsigned)drowEnd >= m_frameContext->height())
height            142 Source/platform/image-decoders/gif/GIFImageReader.cpp             drowEnd = m_frameContext->height() - 1;
height            146 Source/platform/image-decoders/gif/GIFImageReader.cpp     if ((unsigned)drowStart >= m_frameContext->height())
height            161 Source/platform/image-decoders/gif/GIFImageReader.cpp                 if (irow >= m_frameContext->height()) {
height            169 Source/platform/image-decoders/gif/GIFImageReader.cpp                 if (irow >= m_frameContext->height()) {
height            177 Source/platform/image-decoders/gif/GIFImageReader.cpp                 if (irow >= m_frameContext->height()) {
height            185 Source/platform/image-decoders/gif/GIFImageReader.cpp                 if (irow >= m_frameContext->height()) {
height            194 Source/platform/image-decoders/gif/GIFImageReader.cpp         } while (irow > (m_frameContext->height() - 1));
height            625 Source/platform/image-decoders/gif/GIFImageReader.cpp             unsigned height, width, xOffset, yOffset;
height            633 Source/platform/image-decoders/gif/GIFImageReader.cpp             height = GETINT16(currentComponent + 6);
height            640 Source/platform/image-decoders/gif/GIFImageReader.cpp                 && ((m_screenHeight < height) || (m_screenWidth < width) || (m_version == 87))) {
height            641 Source/platform/image-decoders/gif/GIFImageReader.cpp                 m_screenHeight = height;
height            652 Source/platform/image-decoders/gif/GIFImageReader.cpp             if (!height || !width) {
height            653 Source/platform/image-decoders/gif/GIFImageReader.cpp                 height = m_screenHeight;
height            655 Source/platform/image-decoders/gif/GIFImageReader.cpp                 if (!height || !width)
height            671 Source/platform/image-decoders/gif/GIFImageReader.cpp             currentFrame->setRect(xOffset, yOffset, width, height);
height            673 Source/platform/image-decoders/gif/GIFImageReader.cpp             m_screenHeight = std::max(m_screenHeight, height);
height            792 Source/platform/image-decoders/gif/GIFImageReader.cpp     rowsRemaining = m_frameContext->height();
height            215 Source/platform/image-decoders/gif/GIFImageReader.h     void setRect(unsigned x, unsigned y, unsigned width, unsigned height)
height            220 Source/platform/image-decoders/gif/GIFImageReader.h         m_height = height;
height            226 Source/platform/image-decoders/gif/GIFImageReader.h     unsigned height() const { return m_height; }
height             93 Source/platform/image-decoders/ico/ICOImageDecoder.cpp bool ICOImageDecoder::setSize(unsigned width, unsigned height)
height             97 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed());
height            160 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     const int aEntryArea = a.m_size.width() * a.m_size.height();
height            161 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     const int bEntryArea = b.m_size.width() * b.m_size.height();
height            292 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     return setSize(dirEntry.m_size.width(), dirEntry.m_size.height());
height            305 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     int height = static_cast<uint8_t>(m_data->data()[m_decodedOffset + 1]);
height            306 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     if (!height)
height            307 Source/platform/image-decoders/ico/ICOImageDecoder.cpp         height = 256;
height            309 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     entry.m_size = IntSize(width, height);
height             52 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE;
height            613 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp bool JPEGImageDecoder::setSize(unsigned width, unsigned height)
height            615 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     if (!ImageDecoder::setSize(width, height))
height            621 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     setDecodedSize(width, height);
height            625 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp void JPEGImageDecoder::setDecodedSize(unsigned width, unsigned height)
height            627 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     m_decodedSize = IntSize(width, height);
height            632 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     size_t originalBytes = size().width() * size().height() * 4;
height            733 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         ASSERT(info->output_height == static_cast<JDIMENSION>(m_decodedSize.height()));
height             50 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual bool setSize(unsigned width, unsigned height) OVERRIDE;
height             62 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     void setDecodedSize(unsigned width, unsigned height);
height             78 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     *outputHeight = frame->getSkBitmap().height();
height            303 Source/platform/image-decoders/png/PNGImageDecoder.cpp     png_uint_32 height = png_get_image_height(png, info);
height            306 Source/platform/image-decoders/png/PNGImageDecoder.cpp     if (width > cMaxPNGSize || height > cMaxPNGSize) {
height            317 Source/platform/image-decoders/png/PNGImageDecoder.cpp     bool result = setSize(width, height);
height            325 Source/platform/image-decoders/png/PNGImageDecoder.cpp     png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
height            404 Source/platform/image-decoders/png/PNGImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height())) {
height            411 Source/platform/image-decoders/png/PNGImageDecoder.cpp             m_reader->createInterlaceBuffer(colorChannels * size().width() * size().height());
height            452 Source/platform/image-decoders/png/PNGImageDecoder.cpp     if (y < 0 || y >= size().height())
height            248 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             IntRect frameRect(animatedFrame.x_offset, animatedFrame.y_offset, animatedFrame.width, animatedFrame.height);
height            252 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             if (frameRect.maxY() > size().height())
height            253 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp                 frameRect.setHeight(size().height() - animatedFrame.y_offset);
height            272 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height()))
height            387 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(decodedHeight <= frameRect.height());
height            468 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         int width, height;
height            473 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         height = features.height;
height            475 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         if (!setSize(width, height))
height            488 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         if (!buffer.setSize(size().width(), size().height()))
height            509 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.size = m_decoderBuffer.u.RGBA.stride * frameRect.height();
height            210 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         int xOffset, yOffset, width, height;
height            225 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
height            229 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
height            252 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         int xOffset, yOffset, width, height;
height            268 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
height            272 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
height            295 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         int xOffset, yOffset, width, height;
height            311 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
height            315 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(frameParameters[i].height, frame->originalFrameRect().height());
height            145 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     cinfo.image_height = imageSize.height();
height            207 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
height             96 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     png_set_IHDR(png, info, imageSize.width(), imageSize.height(),
height            103 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     for (int y = 0; y < imageSize.height(); ++y) {
height            124 Source/platform/image-encoders/skia/PNGImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char*>(bitmap.getPixels()), true, output);
height             57 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     size_t pixelCount = picture->height * picture->width;
height             99 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     if (!imageSize.height() || imageSize.height() > WEBP_MAX_DIMENSION)
height            101 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     picture.height = imageSize.height();
height            125 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp     return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);
height             96 Source/platform/scroll/ScrollAnimator.cpp         || (deltaY < 0 && maxForwardScrollDelta.height() > 0)
height             97 Source/platform/scroll/ScrollAnimator.cpp         || (deltaY > 0 && maxBackwardScrollDelta.height() > 0)) {
height            194 Source/platform/scroll/ScrollView.cpp         horizontalScrollbarHeight = !horizontalBar->isOverlayScrollbar() ? horizontalBar->height() : 0;
height            197 Source/platform/scroll/ScrollView.cpp         max(0, size.height() - horizontalScrollbarHeight));
height            252 Source/platform/scroll/ScrollView.cpp         return orientation == HorizontalScrollbar ? scrollSize.width() : scrollSize.height();
height            374 Source/platform/scroll/ScrollView.cpp             if (!scrollbarsAreOverlay && newHasHorizontalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
height            378 Source/platform/scroll/ScrollView.cpp             newHasVerticalScrollbar = docSize.height() > visibleHeight();
height            379 Source/platform/scroll/ScrollView.cpp             if (!scrollbarsAreOverlay && newHasVerticalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
height            395 Source/platform/scroll/ScrollView.cpp                 ScrollableArea::setScrollOrigin(IntPoint(scrollOrigin().x(), scrollOrigin().y() - m_horizontalScrollbar->height()));
height            443 Source/platform/scroll/ScrollView.cpp                         height() - m_horizontalScrollbar->height(),
height            445 Source/platform/scroll/ScrollView.cpp                         m_horizontalScrollbar->height());
height            464 Source/platform/scroll/ScrollView.cpp                          height() - (m_horizontalScrollbar ? m_horizontalScrollbar->height() : 0));
height            511 Source/platform/scroll/ScrollView.cpp         int horizontalScrollbarHeight = (horizontalScrollbar() && !hasLayerForHorizontalScrollbar()) ? horizontalScrollbar()->height() : 0;
height            514 Source/platform/scroll/ScrollView.cpp         scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
height            544 Source/platform/scroll/ScrollView.cpp         int panIconDirtySquareSizeLength = 2 * (panIconSizeLength + max(abs(scrollDelta.width()), abs(scrollDelta.height()))); // We only want to repaint what's necessary
height            730 Source/platform/scroll/ScrollView.cpp         graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height()));
height            790 Source/platform/scroll/ScrollView.cpp                                  height() - m_horizontalScrollbar->height(),
height            792 Source/platform/scroll/ScrollView.cpp                                  m_horizontalScrollbar->height()));
height            795 Source/platform/scroll/ScrollView.cpp     if (m_verticalScrollbar && height() - m_verticalScrollbar->height() > 0) {
height            797 Source/platform/scroll/ScrollView.cpp                                  m_verticalScrollbar->height(),
height            799 Source/platform/scroll/ScrollView.cpp                                  height() - m_verticalScrollbar->height()));
height            914 Source/platform/scroll/ScrollView.cpp         ? horizontalScrollbar()->height() : 0;
height            922 Source/platform/scroll/ScrollView.cpp         int height = physicalScrollY - (contentsHeight() - visibleHeight());
height            924 Source/platform/scroll/ScrollView.cpp         horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
height            925 Source/platform/scroll/ScrollView.cpp         horizontalOverhangRect.setHeight(height);
height            932 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);
height            935 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
height            941 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);
height            944 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
height           1000 Source/platform/scroll/ScrollView.cpp         int horizontalScrollbarYMax = m_horizontalScrollbar->frameRect().y() + m_horizontalScrollbar->frameRect().height();
height           1008 Source/platform/scroll/ScrollView.cpp     int verticalScrollbarYMin = m_verticalScrollbar->frameRect().y() + m_verticalScrollbar->frameRect().height();
height           1016 Source/platform/scroll/ScrollView.cpp         || (m_verticalScrollbar && height() - m_verticalScrollbar->height() > 0);
height            124 Source/platform/scroll/ScrollView.h     virtual int visibleHeight() const OVERRIDE { return visibleContentRect().height(); }
height            141 Source/platform/scroll/ScrollView.h     int contentsHeight() const { return contentsSize().height(); }
height            410 Source/platform/scroll/ScrollableArea.cpp             horizontalScrollbarHeight = !horizontalBar->isOverlayScrollbar() ? horizontalBar->height() : 0;
height            505 Source/platform/scroll/Scrollbar.cpp                     adjustedRect.setHeight(rect.height() - overlap);
height             58 Source/platform/scroll/Scrollbar.h     virtual int height() const OVERRIDE { return Widget::height(); }
height            287 Source/platform/scroll/ScrollbarTheme.cpp     return (scrollbar->orientation() == HorizontalScrollbar) ? constrainedTrackRect.width() : constrainedTrackRect.height();
height            307 Source/platform/scroll/ScrollbarTheme.cpp     return scrollbar->orientation() == HorizontalScrollbar ? track.height() : track.width();
height            322 Source/platform/scroll/ScrollbarTheme.cpp         thumbRect = IntRect(trackRect.x() + thumbPos, trackRect.y(), thumbLength(scrollbar), scrollbar->height());
height            323 Source/platform/scroll/ScrollbarTheme.cpp         beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), thumbPos + thumbRect.width() / 2, trackRect.height());
height            324 Source/platform/scroll/ScrollbarTheme.cpp         afterThumbRect = IntRect(trackRect.x() + beforeThumbRect.width(), trackRect.y(), trackRect.maxX() - beforeThumbRect.maxX(), trackRect.height());
height            327 Source/platform/scroll/ScrollbarTheme.cpp         beforeThumbRect = IntRect(trackRect.x(), trackRect.y(), trackRect.width(), thumbPos + thumbRect.height() / 2);
height            328 Source/platform/scroll/ScrollbarTheme.cpp         afterThumbRect = IntRect(trackRect.x(), trackRect.y() + beforeThumbRect.height(), trackRect.width(), trackRect.maxY() - beforeThumbRect.maxY());
height             46 Source/platform/scroll/ScrollbarThemeClient.h     virtual int height() const = 0;
height             86 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     extraParams.scrollbarTrack.trackHeight = alignRect.height();
height            150 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         return IntSize(size.width(), scrollbar->height() < 2 * size.height() ? scrollbar->height() / 2 : size.height());
height            155 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp     return IntSize(scrollbar->width() < 2 * size.width() ? scrollbar->width() / 2 : size.width(), size.height());
height            162 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp         return size.height();
height             51 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     return IntRect(scrollbar->x(), scrollbar->y(), size.width(), size.height());
height             67 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp         y = scrollbar->y() + scrollbar->height() - size.height();
height             69 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     return IntRect(x, y, size.width(), size.height());
height             83 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (scrollbar->height() <= 2 * bs.height() + 1)
height             85 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     return IntRect(scrollbar->x(), scrollbar->y() + bs.height(), thickness, scrollbar->height() - 2 * bs.height());
height            100 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     if (rect.height() <= 0 || rect.width() <= 0)
height            117 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp         const int yPos = rect.y() + (rect.height() * percent);
height            129 Source/platform/scroll/ScrollbarThemeOverlay.cpp         thumbRect.setHeight(thumbRect.height() - m_scrollbarMargin);
height            142 Source/platform/text/TextStream.cpp     return ts << "at (" << r.x() << "," << r.y() << ") size " << r.width() << "x" << r.height();
height            161 Source/platform/text/TextStream.cpp     ts << " height=" << TextStream::FormatNumberRespectingIntegers(s.height());
height            170 Source/platform/text/TextStream.cpp     ts << "x" << TextStream::FormatNumberRespectingIntegers(r.height());
height            230 Source/platform/transforms/AffineTransform.cpp     transform.scale(dest.width() / source.width(), dest.height() / source.height());
height            260 Source/platform/transforms/AffineTransform.cpp     double height2 = size.height() * yScale();
height            268 Source/platform/transforms/AffineTransform.cpp     double height2 = size.height() * yScale();
height            641 Source/platform/transforms/TransformationMatrix.cpp     if (std::isinf(mappedQuadBounds.y()) && std::isinf(mappedQuadBounds.height()))
height            971 Source/platform/transforms/TransformationMatrix.cpp                                 to.height() / from.height(),
height             47 Source/platform/transforms/TranslateTransformOperation.h     double y(const FloatSize& borderBoxSize) const { return floatValueForLength(m_y, borderBoxSize.height()); }
height            163 Source/web/ChromeClientImpl.cpp         rect.height = m_webView->size().height;
height            504 Source/web/ChromeClientImpl.cpp             int dy = scrollDelta.height();
height             76 Source/web/DragClientImpl.cpp     WebPoint offsetPoint(offsetSize.width(), offsetSize.height());
height            210 Source/web/ExternalPopupMenu.cpp     info->itemHeight = m_popupMenuClient->menuStyle().font().fontMetrics().height();
height             94 Source/web/FindInPageCoordinates.cpp     normalizedRect.scale(1 / containerRect.width(), 1 / containerRect.height());
height            116 Source/web/FindInPageCoordinates.cpp             normalizedRect.scale(normalizedBoxRect.width(), normalizedBoxRect.height());
height            130 Source/web/FullscreenController.cpp                         WebPoint(m_exitFullscreenScrollOffset.width(), m_exitFullscreenScrollOffset.height()));
height            104 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow)
height            107 Source/web/InspectorClientImpl.cpp         agent->overrideDeviceMetrics(width, height, deviceScaleFactor, emulateViewport, fitWindow);
height            264 Source/web/LinkHighlight.cpp     IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height));
height            340 Source/web/LinkHighlight.cpp             m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));
height            164 Source/web/PageOverlay.cpp         WebRect damagedRect(0, 0, size.width, size.height);
height            135 Source/web/PageScaleConstraintsSet.cpp     return width * (deviceSize.height() / deviceSize.width());
height            157 Source/web/PageScaleConstraintsSet.cpp     float adjustedLayoutSizeHeight = m_pageDefinedConstraints.layoutSize.height();
height            137 Source/web/PopupContainer.cpp         if (widgetRectInScreen.y() - widgetRectInScreen.height() - targetControlHeight - transformOffset.height() > 0) {
height            139 Source/web/PopupContainer.cpp             widgetRectInScreen.move(-transformOffset.width(), -(widgetRectInScreen.height() + targetControlHeight + transformOffset.height()));
height            143 Source/web/PopupContainer.cpp             int spaceAbove = widgetRectInScreen.y() - targetControlHeight + transformOffset.height();
height            154 Source/web/PopupContainer.cpp                 widgetRectInScreen.move(-transformOffset.width(), -(widgetRectInScreen.height() + targetControlHeight + transformOffset.height()));
height            188 Source/web/PopupContainer.cpp     IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2);
height            199 Source/web/PopupContainer.cpp     widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
height            219 Source/web/PopupContainer.cpp     IntSize transformOffset(m_controlPosition.p4().x() - m_controlPosition.p1().x(), m_controlPosition.p4().y() - m_controlPosition.p1().y() - m_controlSize.height());
height            220 Source/web/PopupContainer.cpp     popupOpened(layoutAndCalculateWidgetRect(m_controlSize.height(), transformOffset, roundedIntPoint(m_controlPosition.p4())));
height            254 Source/web/PopupContainer.cpp     resize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2);
height            363 Source/web/PopupContainer.cpp     gc->drawRect(IntRect(tx, ty, borderSize, height()));
height            364 Source/web/PopupContainer.cpp     gc->drawRect(IntRect(tx, ty + height() - borderSize, width(), borderSize));
height            365 Source/web/PopupContainer.cpp     gc->drawRect(IntRect(tx + width() - borderSize, ty, borderSize, height()));
height            416 Source/web/PopupContainer.cpp     locationInWindow.move(0, targetControlRect.height());
height            418 Source/web/PopupContainer.cpp     IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow);
height            425 Source/web/PopupListBox.cpp             rowRect.y() + (rowRect.height() - separatorHeight) / 2,
height            461 Source/web/PopupListBox.cpp     int textY = rowRect.y() + itemFont.fontMetrics().ascent() + (rowRect.height() - itemFont.fontMetrics().height()) / 2;
height            579 Source/web/PopupListBox.cpp     int fontHeight = getRowFont(index).fontMetrics().height();
height            819 Source/web/PopupListBox.cpp     return numItems() && IntRect(0, 0, width(), height()).contains(point);
height            824 Source/web/PopupListBox.cpp     return height();
height            183 Source/web/ScrollbarGroup.cpp     return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight());
height            189 Source/web/ScrollbarGroup.cpp         return m_verticalScrollbar->scrollbar()->height();
height            191 Source/web/ScrollbarGroup.cpp         return m_horizontalScrollbar->scrollbar()->height();
height            274 Source/web/ScrollbarGroup.cpp         length = m_verticalScrollbar->scrollbar()->height();
height            540 Source/web/TextFinder.cpp         float height = offset.height();
height            541 Source/web/TextFinder.cpp         float currentDistanceSquared = width * width + height * height;
height             50 Source/web/ViewportAnchor.cpp     return rect.width() * rect.height();
height             94 Source/web/ViewportAnchor.cpp     anchorOffset.scale(anchorInViewCoords.width(), anchorInViewCoords.height());
height            104 Source/web/ViewportAnchor.cpp     m_anchorInNodeCoords.scale(1.f / m_anchorNodeBounds.width(), 1.f / m_anchorNodeBounds.height());
height            118 Source/web/ViewportAnchor.cpp     anchorOffsetFromNode.scale(m_anchorInNodeCoords.width(), m_anchorInNodeCoords.height());
height            123 Source/web/ViewportAnchor.cpp     anchorOffsetFromOrigin.scale(m_anchorInViewCoords.width(), m_anchorInViewCoords.height());
height            326 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow)
height            328 Source/web/WebDevToolsAgentImpl.cpp     if (!width && !height && !deviceScaleFactor) {
height            348 Source/web/WebDevToolsAgentImpl.cpp         params.viewSize = WebSize(width, height);
height            110 Source/web/WebDevToolsAgentImpl.h     virtual void overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE;
height             77 Source/web/WebFontImpl.cpp     return m_font.fontMetrics().height();
height            123 Source/web/WebFontImpl.cpp WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
height            126 Source/web/WebFontImpl.cpp     return m_font.selectionRectForText(run, leftBaseline, height, from, to);
height             49 Source/web/WebFontImpl.h     virtual int height() const OVERRIDE;
height             58 Source/web/WebFontImpl.h         int height, int from = 0, int to = -1) const OVERRIDE;
height            240 Source/web/WebFrameImpl.cpp         if (!contentRenderer || !contentRenderer->width() || !contentRenderer->height()
height            241 Source/web/WebFrameImpl.cpp             || (contentRenderer->x() + contentRenderer->width() <= 0) || (contentRenderer->y() + contentRenderer->height() <= 0)
height            292 Source/web/WebFrameImpl.cpp     virtual void begin(float width, float height)
height            296 Source/web/WebFrameImpl.cpp         PrintContext::begin(m_printedPageWidth, height);
height            345 Source/web/WebFrameImpl.cpp         int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
height            374 Source/web/WebFrameImpl.cpp             currentHeight += pageSizeInPixels.height() + 1;
height            405 Source/web/WebFrameImpl.cpp     virtual void begin(float width, float height)
height            565 Source/web/WebFrameImpl.cpp         view->setScrollOffset(IntPoint(offset.width, offset.height));
height           1401 Source/web/WebFrameImpl.cpp     FloatRect rect(0, 0, static_cast<float>(printParams.printContentArea.width), static_cast<float>(printParams.printContentArea.height));
height           1402 Source/web/WebFrameImpl.cpp     m_printContext->begin(rect.width(), rect.height());
height           1605 Source/web/WebFrameImpl.cpp     m_printContext->spoolAllPagesWithBoundaries(graphicsContext, FloatSize(pageSizeInPixels.width, pageSizeInPixels.height));
height             84 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
height            129 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
height            196 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
height            201 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
height            205 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.tapDown.width / scale, e.data.tapDown.height / scale));
height            209 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.showPress.width / scale, e.data.showPress.height / scale));
height            227 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));
height            231 Source/web/WebInputEventConversion.cpp         m_area = expandedIntSize(FloatSize(e.data.longPress.width / scale, e.data.longPress.height / scale));
height            246 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
height            410 Source/web/WebInputEventConversion.cpp     m_pos = widget->convertFromContainingWindow(IntPoint((point.position.x - offset.width()) / scale, (point.position.y - offset.height()) / scale));
height            489 Source/web/WebMediaPlayerClientImpl.cpp     dest.set(rect.x(), rect.y(), rect.x() + rect.width(), rect.y() + rect.height());
height             77 Source/web/WebPagePopupImpl.cpp         return FloatRect(m_popup->m_windowRectInScreen.x, m_popup->m_windowRectInScreen.y, m_popup->m_windowRectInScreen.width, m_popup->m_windowRectInScreen.height);
height            102 Source/web/WebPagePopupImpl.cpp         m_popup->widgetClient()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect));
height            315 Source/web/WebPagePopupImpl.cpp     m_widgetClient->didInvalidateRect(IntRect(0, 0, size().width, size().height));
height            339 Source/web/WebPagePopupImpl.cpp     m_windowRectInScreen = WebRect(m_windowRectInScreen.x, m_windowRectInScreen.y, newSize.width, newSize.height);
height            344 Source/web/WebPagePopupImpl.cpp     m_widgetClient->didInvalidateRect(WebRect(0, 0, newSize.width, newSize.height));
height            504 Source/web/WebPluginContainerImpl.cpp     IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height);
height            507 Source/web/WebPluginContainerImpl.cpp     LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2);
height            905 Source/web/WebPluginContainerImpl.cpp         convertToContainingWindow(IntRect(0, 0, width(), height()));
height            209 Source/web/WebPluginScrollbarImpl.cpp     int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
height            221 Source/web/WebPluginScrollbarImpl.cpp     int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
height            182 Source/web/WebPopupMenuImpl.cpp         IntRect newGeometry(0, 0, m_size.width, m_size.height);
height            187 Source/web/WebPopupMenuImpl.cpp         WebRect damagedRect(0, 0, m_size.width, m_size.height);
height            241 Source/web/WebPopupMenuImpl.cpp     m_client->didInvalidateRect(IntRect(0, 0, m_size.width, m_size.height));
height            422 Source/web/WebPopupMenuImpl.cpp         int dy = scrollDelta.height();
height             48 Source/web/WebScrollbarThemePainter.cpp     SkRect clip = SkRect::MakeXYWH(rect.x, rect.y, rect.width, rect.height);
height            569 Source/web/WebViewImpl.cpp         syntheticWheel.deltaY = delta.height;
height            571 Source/web/WebViewImpl.cpp         syntheticWheel.wheelTicksY = delta.height / tickDivisor;
height            586 Source/web/WebViewImpl.cpp         syntheticGestureEvent.data.scrollUpdate.deltaY = delta.height;
height            680 Source/web/WebViewImpl.cpp             scaledEvent.data.tap.height = event.data.tap.height / pageScaleFactor();
height            681 Source/web/WebViewImpl.cpp             IntRect boundingBox(scaledEvent.x - scaledEvent.data.tap.width / 2, scaledEvent.y - scaledEvent.data.tap.height / 2, scaledEvent.data.tap.width, scaledEvent.data.tap.height);
height           1003 Source/web/WebViewImpl.cpp     HitTestResult result = mainFrameImpl()->frame()->eventHandler().hitTestResultAtPoint(point, hitType, IntSize(rect.width, rect.height));
height           1051 Source/web/WebViewImpl.cpp     return WebRect(newX, source.y, newWidth, source.height);
height           1101 Source/web/WebViewImpl.cpp     float screenHeight = m_size.height / scale;
height           1104 Source/web/WebViewImpl.cpp     if (rect.height < screenHeight) {
height           1106 Source/web/WebViewImpl.cpp         rect.y -= 0.5 * (screenHeight - rect.height);
height           1707 Source/web/WebViewImpl.cpp     target.setConfig(SkBitmap::kARGB_8888_Config, rect.width(), rect.height(), rect.width() * 4);
height           1749 Source/web/WebViewImpl.cpp         double pixelsPerSec = (rect.width * rect.height) / (paintEnd - paintStart);
height           1774 Source/web/WebViewImpl.cpp     WebRect damagedRect(0, 0, m_size.width, m_size.height);
height           2493 Source/web/WebViewImpl.cpp         frame->view()->scrollElementToRect(element, IntRect(rect.x, rect.y, rect.width, rect.height));
height           2520 Source/web/WebViewImpl.cpp     newScale = clampPageScaleFactorToLimits(legibleScale() * minReadableCaretHeight / caret.height);
height           2530 Source/web/WebViewImpl.cpp     int viewHeight = m_size.height / newScale;
height           2544 Source/web/WebViewImpl.cpp     if (textboxRectInDocumentCoordinates.height() <= viewHeight) {
height           2546 Source/web/WebViewImpl.cpp         newScroll.setY(textboxRectInDocumentCoordinates.y() - (viewHeight - textboxRectInDocumentCoordinates.height()) / 2);
height           2550 Source/web/WebViewImpl.cpp         newScroll.setY(max<int>(textboxRectInDocumentCoordinates.y(), caretInDocumentCoordinates.y() + caretInDocumentCoordinates.height() + caretPadding - viewHeight));
height           2563 Source/web/WebViewImpl.cpp     if (sizeRect.contains(textboxRectInDocumentCoordinates.width(), textboxRectInDocumentCoordinates.height()) && !sizeRect.contains(textboxRect))
height           2681 Source/web/WebViewImpl.cpp     IntPoint scrollOffset(mainFrame()->scrollOffset().width, mainFrame()->scrollOffset().height);
height           2797 Source/web/WebViewImpl.cpp     if (!settings()->viewportEnabled() || !page() || (!m_size.width && !m_size.height))
height           2811 Source/web/WebViewImpl.cpp         if (adjustedDescription.maxHeight.isFixed() && adjustedDescription.maxHeight.value() <= m_size.height)
height           2948 Source/web/WebViewImpl.cpp     m_fixedLayoutSizeLock = layoutSize.width || layoutSize.height;
height           3201 Source/web/WebViewImpl.cpp             WebRect damagedRect(0, 0, m_size.width, m_size.height);
height           3807 Source/web/WebViewImpl.cpp         WebPoint scrollPoint(scrollOffset.width, scrollOffset.height);
height           3816 Source/web/WebViewImpl.cpp         TRACE_EVENT_INSTANT2("webkit", "WebViewImpl::applyScrollAndScale::scrollBy", "x", scrollDelta.width, "y", scrollDelta.height);
height           3818 Source/web/WebViewImpl.cpp         IntPoint scrollOffset(webScrollOffset.width + scrollDelta.width, webScrollOffset.height + scrollDelta.height);
height           3825 Source/web/WebViewImpl.cpp         scrollOffset.height += scrollDelta.height;
height           3827 Source/web/WebViewImpl.cpp         WebPoint scrollPoint(scrollOffset.width, scrollOffset.height);
height           3838 Source/web/WebViewImpl.cpp     m_client->didInvalidateRect(IntRect(0, 0, m_size.width, m_size.height));
height           3884 Source/web/WebViewImpl.cpp         transform.translate(m_rootLayerOffset.width, m_rootLayerOffset.height);
height             71 Source/web/painting/PaintAggregator.cpp     return rect.size().width() * rect.size().height();
height            110 Source/web/painting/PaintAggregator.cpp     return (a.y() == b.y() && a.height() == b.height() && (a.x() == b.maxX() || a.maxX() == b.x()))
height            134 Source/web/painting/PaintAggregator.cpp         damagedRect.setHeight(scrollRect.height());
height            217 Source/web/tests/LinkHighlightTest.cpp     touchEvent.data.tap.height = 30;
height            221 Source/web/tests/LinkHighlightTest.cpp     IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.tap.height / 2, touchEvent.data.tap.width, touchEvent.data.tap.height);
height             37 Source/web/tests/PopupContainerTest.cpp     virtual int popupContentHeight() const OVERRIDE { return height; }
height             44 Source/web/tests/PopupContainerTest.cpp         height = std::min(maxHeight, height);
height             45 Source/web/tests/PopupContainerTest.cpp         height -= height % 16;
height             56 Source/web/tests/PopupContainerTest.cpp         , height(widgetSize.height() - borderSize * 2)
height             58 Source/web/tests/PopupContainerTest.cpp         , maxHeight(height)
height             64 Source/web/tests/PopupContainerTest.cpp     int height;
height            157 Source/web/tests/PopupContainerTest.cpp         EXPECT_EQ(464, content.height);
height            167 Source/web/tests/PopupContainerTest.cpp         EXPECT_EQ(368, content.height);
height            167 Source/web/tests/PopupMenuTest.cpp         screenInfo.availableRect.height = 2000;
height             76 Source/web/tests/ProgrammaticScrollTest.cpp     EXPECT_EQ(200, webViewImpl->mainFrameImpl()->scrollOffset().height);
height            103 Source/web/tests/ProgrammaticScrollTest.cpp     EXPECT_EQ(400, webViewImpl->mainFrameImpl()->scrollOffset().height);
height            212 Source/web/tests/TouchActionTest.cpp         WebCore::FloatRect clientFloatRect = WebCore::FloatRect(r->left(), r->top(), r->width(), r->height());
height            150 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            169 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            188 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            207 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(176, constraints.layoutSize.height());
height            226 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height            245 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(220, constraints.layoutSize.height());
height            264 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            283 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            302 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            321 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            340 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            359 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height            378 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            397 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            416 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            435 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            454 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            473 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height            492 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(176, constraints.layoutSize.height());
height            511 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            530 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            549 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            568 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            587 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            606 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            625 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            644 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height            663 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(387.2, constraints.layoutSize.height(), 0.01);
height            682 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(770, constraints.layoutSize.height());
height            701 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(220, constraints.layoutSize.height());
height            720 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(700, constraints.layoutSize.height());
height            739 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(200, constraints.layoutSize.height());
height            758 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            777 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height            796 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height            815 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(700, constraints.layoutSize.height());
height            834 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            853 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height            872 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(700, constraints.layoutSize.height());
height            891 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height            910 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height            929 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1000, constraints.layoutSize.height());
height            948 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height            967 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(10000, constraints.layoutSize.height());
height            986 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(3520, constraints.layoutSize.height());
height           1005 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(35.2, constraints.layoutSize.height(), 0.01f);
height           1024 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(3000, constraints.layoutSize.height());
height           1043 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1062 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1081 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1100 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1119 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1138 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1157 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1176 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1195 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1214 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1233 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(3520, constraints.layoutSize.height());
height           1252 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1271 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(35.2, constraints.layoutSize.height(), 0.01f);
height           1290 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1309 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1328 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1347 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1366 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1385 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1404 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1423 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1442 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1461 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1480 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1499 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1518 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1537 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1556 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1575 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(35.2, constraints.layoutSize.height(), 0.01);
height           1594 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1408, constraints.layoutSize.height());
height           1613 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(110, constraints.layoutSize.height());
height           1632 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1651 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           1670 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(3300, constraints.layoutSize.height());
height           1689 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           1708 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1727 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(480, constraints.layoutSize.height());
height           1746 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(594, constraints.layoutSize.height());
height           1765 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(502.86, constraints.layoutSize.height(), 0.01f);
height           1784 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           1803 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1822 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(770, constraints.layoutSize.height());
height           1841 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           1860 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           1879 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           1898 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           1917 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1936 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1955 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1974 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           1993 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2012 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2031 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2050 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2069 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           2088 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2107 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2126 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           2145 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(440, constraints.layoutSize.height());
height           2164 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(400, constraints.layoutSize.height());
height           2183 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2202 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2221 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2240 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           2259 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           2278 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2297 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2316 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           2335 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           2354 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4, constraints.layoutSize.height(), 0.01f);
height           2373 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(135.3, constraints.layoutSize.height(), 0.01f);
height           2392 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2411 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2430 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2449 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2468 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(176, constraints.layoutSize.height());
height           2487 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2506 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2525 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           2544 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2571 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height           2593 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(550, constraints.layoutSize.height());
height           2613 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2633 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2653 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2673 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(330, constraints.layoutSize.height());
height           2693 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(330, constraints.layoutSize.height());
height           2713 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(330, constraints.layoutSize.height());
height           2733 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2753 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2773 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(330, constraints.layoutSize.height());
height           2793 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(330, constraints.layoutSize.height());
height           2826 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2845 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height           2864 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(704, constraints.layoutSize.height());
height           2882 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2895 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2907 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2965 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(352, constraints.layoutSize.height());
height           2989 Source/web/tests/ViewportTest.cpp     EXPECT_EQ(1078, constraints.layoutSize.height());
height           3014 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4f, constraints.layoutSize.height(), 0.01);
height           3039 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(135.3f, constraints.layoutSize.height(), 0.01);
height           3081 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(352.0f, constraints.layoutSize.height(), 0.01);
height           3106 Source/web/tests/ViewportTest.cpp     EXPECT_NEAR(70.4f, constraints.layoutSize.height(), 0.01);
height            115 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(a.height(), b.height());
height            810 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(fixedLayoutHeight, webViewHelper.webViewImpl()->page()->mainFrame()->view()->layoutSize().height());
height            882 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(divHeight, webViewHelper.webView()->mainFrame()->contentsSize().height);
height            885 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(divHeight, webViewHelper.webView()->contentsPreferredMinimumSize().height);
height            930 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height());
height           1119 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height());
height           1141 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(viewportHeight / 2, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height());
height           1162 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(980.0 / viewportWidth * viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height());
height           1202 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(980.0 / viewportWidth * viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height());
height           1427 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(800, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height());
height           1453 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(800, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height());
height           1476 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(1000, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height());
height           1481 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(800, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height());
height           1702 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(viewportHeight, unscaledSize.height());
height           1706 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(viewportHeightMinusScrollbar, unscaledSizeMinusScrollbar.height());
height           1710 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(ceil(viewportHeightMinusScrollbar / 2.0), scaledSize.height());
height           1761 Source/web/tests/WebFrameTest.cpp         EXPECT_NEAR(viewportHeight * densityDpiScaleRatio, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1787 Source/web/tests/WebFrameTest.cpp         EXPECT_NEAR(viewportHeight * client.m_screenInfo.deviceScaleFactor, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1814 Source/web/tests/WebFrameTest.cpp         EXPECT_NEAR(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1838 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight * client.m_screenInfo.deviceScaleFactor, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1862 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight * client.m_screenInfo.deviceScaleFactor / pageZoom, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1885 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight / enforcedPageScaleFactor, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1905 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1929 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight * client.m_screenInfo.deviceScaleFactor, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1950 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->layoutSize().height(), 1.0f);
height           1980 Source/web/tests/WebFrameTest.cpp         relativeOffset.scale(1.f / rect.width(), 1.f / rect.height());
height           1992 Source/web/tests/WebFrameTest.cpp         const float aspectRatio = static_cast<float>(viewportSize.width) / viewportSize.height;
height           1999 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.width, viewportSize.height));
height           2003 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.height, viewportSize.width));
height           2011 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.width, viewportSize.height));
height           2012 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->setPageScaleFactor(initialPageScaleFactor, WebPoint(scrollOffset.width, scrollOffset.height));
height           2015 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.width, viewportSize.height * 0.8f));
height           2018 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.width, viewportSize.height * 0.8f));
height           2026 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.height, viewportSize.width));
height           2028 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.width, viewportSize.height));
height           2040 Source/web/tests/WebFrameTest.cpp             webViewHelper.webViewImpl()->resize(WebSize(viewportSize.height, viewportSize.width));
height           2041 Source/web/tests/WebFrameTest.cpp             WebCore::IntPoint newAnchorPoint = WebCore::IntPoint(webViewHelper.webViewImpl()->mainFrame()->scrollOffset()) + WebCore::IntPoint(viewportSize.height / 2, 0);
height           2151 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(view->scrollSize(WebCore::VerticalScrollbar), view->contentsSize().height() - view->visibleContentRect().height());
height           2156 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(view->scrollSize(WebCore::VerticalScrollbar), view->contentsSize().height() - view->visibleContentRect().height());
height           2626 Source/web/tests/WebFrameTest.cpp     int vScroll = editBoxWithText.y - (viewportHeight / scale - editBoxWithText.height) / 2;
height           2628 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(minReadableCaretHeight / caret.height, scale, 0.1);
height           2641 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(minReadableCaretHeight / caret.height, scale, 0.1);
height           2652 Source/web/tests/WebFrameTest.cpp     vScroll = editBoxWithNoText.y - (viewportHeight / scale - editBoxWithNoText.height) / 2;
height           2654 Source/web/tests/WebFrameTest.cpp     EXPECT_NEAR(minReadableCaretHeight / caret.height, scale, 0.1);
height           3507 Source/web/tests/WebFrameTest.cpp     return WebPoint(rect.x + rect.width - 1, rect.y + rect.height - 1);
height           3858 Source/web/tests/WebFrameTest.cpp     event.data.tap.height = 50;
height           5057 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(image.size().height, 10);
height            158 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tap.height = 10;
height            162 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            169 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tap.height = 10;
height            173 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            180 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tapDown.height = 10;
height            184 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            191 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.showPress.height = 10;
height            195 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            202 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.longPress.height = 10;
height            206 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            217 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.area().height());
height            364 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tap.height = 30;
height            368 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            375 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tap.height = 30;
height            379 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            386 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tapDown.height = 30;
height            390 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            397 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.showPress.height = 30;
height            401 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            408 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.longPress.height = 30;
height            412 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            423 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.area().height());
height            475 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.data.tap.height = 10;
height            103 Source/web/tests/WebViewTest.cpp     int height() const { return m_size.height; }
height            389 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(expectedHeight, client.testData().height());
height            780 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(0, webViewImpl->mainFrame()->scrollOffset().height);
height            786 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(84, webViewImpl->mainFrame()->scrollOffset().height);
height            798 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(0, webViewImpl->mainFrame()->scrollOffset().height);
height            820 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(0, webViewImpl->mainFrame()->scrollOffset().height);
height            826 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(84, webViewImpl->mainFrame()->scrollOffset().height);
height            846 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(84, webViewImpl->mainFrame()->scrollOffset().height);
height             51 Source/web/x11/WebScreenInfoFactory.cpp     unsigned width, height, border, depth;
height             53 Source/web/x11/WebScreenInfoFactory.cpp         display, root, &rootRet, &x, &y, &width, &height, &border, &depth);
height             62 Source/web/x11/WebScreenInfoFactory.cpp     results.rect = WebRect(x, y, width, height);
height             50 public/platform/WebFloatRect.h     float height;
height             52 public/platform/WebFloatRect.h     bool isEmpty() const { return width <= 0 || height <= 0; }
height             58 public/platform/WebFloatRect.h         , height(0)
height             62 public/platform/WebFloatRect.h     WebFloatRect(float x, float y, float width, float height)
height             66 public/platform/WebFloatRect.h         , height(height)
height             75 public/platform/WebFloatRect.h         , height(r.height())
height             84 public/platform/WebFloatRect.h         height = r.height();
height             90 public/platform/WebFloatRect.h         return WebCore::FloatRect(x, y, width, height);
height             97 public/platform/WebFloatRect.h         , height(r.height())
height            106 public/platform/WebFloatRect.h         height = r.height();
height            112 public/platform/WebFloatRect.h         return gfx::RectF(x, y, std::max(0.0f, width), std::max(0.0f, height));
height            119 public/platform/WebFloatRect.h     return a.x == b.x && a.y == b.y && a.width == b.width && a.height == b.height;
height             50 public/platform/WebFloatSize.h     float height;
height             52 public/platform/WebFloatSize.h     bool isEmpty() const { return width <= 0 || height <= 0; }
height             56 public/platform/WebFloatSize.h         , height(0)
height             60 public/platform/WebFloatSize.h     WebFloatSize(float width, float height)
height             62 public/platform/WebFloatSize.h         , height(height)
height             69 public/platform/WebFloatSize.h         , height(s.height())
height             76 public/platform/WebFloatSize.h         height = s.height();
height             82 public/platform/WebFloatSize.h         return WebCore::FloatSize(width, height);
height             87 public/platform/WebFloatSize.h         , height(s.height())
height             93 public/platform/WebFloatSize.h         , height(v.y())
height            100 public/platform/WebFloatSize.h         height = s.height();
height            107 public/platform/WebFloatSize.h         height = v.y();
height            113 public/platform/WebFloatSize.h         return gfx::SizeF(std::max(0.f, width), std::max(0.f, height));
height            118 public/platform/WebFloatSize.h         return gfx::Vector2dF(width, height);
height            125 public/platform/WebFloatSize.h     return a.width == b.width && a.height == b.height;
height            152 public/platform/WebGraphicsContext3D.h     virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor) { }
height            172 public/platform/WebGraphicsContext3D.h     virtual void postSubBufferCHROMIUM(int x, int y, int width, int height) = 0;
height            189 public/platform/WebGraphicsContext3D.h     virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) = 0;
height            198 public/platform/WebGraphicsContext3D.h     virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) = 0;
height            236 public/platform/WebGraphicsContext3D.h     virtual void compressedTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Dsizei imageSize, const void* data) = 0;
height            237 public/platform/WebGraphicsContext3D.h     virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) = 0;
height            238 public/platform/WebGraphicsContext3D.h     virtual void copyTexImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border) = 0;
height            239 public/platform/WebGraphicsContext3D.h     virtual void copyTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
height            300 public/platform/WebGraphicsContext3D.h     virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) = 0;
height            304 public/platform/WebGraphicsContext3D.h     virtual void renderbufferStorage(WGC3Denum target, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) = 0;
height            306 public/platform/WebGraphicsContext3D.h     virtual void scissor(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
height            315 public/platform/WebGraphicsContext3D.h     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) = 0;
height            320 public/platform/WebGraphicsContext3D.h     virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) = 0;
height            356 public/platform/WebGraphicsContext3D.h     virtual void viewport(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) = 0;
height            397 public/platform/WebGraphicsContext3D.h     virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { }
height            401 public/platform/WebGraphicsContext3D.h                                  WGC3Dint width, WGC3Dint height) { }
height            448 public/platform/WebGraphicsContext3D.h     virtual void asyncTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { }
height            449 public/platform/WebGraphicsContext3D.h     virtual void asyncTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }
height            458 public/platform/WebGraphicsContext3D.h     virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width, WGC3Dsizei height, WGC3Denum internalformat) { return 0; }
height            471 public/platform/WebGraphicsContext3D.h     virtual void renderbufferStorageMultisampleEXT(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) { };
height             50 public/platform/WebRect.h     int height;
height             52 public/platform/WebRect.h     bool isEmpty() const { return width <= 0 || height <= 0; }
height             58 public/platform/WebRect.h         , height(0)
height             62 public/platform/WebRect.h     WebRect(int x, int y, int width, int height)
height             66 public/platform/WebRect.h         , height(height)
height             75 public/platform/WebRect.h         , height(r.height())
height             84 public/platform/WebRect.h         height = r.height();
height             90 public/platform/WebRect.h         return WebCore::IntRect(x, y, width, height);
height             97 public/platform/WebRect.h         , height(r.height())
height            106 public/platform/WebRect.h         height = r.height();
height            112 public/platform/WebRect.h         return gfx::Rect(x, y, std::max(0, width), std::max(0, height));
height            119 public/platform/WebRect.h     return a.x == b.x && a.y == b.y && a.width == b.width && a.height == b.height;
height             49 public/platform/WebSize.h     int height;
height             51 public/platform/WebSize.h     bool isEmpty() const { return width <= 0 || height <= 0; }
height             55 public/platform/WebSize.h         , height(0)
height             59 public/platform/WebSize.h     WebSize(int width, int height)
height             61 public/platform/WebSize.h         , height(height)
height             68 public/platform/WebSize.h         , height(s.height())
height             75 public/platform/WebSize.h         height = s.height();
height             81 public/platform/WebSize.h         return WebCore::IntSize(width, height);
height             86 public/platform/WebSize.h         , height(s.height())
height             92 public/platform/WebSize.h         , height(v.y())
height             99 public/platform/WebSize.h         height = s.height();
height            106 public/platform/WebSize.h         height = v.y();
height            112 public/platform/WebSize.h         return gfx::Size(std::max(0, width), std::max(0, height));
height            117 public/platform/WebSize.h         return gfx::Vector2d(width, height);
height            124 public/platform/WebSize.h     return a.width == b.width && a.height == b.height;
height             57 public/web/WebFont.h     virtual int height() const = 0;
height             95 public/web/WebFont.h                                               int height, int from = 0, int to = -1) const = 0;
height            438 public/web/WebInputEvent.h             float height;
height            443 public/web/WebInputEvent.h             float height;
height            448 public/web/WebInputEvent.h             float height;
height            453 public/web/WebInputEvent.h             float height;
height             63 public/web/WebPrintParams.h         : printContentArea(WebRect(0, 0, paperSize.width, paperSize.height))
height             64 public/web/WebPrintParams.h         , printableArea(WebRect(0, 0, paperSize.width, paperSize.height))
height             51 public/web/WebWindowFeatures.h     float height;
height             90 public/web/WebWindowFeatures.h         , height(f.height)
height            113 public/web/WebWindowFeatures.h         result.height = height;