Home | History | Annotate | Download | only in rendering

Lines Matching refs:tx

339     SVGRootInlineBoxPaintWalker(SVGRootInlineBox* rootBox, SVGResourceFilter* rootFilter, RenderObject::PaintInfo paintInfo, int tx, int ty)
344 , m_boundingBox(tx + rootBox->x(), ty + rootBox->y(), rootBox->width(), rootBox->height())
351 , m_tx(tx)
664 void SVGRootInlineBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty)
673 FloatRect boundingBox(tx + x(), ty + y(), width(), height());
678 SVGRootInlineBoxPaintWalker walkerCallback(this, filter, paintInfo, tx, ty);