Home | History | Annotate | Download | only in rendering

Lines Matching refs:finalX

2395             int finalX = tx + offset.width();
2398 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
2400 paintContents(info, finalX, finalY);
4086 int finalX = tx + offset.width();
4089 hitTestContents(request, result, x, y, finalX, finalY, hitTestAction);
4091 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction) || (hitTestAction == HitTestFloat && hitTestFloats(request, result, x, y, finalX, finalY));