Searched refs:srcResizeRect (Results 1 – 1 of 1) sorted by relevance
274 srcResizeRect,283 srcResizeRect = this.modalElement!.getBoundingClientRect();284 direction = this.onmousemoveFuncRule(direction,e,srcResizeRect,resizeWidth);405 onmousemoveFuncRule(direction:string,e:any,srcResizeRect:any,resizeWidth:number):string{407 e.clientX > srcResizeRect.left - resizeWidth &&408 e.clientX < srcResizeRect.left + resizeWidth &&409 e.clientY > srcResizeRect.top - resizeWidth &&410 e.clientY < srcResizeRect.top + resizeWidth415 e.clientX > srcResizeRect.right - resizeWidth &&416 e.clientX < srcResizeRect.right + resizeWidth &&[all …]