Searched refs:LayoutRect (Results 151 - 175 of 280) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.h88 LayoutRect logicalOverflowRect() const;
89 void setLogicalOverflowRect(const LayoutRect&);
113 virtual LayoutRect localSelectionRect(int startPos, int endPos);
H A DRenderFieldset.cpp146 LayoutRect paintRect(paintOffset, size());
199 LayoutRect paintRect = LayoutRect(paintOffset, size());
H A DRenderTableCell.h224 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
241 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const OVERRIDE;
242 virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const OVERRIDE;
H A DRenderListItem.cpp367 LayoutRect newLogicalVisualOverflowRect = box->logicalVisualOverflowRect(lineTop, lineBottom);
368 LayoutRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom);
390 LayoutRect newLogicalVisualOverflowRect = box->logicalVisualOverflowRect(lineTop, lineBottom);
391 LayoutRect newLogicalLayoutOverflowRect = box->logicalLayoutOverflowRect(lineTop, lineBottom);
410 LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
H A DRenderThemeChromiumSkia.cpp210 IntRect RenderThemeChromiumSkia::convertToPaintingRect(RenderObject* inputRenderer, const RenderObject* partRenderer, LayoutRect partRect, const IntRect& localOffset) const
232 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
239 LayoutRect cancelButtonRect(cancelButtonObject->offsetFromAncestorContainer(inputRenderBox).width(),
277 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
284 LayoutRect magnifierRect(magnifierObject->offsetFromAncestorContainer(inputRenderBox).width(),
H A DRenderLineBoxList.cpp147 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const
172 bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const LayoutRect& rect, const LayoutPoint& offset) const
207 LayoutRect rect = firstLineBox()->isHorizontal() ?
H A DRenderImage.h97 virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const OVERRIDE FINAL;
H A DRenderText.cpp335 LayoutRect r = box->localSelectionRect(start, realEnd);
370 LayoutRect selectionRect = box->localSelectionRect(start, end);
453 LayoutRect selectionRect = box->localSelectionRect(start, end);
637 LayoutRect RenderText::localCaretRect(InlineBox* inlineBox, int caretOffset, LayoutUnit* extraWidthToEndOfLine)
640 return LayoutRect();
644 return LayoutRect();
1331 void RenderText::addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
1559 LayoutRect RenderText::linesVisualOverflowBoundingBox() const
1562 return LayoutRect();
1568 LayoutRect logicalVisualOverflo
[all...]
H A DRenderTextControl.h83 virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const OVERRIDE FINAL;
H A DRenderTextControlSingleLine.h51 virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE FINAL;
H A DRenderTreeAsText.cpp193 LayoutRect r;
212 r = LayoutRect(cell.x(), cell.y() + cell.intrinsicPaddingBefore(), cell.width(), cell.height() - cell.intrinsicPaddingBefore() - cell.intrinsicPaddingAfter());
507 const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect,
577 const LayoutRect& paintRect, int indent, RenderAsTextBehavior behavior)
580 LayoutRect paintDirtyRect(paintRect);
587 LayoutRect layerBounds;
H A DRenderTableCell.cpp166 void RenderTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const
319 LayoutRect RenderTableCell::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
359 LayoutRect r(-location.x(), -location.y(), location.x() + std::max(width() + right, visualOverflowRect().maxX()), location.y() + std::max(height() + bottom, visualOverflowRect().maxY()));
365 void RenderTableCell::mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect& r, const PaintInvalidationState* paintInvalidationState) const
1099 LayoutRect paintRect = LayoutRect(paintOffset + location(), pixelSnappedSize());
1183 LayoutRect clipRect(adjustedPaintOffset.x() + borderLeft(), adjustedPaintOffset.y() + borderTop(),
1187 BoxPainter(*this).paintFillLayers(paintInfo, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), BackgroundBleedNone, CompositeSourceOver, backgroundObject);
1200 LayoutRect paintRect = LayoutRect(paintOffse
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp46 LayoutRect paintRect = m_renderBox.borderBoxRect();
51 void BoxPainter::paintBoxDecorationBackgroundWithRect(PaintInfo& paintInfo, const LayoutPoint& paintOffset, const LayoutRect& paintRect)
101 void BoxPainter::paintBackground(const PaintInfo& paintInfo, const LayoutRect& paintRect, const Color& backgroundColor, BackgroundBleedAvoidance bleedAvoidance)
127 void BoxPainter::paintFillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect,
186 void BoxPainter::paintFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer& fillLayer, const LayoutRect& rect,
209 static LayoutRect shrinkRectByOnePixel(GraphicsContext* context, const LayoutRect& rect)
211 LayoutRect shrunkRect = rect;
218 RoundedRect BoxPainter::getBackgroundRoundedRect(RenderObject& obj, const LayoutRect& borderRect, InlineFlowBox* box, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,
223 RoundedRect segmentBorder = obj.style()->getRoundedBorderFor(LayoutRect(
[all...]
H A DDetailsMarkerPainter.cpp24 LayoutRect overflowRect(m_renderDetailsMarker.visualOverflowRect());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableColumn.cpp61 LayoutRect AXTableColumn::elementRect() const
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DFullscreen.h36 #include "platform/geometry/LayoutRect.h"
117 LayoutRect m_savedPlaceholderFrameRect;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h97 LayoutRect localCaretRect(RenderObject*&) const;
H A DFrameSelection.h36 #include "platform/geometry/LayoutRect.h"
172 void paintCaret(GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect);
280 LayoutRect m_previousCaretRect;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoadPriorityOptimizer.cpp111 void ResourceLoadPriorityOptimizer::notifyImageResourceVisibility(ImageResource* img, VisibilityStatus status, const LayoutRect& screenRect)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorLayerTreeAgent.h71 void didPaint(RenderObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
H A DInspectorOverlay.h35 #include "platform/geometry/LayoutRect.h"
88 void drawOutline(GraphicsContext*, const LayoutRect&, const Color&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.cpp121 void RenderSVGForeignObject::mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect& rect, const PaintInvalidationState* paintInvalidationState) const
H A DRenderSVGShape.h94 virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerDebugInfo.cpp67 const LayoutRect& rect = m_currentLayoutRects[i];
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.h41 class LayoutRect;
137 LayoutRect mapRect(const LayoutRect&) const;
153 LayoutRect clampedBoundsOfProjectedQuad(const FloatQuad&) const;

Completed in 372 milliseconds

1234567891011>>