Searched refs:rectXStart (Results 1 – 1 of 1) sorted by relevance
322 let rectXStart = this.hoveredX + offsetPx; variable325 if (rectXStart + rectWidth > width) {326 rectXStart = width - rectWidth;334 ctx.fillRect(rectXStart, rectYStart, rectWidth, rectHeight);341 rectXStart + paddingPx,