Home | History | Annotate | Download | only in rendering

Lines Matching refs:finalY

2381             int finalY = ty + offset.height();
2383 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
2385 paintContents(info, finalX, finalY);
4068 int finalY = ty + offset.height();
4070 hitTestContents(request, result, x, y, finalX, finalY, hitTestAction);
4072 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction) || (hitTestAction == HitTestFloat && hitTestFloats(request, result, x, y, finalX, finalY));