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

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 132 const LayoutPoint& location() const { return m_topLeft; }
133 void setLocation(const LayoutPoint& p) { m_topLeft = p; }
253 void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const;
271 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
278 bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const RenderLayer* rootLayer, const LayoutPoint* offsetFromRoot = 0) const;
294 LayoutRect boundingBox(const RenderLayer* rootLayer, CalculateLayerBoundsFlags = 0, const LayoutPoint* offsetFromRoot = 0) const;
308 IntRect calculateLayerBounds(const RenderLayer* ancestorLayer, const LayoutPoint* offsetFromRoot = 0, CalculateLayerBoundsFlags = DefaultCalculateLayerBoundsFlags) const;
311 LayoutPoint computeOffsetFromRoot(bool& hasLayerOffset) const;
503 LayoutPoint renderBoxLocation() const { return renderer()->isBox() ? toRenderBox(renderer())->location() : LayoutPoint(); }
    [all...]
RenderBox.h 111 void setLogicalLocation(const LayoutPoint& location)
140 LayoutPoint location() const { return m_frameRect.location(); }
145 void setLocation(const LayoutPoint& location) { m_frameRect.setLocation(location); }
154 LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); }
172 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
307 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const;
316 virtual void paint(PaintInfo&, const LayoutPoint&);
317 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
345 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
485 virtual LayoutRect overflowClipRect(const LayoutPoint& location, RenderRegion*, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize)
    [all...]
EllipsisBox.cpp 36 void EllipsisBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom)
43 LayoutPoint adjustedPaintOffset = paintOffset;
118 void EllipsisBox::paintMarkupBox(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, RenderStyle* style)
124 LayoutPoint adjustedPaintOffset = paintOffset;
163 bool EllipsisBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom)
165 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
172 if (markupBox->nodeAtPoint(request, result, locationInContainer, LayoutPoint(mtx, mty), lineTop, lineBottom)) {
RenderTableCell.h 127 virtual void paint(PaintInfo&, const LayoutPoint&);
129 void paintCollapsedBorders(PaintInfo&, const LayoutPoint&);
130 void paintBackgroundsBehindCell(PaintInfo&, const LayoutPoint&, RenderObject* backgroundObject);
222 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
233 virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&);
234 virtual void paintMask(PaintInfo&, const LayoutPoint&);
238 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
RenderBR.cpp 76 PositionWithAffinity RenderBR::positionForPoint(const LayoutPoint&)
RenderButton.h 56 virtual LayoutRect controlClipRect(const LayoutPoint&) const;
RenderDeprecatedFlexibleBox.h 52 void placeChild(RenderBox* child, const LayoutPoint& location);
RenderLayerModelObject.h 69 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer*, const LayoutPoint&, const LayoutRect&) const OVERRIDE;
RenderListItem.h 68 virtual void paint(PaintInfo&, const LayoutPoint&);
RenderMedia.h 63 virtual void paintReplaced(PaintInfo&, const LayoutPoint&);
RenderVideo.h 64 virtual void paintReplaced(PaintInfo&, const LayoutPoint&);
RenderFlowThread.h 68 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
82 void paintFlowThreadPortionInRegion(PaintInfo&, RenderRegion*, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const LayoutPoint&) const;
83 bool hitTestFlowThreadPortionInRegion(RenderRegion*, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset) const;
101 LayoutPoint adjustedPositionRelativeToOffsetParent(const RenderBoxModelObject&, const LayoutPoint&);
191 LayoutRect computeRegionClippingRect(const LayoutPoint&, const LayoutRect&, const LayoutRect&) const;
RenderTable.h 276 virtual void paint(PaintInfo&, const LayoutPoint&);
277 virtual void paintObject(PaintInfo&, const LayoutPoint&);
278 virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&);
279 virtual void paintMask(PaintInfo&, const LayoutPoint&);
284 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
303 virtual LayoutRect overflowClipRect(const LayoutPoint& location, RenderRegion*, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
RenderEmbeddedObject.cpp 108 void RenderEmbeddedObject::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
117 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
127 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
164 bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const
238 childBox->setLocation(LayoutPoint(borderLeft(), borderTop()) + LayoutSize(paddingLeft(), paddingTop()));
RenderTableRow.cpp 219 bool RenderTableRow::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction action)
229 LayoutPoint cellPoint = flipForWritingModeForChild(toRenderTableCell(child), accumulatedOffset);
240 void RenderTableRow::paintOutlineForRowIfNeeded(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
242 LayoutPoint adjustedPaintOffset = paintOffset + location();
248 void RenderTableRow::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
RenderText.h 63 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
72 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
159 virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
173 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL { ASSERT_NOT_REACHED(); }
175 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) OVERRIDE FINAL { ASSERT_NOT_REACHED(); return false; }
RenderTextControl.cpp 146 void RenderTextControl::hitInnerTextElement(HitTestResult& result, const LayoutPoint& pointInContainer, const LayoutPoint& accumulatedOffset)
152 LayoutPoint adjustedLocation = accumulatedOffset + location();
153 LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerText->renderBox()->location());
281 void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*)
HitTestLocation.cpp 40 HitTestLocation::HitTestLocation(const LayoutPoint& point)
73 HitTestLocation::HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
169 IntRect HitTestLocation::rectForPoint(const LayoutPoint& point, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding)
RenderDetailsMarker.cpp 106 Path RenderDetailsMarker::getPath(const LayoutPoint& origin) const
114 void RenderDetailsMarker::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
121 LayoutPoint boxOrigin(paintOffset + location());
RenderFlexibleBox.h 57 virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
116 LayoutPoint flowAwareLocationForChild(RenderBox* child) const;
118 void setFlowAwareLocationForChild(RenderBox* child, const LayoutPoint&);
RenderGrid.h 115 LayoutPoint findChildLogicalPosition(RenderBox*, const GridSizingData&);
129 virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
130 void paintChildrenSlowCase(PaintInfo&, const LayoutPoint&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
RenderedDocumentMarker.h 43 bool contains(const LayoutPoint& point) const { return isRendered() && m_renderedRect.contains(point); }
  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp 64 LayoutPoint adjustedPageLocation;
65 LayoutPoint scrollPosition;
97 void MouseRelatedEvent::initCoordinates(const LayoutPoint& clientLocation)
211 const LayoutPoint& MouseRelatedEvent::pageLocation() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h 57 virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
SVGInlineTextBox.h 46 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom);
79 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;

Completed in 211 milliseconds

1 23 4 5 6 7 8 9