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

  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.h 61 static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
SVGRenderSupport.cpp 182 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo)
185 return localRepaintRect.intersects(paintInfo.rect);
187 return localTransform.mapRect(localRepaintRect).intersects(paintInfo.rect);
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp     [all...]

Completed in 54 milliseconds