Searched refs:deviceDisplayElement (Results 1 – 1 of 1) sorted by relevance
56 function scaleDisplayCoordinates(deviceDisplayElement, x, y) { argument61 const actualWidth = deviceDisplayElement.videoWidth ? deviceDisplayElement.videoWidth : 1;62 const elementWidth = deviceDisplayElement.offsetWidth ? deviceDisplayElement.offsetWidth : 1;