Home | History | Annotate | Download | only in rendering

Lines Matching defs:absoluteRects

468 void RenderInline::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
481 continuation()->absoluteRects(rects,
485 continuation()->absoluteRects(rects, tx - containingBlock()->x(), ty - containingBlock()->y());