Home
last modified time | relevance | path

Searched refs:_viewportLoc (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Ddisplay.js28 this._viewportLoc = { 'x': 0, 'y': 0, 'w': 0, 'h': 0 }; property in anonymousFunction8e32b13a0100.Display
114 var vp = this._viewportLoc;
248 var vp = this._viewportLoc;
292 return x + this._viewportLoc.x;
296 return y + this._viewportLoc.y;
319 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
322 this._drawCtx.clearRect(0, 0, this._viewportLoc.w, this._viewportLoc.h);
330 this._drawCtx.fillRect(x - this._viewportLoc.x, y - this._viewportLoc.y, width, height);
334 var x1 = old_x - this._viewportLoc.x;
335 var y1 = old_y - this._viewportLoc.y;
[all …]