HomeSort by relevance Sort by last modified time
    Searched refs:localRepaintRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.h 62 static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
SVGRenderSupport.cpp 155 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo)
158 return localRepaintRect.intersects(paintInfo.rect);
160 return localTransform.mapRect(localRepaintRect).intersects(paintInfo.rect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 195 LayoutRect localRepaintRect = paintInfo.rect;
196 localRepaintRect.inflate(maximalOutlineSize(paintInfo.phase));
197 if (adjustedPaintOffset.x() + visualOverflowRect().x() >= localRepaintRect.maxX() || adjustedPaintOffset.x() + visualOverflowRect().maxX() <= localRepaintRect.x())
200 if (top >= localRepaintRect.maxY() || bottom <= localRepaintRect.y())
RenderTableCell.cpp     [all...]
RenderTableSection.cpp     [all...]

Completed in 167 milliseconds