Searched refs:LayoutRect (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.h47 virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const OVERRIDE;
H A DRenderSVGImage.h58 virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const OVERRIDE;
H A DRenderSVGInline.h48 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const OVERRIDE FINAL;
H A DRenderSVGInlineText.h58 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
H A DRenderSVGContainer.h64 virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const OVERRIDE FINAL;
H A DRenderSVGText.h73 virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const OVERRIDE;
H A DSVGInlineTextBox.h45 virtual LayoutRect localSelectionRect(int startPosition, int endPosition) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp779 inline void InlineFlowBox::addBoxShadowVisualOverflow(LayoutRect& logicalVisualOverflow)
808 logicalVisualOverflow = LayoutRect(logicalLeftVisualOverflow, logicalTopVisualOverflow,
812 inline void InlineFlowBox::addBorderOutsetVisualOverflow(LayoutRect& logicalVisualOverflow)
843 logicalVisualOverflow = LayoutRect(logicalLeftVisualOverflow, logicalTopVisualOverflow,
847 inline void InlineFlowBox::addOutlineVisualOverflow(LayoutRect& logicalVisualOverflow)
860 inline void InlineFlowBox::addTextBoxVisualOverflow(InlineTextBox* textBox, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, LayoutRect& logicalVisualOverflow)
914 logicalVisualOverflow = LayoutRect(logicalLeftVisualOverflow, logicalTopVisualOverflow,
920 inline void InlineFlowBox::addReplacedChildOverflow(const InlineBox* inlineBox, LayoutRect& logicalLayoutOverflow, LayoutRect& logicalVisualOverflow)
928 LayoutRect childLogicalVisualOverflo
[all...]
H A DRenderBlock.cpp1385 LayoutRect viewBounds = viewRect();
1386 LayoutRect objectBounds = absoluteContentBox();
1388 // with empty rects. Use LayoutRect::contains in that case.
1398 LayoutRect screenArea;
1449 LayoutRect lastRect = columnRectAt(colInfo, columnCount(colInfo) - 1);
1470 LayoutRect clientRect(noOverflowRect());
1471 LayoutRect rectToApply;
1473 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, std::max<LayoutUnit>(0, oldClientAfterEdge - clientRect.y()));
1475 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), std::max<LayoutUnit>(0, oldClientAfterEdge - clientRect.x()), 1);
1884 LayoutRect RenderBloc
[all...]
H A DFilterEffectRenderer.cpp295 LayoutRect FilterEffectRenderer::computeSourceImageRectForDirtyRect(const LayoutRect& filterBoxRect, const LayoutRect& dirtyRect)
303 return LayoutRect(rectForPaintInvalidation);
306 bool FilterEffectRendererHelper::prepareFilterEffect(RenderLayer* renderLayer, const LayoutRect& filterBoxRect, const LayoutRect& dirtyRect)
H A DRenderTableCol.cpp103 LayoutRect RenderTableCol::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
112 return LayoutRect();
H A DPaintInfo.h32 #include "platform/geometry/LayoutRect.h"
108 static IntRect infiniteRect() { return IntRect(LayoutRect::infiniteRect()); }
H A DPaintInvalidationState.cpp96 LayoutRect clipRect(toPoint(m_paintOffset), box.layer()->size());
H A DRenderListBox.cpp152 void RenderListBox::scrollToRect(const LayoutRect& rect)
H A DRenderScrollbarPart.h48 void paintIntoRect(GraphicsContext*, const LayoutPoint&, const LayoutRect&);
H A DRenderTableCol.h100 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.h44 LayoutRect compositedBounds;
135 void setContentsNeedDisplayInRect(const LayoutRect&, WebInvalidationDebugAnnotations);
140 LayoutRect compositedBounds() const { return m_compositedBounds; }
163 LayoutRect contentsBox() const;
417 LayoutRect m_compositedBounds;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp23 #include "platform/geometry/LayoutRect.h"
37 LayoutRect overflowBox;
198 m_renderBlock.paintOutline(paintInfo, LayoutRect(paintOffset, m_renderBlock.size()));
243 LayoutRect BlockPainter::overflowRectForPaintRejection() const
245 LayoutRect overflowRect = m_renderBlock.visualOverflowRect();
319 LayoutRect ruleRect(ruleLeft, ruleTop, ruleWidth, ruleHeight);
358 LayoutRect colRect = m_renderBlock.columnRectAt(colInfo, i);
374 LayoutRect clipRect(colRect);
434 LayoutRect gapRectsBounds = m_renderBlock.selectionGaps(&m_renderBlock, paintOffset, LayoutSize(), lastTop, lastLeft, lastRight, &paintInfo);
439 LayoutRect localBound
[all...]
H A DTableSectionPainter.cpp42 m_renderTableSection.paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, m_renderTableSection.size()));
62 LayoutRect localPaintInvalidationRect = paintInfo.rect;
65 LayoutRect tableAlignedRect = m_renderTableSection.logicalRectForWritingModeAndDirection(localPaintInvalidationRect);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXScrollView.cpp191 LayoutRect AXScrollView::elementRect() const
194 return LayoutRect();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.h21 class LayoutRect;
134 static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(RenderObject*, const LayoutRect& clipRect, const GraphicsLayer*);
H A DInspectorOverlay.cpp260 LayoutRect contentBox;
261 LayoutRect paddingBox;
262 LayoutRect borderBox;
263 LayoutRect marginBox;
273 paddingBox = LayoutRect(contentBox.x() - renderBox->paddingLeft(), contentBox.y() - renderBox->paddingTop(),
275 borderBox = LayoutRect(paddingBox.x() - renderBox->borderLeft(), paddingBox.y() - renderBox->borderTop(),
277 marginBox = LayoutRect(borderBox.x() - renderBox->marginLeft(), borderBox.y() - renderBox->marginTop(),
284 paddingBox = LayoutRect(borderBox.x() + renderInline->borderLeft(), borderBox.y() + renderInline->borderTop(),
286 contentBox = LayoutRect(paddingBox.x() + renderInline->paddingLeft(), paddingBox.y() + renderInline->paddingTop(),
289 marginBox = LayoutRect(borderBo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShadowList.cpp55 void ShadowList::adjustRectForShadow(LayoutRect& rect) const
59 rect = LayoutRect(floatRect);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp30 #include "platform/geometry/LayoutRect.h"
43 IntRect::IntRect(const LayoutRect& r)
178 LayoutRect(*this).show();
H A DIntRectExtent.h33 #include "platform/geometry/LayoutRect.h"
69 void expandRect(LayoutRect& rect) const

Completed in 263 milliseconds

1234567891011>>