if (!ignoreY) {
                    y = model.yi(row);
                    memo.top = Math.min(memo.top, y - r);
                    memo.bottom = Math.max(memo.bottom, y + r);
                }