Home | History | Annotate | Download | only in rendering

Lines Matching refs:intRect

641     AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
647 IntRect intRect = enclosingIntRect(rect);
648 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
649 m_rects.append(intRect);
652 Vector<IntRect>& m_rects;
658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
876 IntRect RenderInline::linesBoundingBox() const
886 IntRect result;
1345 void RenderInline::imageChanged(WrappedImagePtr, const IntRect*)