Home
last modified time | relevance | path

Searched refs:lineIntersectsDirtyRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.h71 …bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, const Layout…
DRenderLineBoxList.cpp189 bool RenderLineBoxList::lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box,… in lineIntersectsDirtyRect() function in WebCore::RenderLineBoxList
224 if (lineIntersectsDirtyRect(renderer, curr, info, paintOffset)) { in paint()