Searched refs:rectYStart (Results 1 – 1 of 1) sorted by relevance
323 let rectYStart = this.hoveredY + offsetPx; variable329 if (rectYStart + rectHeight > height) {330 rectYStart = height - rectHeight;334 ctx.fillRect(rectXStart, rectYStart, rectWidth, rectHeight);342 rectYStart + paddingPx + i * lineHeight);