Searched refs:sizeDiff (Results 1 – 2 of 2) sorted by relevance
229 unsigned int sizeDiff, leastSizeDiff = UINT_MAX; in _glfwChooseVideoMode() local251 sizeDiff = abs((current->width - desired->width) * in _glfwChooseVideoMode()262 (colorDiff == leastColorDiff && sizeDiff < leastSizeDiff) || in _glfwChooseVideoMode()263 (colorDiff == leastColorDiff && sizeDiff == leastSizeDiff && rateDiff < leastRateDiff)) in _glfwChooseVideoMode()266 leastSizeDiff = sizeDiff; in _glfwChooseVideoMode()
53 …sizeDiff={width:e.outerWidth()-e.width(),height:e.outerHeight()-e.height()};this.originalMousePosi… property