Home | History | Annotate | Download | only in rendering

Lines Matching refs:childPoint

167     IntPoint childPoint = IntPoint(tx, ty);
169 childPoint = renderer()->containingBlock()->flipForWritingMode(toRenderBox(renderer()), childPoint, RenderBox::ParentToChildFlippingAdjustment);
177 renderer()->paint(info, childPoint.x(), childPoint.y());
180 renderer()->paint(info, childPoint.x(), childPoint.y());
182 renderer()->paint(info, childPoint.x(), childPoint.y());
184 renderer()->paint(info, childPoint.x(), childPoint.y());
186 renderer()->paint(info, childPoint.x(), childPoint.y());