HomeSort by relevance Sort by last modified time
    Searched refs:LayoutRect (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 114 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, const LayoutRect&, CompositeOperator = CompositeSourceOver);
115 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, const LayoutRect&, CompositeOperator = CompositeSourceOver);
116 void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&);
218 LayoutRect layoutOverflowRect(LayoutUnit lineTop, LayoutUnit lineBottom) const
244 LayoutRect logicalLayoutOverflowRect(LayoutUnit lineTop, LayoutUnit lineBottom) const
246 LayoutRect result = layoutOverflowRect(lineTop, lineBottom);
252 LayoutRect visualOverflowRect(LayoutUnit lineTop, LayoutUnit lineBottom) const
270 LayoutRect logicalVisualOverflowRect(LayoutUnit lineTop, LayoutUnit lineBottom) const
272 LayoutRect result = visualOverflowRect(lineTop, lineBottom);
278 void setOverflowFromLogicalRects(const LayoutRect& logicalLayoutOverflow, const LayoutRect& logicalVisualOverflow, LayoutUnit lineTop, LayoutUnit li (…)
    [all...]
RenderLayerRepainter.cpp 71 LayoutRect oldRepaintRect = m_repaintRect;
72 LayoutRect oldOutlineBox = m_outlineBox;
143 LayoutRect RenderLayerRepainter::repaintRectIncludingNonCompositingDescendants() const
145 LayoutRect repaintRect = m_repaintRect;
168 void RenderLayerRepainter::setBackingNeedsRepaintInRect(const LayoutRect& r)
176 LayoutRect absRect(r);
186 // FIXME: LayoutRect rounding to IntRect is probably not a good idea.
206 void RenderLayerRepainter::setFilterBackendNeedsRepaintingInRect(const LayoutRect& rect)
211 LayoutRect rectForRepaint = rect;
229 LayoutRect parentLayerRect = m_renderer->localToContainerQuad(repaintQuad, parentLayer->renderer()).enclosing (…)
    [all...]
RenderObject.h 42 #include "platform/geometry/LayoutRect.h"
124 LayoutRect bounds;
128 typedef WTF::HashMap<const RenderLayer*, Vector<LayoutRect> > LayerHitTestRects;
199 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
293 void addAbsoluteRectForLayer(LayoutRect& result);
    [all...]
RenderHTMLCanvas.cpp 60 LayoutRect contentRect = contentBoxRect();
62 LayoutRect paintRect = replacedContentRect();
RenderListMarker.h 72 virtual LayoutRect selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipToVisibleContent = true) OVERRIDE;
82 LayoutRect localSelectionRect();
RenderReplaced.cpp 129 LayoutRect paintRect = LayoutRect(adjustedPaintOffset, size());
148 LayoutRect borderRect = LayoutRect(adjustedPaintOffset, size());
175 LayoutRect selectionPaintingRect = localSelectionRect();
206 LayoutRect localRepaintRect = paintInfo.rect;
328 LayoutRect RenderReplaced::replacedContentRect(const LayoutSize* overriddenIntrinsicSize) const
330 LayoutRect contentRect = contentBoxRect();
343 LayoutRect finalRect = contentRect;
548 LayoutRect RenderReplaced::selectionRectForRepaint(const RenderLayerModelObject* repaintContainer, bool clipT (…)
    [all...]
RenderBoxModelObject.h 29 #include "platform/geometry/LayoutRect.h"
165 void paintBorder(const PaintInfo&, const LayoutRect&, const RenderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
166 bool paintNinePieceImage(GraphicsContext*, const LayoutRect&, const RenderStyle*, const NinePieceImage&, CompositeOperator = CompositeSourceOver);
167 void paintBoxShadow(const PaintInfo&, const LayoutRect&, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
168 void paintFillLayerExtended(const PaintInfo&, const Color&, const FillLayer*, const LayoutRect&, BackgroundBleedAvoidance, InlineFlowBox* = 0, const LayoutSize& = LayoutSize(), CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
257 void calculateBackgroundImageGeometry(const FillLayer*, const LayoutRect& paintRect, BackgroundImageGeometry&, RenderObject* = 0);
261 RoundedRect backgroundRoundedRectAdjustedForBleedAvoidance(GraphicsContext*, const LayoutRect&, BackgroundBleedAvoidance, InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const;
262 LayoutRect borderInnerRectAdjustedForBleedAvoidance(GraphicsContext*, const LayoutRect&, BackgroundBleedAvoidance) const;
269 LayoutRect localCaretRectForEmptyElement(LayoutUnit width, LayoutUnit textIndentOffset)
    [all...]
RenderRegion.cpp 91 LayoutRect RenderRegion::flowThreadPortionOverflowRect() const
96 LayoutRect RenderRegion::overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, bool isFirstPortion, bool isLastPortion) const
104 LayoutRect flowThreadOverflow = m_flowThread->visualOverflowRect();
108 LayoutRect clipRect;
115 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
122 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
202 LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region());
293 LayoutRect oldRegionRect(flowThreadPortionRect());
321 void RenderRegion::repaintFlowThreadContent(const LayoutRect& repaintRect) cons
    [all...]
RenderFlowThread.cpp 260 LayoutRect RenderFlowThread::computeRegionClippingRect(const LayoutPoint& offset, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect) const
262 LayoutRect regionClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()), flowThreadPortionOverflowRect.size());
268 void RenderFlowThread::paintFlowThreadPortionInRegion(PaintInfo& paintInfo, RenderRegion* region, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint& paintOffset) const
284 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect);
325 bool RenderFlowThread::hitTestFlowThreadPortionInRegion(RenderRegion* region, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) const
327 LayoutRect regionClippingRect = computeRegionClippingRect(accumulatedOffset, flowThreadPortionRect, flowThrea (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.cpp 141 LayoutRect AXImageMapLink::elementRect() const
144 return LayoutRect();
153 return LayoutRect();
AXSlider.cpp 143 LayoutRect AXSliderThumb::elementRect() const
146 return LayoutRect();
150 return LayoutRect();
AXInlineTextBox.h 55 virtual LayoutRect elementRect() const OVERRIDE;
AXMenuListOption.h 57 virtual LayoutRect elementRect() const OVERRIDE;
AXScrollbar.h 52 virtual LayoutRect elementRect() const OVERRIDE;
AXTableHeaderContainer.cpp 50 LayoutRect AXTableHeaderContainer::elementRect() const
AXRenderObject.h 33 #include "platform/geometry/LayoutRect.h"
68 virtual LayoutRect elementRect() const OVERRIDE;
83 mutable LayoutRect m_cachedElementRect;
84 mutable LayoutRect m_cachedFrameRect;
216 void offsetBoundingBoxForRemoteSVGElement(LayoutRect&) const;
228 LayoutRect computeElementRect() const;
AXListBoxOption.cpp 95 LayoutRect AXListBoxOption::elementRect() const
97 LayoutRect rect;
109 LayoutRect parentRect = listBoxRenderer->document().axObjectCache()->getOrCreate(listBoxRenderer)->elementRect();
AXImageMapLink.h 66 virtual LayoutRect elementRect() const OVERRIDE;
AXListBoxOption.h 63 virtual LayoutRect elementRect() const OVERRIDE;
AXMenuListOption.cpp 96 LayoutRect AXMenuListOption::elementRect() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.cpp 37 LayoutRect BoxShape::shapeMarginLogicalBoundingBox() const
42 return static_cast<LayoutRect>(marginBounds);
45 LayoutRect BoxShape::shapePaddingLogicalBoundingBox() const
50 return static_cast<LayoutRect>(paddingBounds);
RasterShape.h 97 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(marginIntervals().bounds()); }
98 virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(paddingIntervals().bounds()); }
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.h 37 #include "platform/geometry/LayoutRect.h"
70 WebCore::LayoutRect m_anchorNodeBounds;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.h 34 class LayoutRect;
68 static LayoutRect clippedOverflowRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer);
RenderSVGInlineText.cpp 107 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
110 return LayoutRect();
114 return LayoutRect();
118 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
120 return LayoutRect(x, rect.y(), caretWidth, rect.height());
123 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
125 return LayoutRect(x, rect.y(), caretWidth, rect.height());

Completed in 2073 milliseconds

1 23 4 5 6 7 8 910