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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 71 bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, int tx, int ty) const;
RenderLineBoxList.cpp 194 bool RenderLineBoxList::lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box, const PaintInfo& paintInfo, int tx, int ty) const
260 if (lineIntersectsDirtyRect(renderer, curr, info, tx, ty)) {

Completed in 26 milliseconds