Lines Matching refs:tx
118 void RootInlineBox::paintEllipsisBox(RenderObject::PaintInfo& paintInfo, int tx, int ty) const
122 ellipsisBox()->paint(paintInfo, tx, ty);
143 void RootInlineBox::paintCustomHighlight(RenderObject::PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType)
156 FloatRect rootRect(tx + x(), ty + selectionTop(), width(), selectionHeight());
164 void RootInlineBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty)
166 InlineFlowBox::paint(paintInfo, tx, ty);
167 paintEllipsisBox(paintInfo, tx, ty);
171 paintCustomHighlight(paintInfo, tx, ty, styleToUse->highlight());
175 bool RootInlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty)
178 if (ellipsisBox()->nodeAtPoint(request, result, x, y, tx, ty)) {
179 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
183 return InlineFlowBox::nodeAtPoint(request, result, x, y, tx, ty);
236 GapRects RootInlineBox::fillLineSelectionGap(int selTop, int selHeight, RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty,
251 rootBlock, blockX, blockY, tx, ty, paintInfo));
255 rootBlock, blockX, blockY, tx, ty, paintInfo));
272 lastX + tx, selTop + ty,