Searched refs:LayoutSize (Results 101 - 125 of 131) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerAnimation.cpp24 #include "LayoutSize.h"
35 return toOp->blend(fromOp, progress, LayoutSize(size), blendToPassthrough);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp280 LayoutRect selectionRect = LayoutRect(LayoutPoint(logicalLeft(), selectionTop), LayoutSize(m_logicalWidth, selectionHeight));
295 return LayoutRect(topPoint, LayoutSize(width, height));
534 LayoutSize truncationOffset(isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText, 0);
1204 LayoutRect selectionRect = LayoutRect(LayoutPoint(x(), top), LayoutSize(0, h));
H A DRenderNamedFlowFragment.cpp251 LayoutSize RenderNamedFlowFragment::offsetFromContainer(RenderObject* o, const LayoutPoint&, bool*) const
H A DRenderTextControlSingleLine.cpp197 LayoutSize innerTextSize;
H A DRenderWidget.cpp229 LayoutSize widgetPaintOffset = paintLocation - widgetLocation;
H A DRenderTreeAsText.cpp724 static LayoutSize maxLayoutOverflow(const RenderBox* box)
727 return LayoutSize(overflowRect.maxX(), overflowRect.maxY());
H A DFloatingObjects.cpp86 std::unique_ptr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, bool isDescendant) const
H A DRenderFlowThread.cpp1208 LayoutSize offsetDelta = layoutState->m_layoutOffset - layoutState->m_pageOffset;
1391 void RenderFlowThread::addRegionsOverflowFromChild(const RenderBox* box, const RenderBox* child, const LayoutSize& delta)
H A DRenderListMarker.cpp1524 LayoutSize imageSize = LayoutSize(m_image->imageSize(this, style().effectiveZoom()));
H A DRenderTableCell.cpp322 LayoutSize RenderTableCell::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const
326 LayoutSize offset = RenderBlockFlow::offsetFromContainer(o, point, offsetDependsOnPoint);
H A DRenderGrid.cpp213 LayoutSize previousSize = size();
H A DRenderThemeMac.mm1842 LayoutSize contentSize(contentWidth, contentHeight);
1891 LayoutSize pluginSize(plugInRenderer->contentWidth(), plugInRenderer->contentHeight());
H A DRenderFlexibleBox.cpp1242 setFlowAwareLocationForChild(child, flowAwareLocationForChild(child) + LayoutSize(0, delta));
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.h417 LayoutSize minimumSizeForResizing() const;
418 void setMinimumSizeForResizing(const LayoutSize&);
H A DElement.cpp2081 LayoutSize Element::minimumSizeForResizing() const
2086 void Element::setMinimumSizeForResizing(const LayoutSize& size)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorOverlay.cpp417 const LayoutSize linkBoxSize(10, 10);
418 const LayoutSize linkBoxMidpoint(linkBoxSize.width() / 2, linkBoxSize.height() / 2);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp1040 static RoundedRect::Radii calcRadiiFor(const BorderData& border, const LayoutSize& size)
1043 LayoutSize(valueForLength(border.topLeft().width(), size.width()),
1045 LayoutSize(valueForLength(border.topRight().width(), size.width()),
1047 LayoutSize(valueForLength(border.bottomLeft().width(), size.width()),
1049 LayoutSize(valueForLength(border.bottomRight().width(), size.width()),
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCSSPropertyAnimation.cpp121 return to.blendByUsingMatrixInterpolation(from, progress, anim->renderer()->isBox() ? toRenderBox(anim->renderer())->borderBoxRect().size() : LayoutSize());
169 LayoutSize size = anim->renderer()->isBox() ? toRenderBox(anim->renderer())->borderBoxRect().size() : LayoutSize();
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp1276 static LayoutSize size(HTMLImageElement* image, ImageSizeType sizeType)
1278 LayoutSize size;
1311 LayoutSize destRectSize = size(image, ImageSizeAfterDevicePixelRatio);
1322 LayoutSize sourceRectSize = size(image, ImageSizeBeforeDevicePixelRatio);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.cpp129 LayoutRect selectionRect = LayoutRect(textOrigin, LayoutSize(0, fragment.height * scalingFactor));
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGSVGElement.cpp483 LayoutSize scrollOffset = view->scrollOffset();
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.h692 LayoutSize size() const { return elementRect().size(); }
H A DAccessibilityNodeObject.cpp255 boundingBox.setSize(LayoutSize(parentRect.width(), LayoutUnit(std::min(10.0f, parentRect.height().toFloat()))));
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp120 LayoutSize distanceDragged = eventLocation - m_lastDragEventLocation;
/macosx-10.10/WebCore-7600.1.25/page/
H A DPage.cpp1443 topRelevantRect.contract(LayoutSize(0, relevantRect.height() / 2));

Completed in 320 milliseconds

123456