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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 174 bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const IntRect& rect, int tx, int ty, bool usePrintRect, int outlineSize) const
183 if (usePrintRect && !firstLineBox()->parent())
186 if (usePrintRect && !lastLineBox()->parent())
220 bool usePrintRect = !v->printRect().isEmpty();
222 if (!anyLineIntersectsRect(renderer, paintInfo.rect, tx, ty, usePrintRect, outlineSize))
233 if (usePrintRect) {
RenderBlock.cpp     [all...]

Completed in 387 milliseconds