Searched refs:wRes (Results 1 – 1 of 1) sorted by relevance
375 this.setResolution = function (hRes, wRes) argument377 var res = wRes * hRes;378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) {379 width = wRes;