Home | History | Annotate | Download | only in rendering

Lines Matching refs:finalY

2396             int finalY = ty + offset.height();
2398 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
2400 paintContents(info, finalX, finalY);
4087 int finalY = ty + offset.height();
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));