Searched refs:myRect (Results 1 – 1 of 1) sorted by relevance
1325 let myRect = this.getBoundingClientRect(); variable1328 …if (x >= myRect.x && x <= myRect.x + myRect.width && y >= myRect.y && y <= myRect.y + myRect.heigh…1330 this.hoverY = y - myRect.y;