Home | History | Annotate | Download | only in rendering

Lines Matching defs:intRect

623     AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
629 IntRect intRect = enclosingIntRect(rect);
630 intRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y());
631 m_rects.append(intRect);
634 Vector<IntRect>& m_rects;
640 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
852 IntRect RenderInline::linesBoundingBox() const
862 IntRect result;
1355 void RenderInline::imageChanged(WrappedImagePtr, const IntRect*)
1364 void RenderInline::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer)
1469 IntRect pixelSnappedBox = pixelSnappedIntRect(box);
1472 IntRect pixelSnappedLastLine = pixelSnappedIntRect(paintOffset.x() + lastline.x(), 0, lastline.width(), 0);
1473 IntRect pixelSnappedNextLine = pixelSnappedIntRect(paintOffset.x() + nextline.x(), 0, nextline.width(), 0);