Home | History | Annotate | Download | only in rendering

Lines Matching defs:finalY

1639         int finalY = ty + currYOffset;
1641 paintFloats(info, finalX, finalY, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
1643 paintContents(info, finalX, finalY);
3385 int finalY = ty + currYOffset;
3386 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction);