Searched defs:maxX (Results 1 – 4 of 4) sorted by relevance
385 let maxX = r1.x + r1.w > rect.x + rect.w ? r1.x + r1.w : rect.x + rect.w; variable
389 let maxX = r1.x + r1.w > rect.x + rect.w ? r1.x + r1.w : rect.x + rect.w; variable
307 let maxX = this.canvas?.clientWidth || 0; variable
319 let maxX = this.canvas?.clientWidth || 0; variable